If your product has multiple additional images, each time you edit the product the additional images get reversed when saved.
This mod fixes that
Tested in 1.5.x
You need to install Vqmod first, and then just upload the xml to vqmod/xmlcobbman wrote:Sweet! But where do I put the xml? semi-noob here
You want to thank me for my time! Click here to donate
I replaced "product_image_id" in line 9 of the code from
to "sort_order"
so images are shown by the "Sort Order" shown on the page, and not by the internal 'random' product_image_id.
Excellent vQmod, it was driving me crazy that images were showing all 'random'.

Code: Select all
ORDER BY product_image_id ASC
Code: Select all
ORDER BY sort_order ASC
Excellent vQmod, it was driving me crazy that images were showing all 'random'.

Who is online
Users browsing this forum: No registered users and 6 guests