Results 1 to 9 of 9

Hybrid View

  1. #1
    Join Date
    Feb 2008
    Posts
    1,336
    Plugin Contributions
    1

    Default Re: Additional IMages

    I use the model number as the image name on my website too, if you want to go that route you should consider splitting the images folder into sub folder, in my case I have a different folder for each brand.

    Second you can download a utility tool that will do bulk rename for you, I am using bulk rename utility its free and does wonder.

    Or you can change the way Zen Cart handle the image name. I am using image handler so I changed the additional image reference from (-) to (_).

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Additional IMages

    That brings to mind that a simple fix would be to move all product images to a subfolder. Even if they are all in one place, the fact that they are in a subfolder will force the _ distinction.

  3. #3
    Join Date
    Feb 2008
    Posts
    1,336
    Plugin Contributions
    1

    Default Re: Additional IMages

    By the way you can change the (-) to something else it can be done in modules/additional_images.php around line 28
    PHP Code:
        $products_image_match str_replace($products_image_extension''$products_image_match) . '_'

 

 

Similar Threads

  1. Replies: 2
    Last Post: 5 Sep 2014, 03:28 AM
  2. v150 Attribute Images & Additional Images Replace Main Image Onclick w/ Zoom
    By rbarbour in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 1 Mar 2013, 10:46 PM
  3. Additional Product Images - Add title below all images
    By sports guy in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 22 Dec 2011, 05:54 AM
  4. Layout of Additional of Additional Product Images - Possible Bug?
    By RatMonkey in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 25 Mar 2011, 02:21 PM
  5. Additional Large Images WITHOUT additional Thumbnails
    By haasPlay in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 30 Sep 2006, 04:54 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg