Jump to content

nomem

Member
  • Posts

    72
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by nomem

  1. 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.

  2. 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.

  3. 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.

     

  4. 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'
  5. 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,

  6. 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!

  7. 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;

×
×
  • Create New...