Jump to content

nomem

Member
  • Posts

    72
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by nomem

  1. I got this error after I upgraded. [29-Oct-2016 11:13:47 America/Louisville] PHP Warning: array_keys() expects parameter 1 to be array, boolean given in /home1/xxxx/public_html/admin_xxxxxx/sources/dashboard.index.inc.php on line 311 Any thoughts?
  2. I cleared my cache and emptied my log - haven't gotten the error - so I guess it worked. I'll let you knowif it comes back.
  3. Thanks for delving further into this Brian.
  4. I use Photoshop. I don't save them in photoshop though. I "Save for the Web" to my computer in an individual file I've setup for each product. This file includes the images, and since I move items between my store, Etsy and eBay I created a form that keeps track of where the item is listed, if it sold and where and how much. This is handy if I get more or similar products. It also has the html code and plain text for Etsy for easy copy/paste into these venues. The form has a lot more neat stuff too. Boy I rambled didn't I! LOL. Anyway when I want to delete the image from photoshop and it asks if I want to save it I say no since I have it on my computer where I can rename it whatever I want.
  5. I create folders for my images in filemanager. ex. clocks/vintage-united-mantle-clock. I had this product listed but decided to delete the images, clear cache, and create new image folder with a different name. I then control/clicked all 8 images from my computer for this product at once and dropped and dragged them. Then went to the product and selected the images (as before) and saved. Glad to report the edit from 6.0.12 works and my images were in the order I wanted. Nice to be able to do all 8 at once. It was a little confusing there was no save button after drop and drag though the images were checked. Wasn't sure it had worked until i went to the parent directory. So if you number your images 01-???-front 02-???-side 03-???-top etc in the order you want them to appear you will be fine. Just a note - it's important to put the 0 in front of your number in case you have over 10 images for a product.
  6. I will! Getting ready to add a product soon
  7. Well I was just about to post that change and ask you if it would work with this upgrade. LOL Thanks Brian!
  8. Since I upgraded to CC6.10 I have gotten the follow error over 700 times in my control panel error log. [28-Oct-2016 11:25:31 America/Louisville] PHP Warning: preg_match() expects parameter 2 to be string, array given in /home1/nest/public_html/classes/cache/file.class.php on line 204 Thanks for any help or advice
  9. Is there a reason why in skin.main.the call for {include file='images/icon-sprites.svg'} is in the body but for main.checkout it is in the header and body. Just curious. Is it ok to delete it from the header in main.checkout?
  10. It must have been a browser issue like you all said. I changed to svg on the homepage and all is working on laptop and mobile. As for the error message my guess is that it didn't "take" when I uploaded the cubecart.css file via ftp the first time. Similair issues like that have happened in the past. Thanks for everyones help on this One quick question - the drop and drag for images. Has it been resolved that the images will appear in the order you created them. ex. 01-front, 02-left, etc.
  11. I had upgraded /css/cubecart/css in my custom skin. I went ahead and upgraded the skins/content/basket.php file and the icons look like they should, not huge, after I reloaded the browser as you said above. I will change some other files to svg tomorrow and see what happens. Thanks, Brian PS Nothing in the foundation.css file changed did it?
  12. I'm going to change back to font-awesome until this can be figured out
  13. Yes the file is there and the permissions are the same.
  14. Hi, Just upgraded to CC 6.10 and all my icons are huge! and I got this error. I'ver cleared my cache several times. Any thoughts? Today, 19:00 [Exception] /home1/xxx/public_html/includes/lib/smarty/sysplugins/smarty_internal_template.php:163 - Unable to load template 'file:images/icon-sprites.svg' in 'templates/main.php' Today, 19:00 [Exception] /home1/xxx/public_html/includes/lib/smarty/sysplugins/smarty_internal_template.php:163 - Unable to load template 'file:images/icon-sprites.svg' in 'templates/main.php' Today, 19:00 [Exception] /home1/xxx/public_html/includes/lib/smarty/sysplugins/smarty_internal_template.php:163 - Unable to load template 'file:images/icon-sprites.svg' in 'templates/main.php'
  15. Thanks Brian and Dirty Butter. I guess this can be marked as resolved.
  16. Brian when you say overload do you mean override? CubeCart will pick them up from the en_US.xml and not the definition file without any problem? And I should leave the defintion file as shipped with Cubecart, just place my custom strings in the en_US.xml file without deleting the same titled string in the definition file. Correct? You say the skin files don't care. What about the admin files? I've changed a little wording in some of them. Thanks,
  17. I did ALOT of work setting up my All in One Shipping zones and rates. Maybe for now, until the USPS plugin is more adaptable, I'll stick with that. Plus some items have to ship UPS. Just wanted to offer international shipping automatically. Thanks Dirty Butter!
  18. Ok so I can place ALL my customizations including new groups and strings in the en-US.xml file and I won't have to apply my edits on upgrade? Can I move strings from the definitions.xml file that comes with CubeCart and place them in the en-US.xml file too? Do I have to change any wording in my skin files to show this change? Thanks
  19. I use the All In One Shipping plugin. In my store I sell alot of one of a kind items that are different weights and sizes. I only ship to the United States (but offer international on a order by order) basis because of different countries rules, size and weight restrictions. I was looking at the USPS Plugin and noticed there is a field for handling, size etc. Do these filled in fields apply to each item in my store? Or can I set them for each item? I can't charge $2.00 handling for a small bottle of scented oil but I could for a vintage telephone. What If my package is over 12 x 12 x 12. Will the plugin automatically charge for the larger size package? And will it automatically apply dimensional weight? I'm thinking I need to stick with the All In One Shipping but I'd like to now if anyone can help me with this. Thanks in advance!
  20. Hi, I have greatly modified my public_html/language/definitions.xml and really do not look forward to the edits when i upgrade to CC6.1.0. Is there a way to create another file to put all my edits in so I don't have to do that all the time? if so how? Thanks in advance
  21. This is what Brian said to do - works for me in 6.0.12 I number my images the way you do FOZ1234 In /classes/catalogue.class.php the private function _productGallery(): CODE Find about 25 lines into the function: Around Line 1747 $GLOBALS['smarty']->assign('GALLERY_JSON', json_encode($json)); return $return; Edit: $GLOBALS['smarty']->assign('GALLERY_JSON', json_encode($json)); asort($return); return $return;
  22. I meant just in my skin - whole site would be a lot of work!
×
×
  • Create New...