Page 1 of 1

Change order of Additional Images

Posted: Mon Nov 24, 2008 5:22 am
by Jaz
Add to cart conformation message.

I think this is an easy one.

In the area where you add additional images to an item, there is not any way to change the order of the images. The problem I have is when I add a new image and I want them in a certain order, I have to cut and past all the URLs and ALT text for every image.

A simple control like those used to reorder options would be great. Down the road if a drag and drop reorder option is available that would be even better, but I would put that as a low priority.

Re: Change order of Additional Images

Posted: Mon Nov 24, 2008 7:43 am
by mazhar
In the area where you add additional images to an item, there is not any way to change the order of the images. The problem I have is when I add a new image and I want them in a certain order, I have to cut and past all the URLs and ALT text for every image.
The database support for this is there, you just need to provide an interface for that. Have a look at the following modified page. Take a backup of your existing

Code: Select all

Website\Admin\Products\Assets\AdvancedImages.aspx
Page and use this one. This modified page will provide a display order text box with each additional image.

Re: Change order of Additional Images

Posted: Mon Nov 24, 2008 8:05 am
by mazhar
A bug has been created for changing the additional images display order for future version
http://bugs.ablecommerce.com/show_bug.cgi?id=7493

Re: Change order of Additional Images

Posted: Mon Nov 24, 2008 2:42 pm
by Jaz
That works great. I like the number boxes better than the arrows. Much faster to use.