Page 1 of 1

is there already a addon for using MAIN image like gallery image (so we can sort image)

Posted: Tue Apr 13, 2021 7:10 am
by loop
Hi
I'm wondering if there is a addon to use main image like the gallery images, as in my opinion it makes no sense to have a "main" image, which cannot be sorted at a other position. It would make more sense to have "images" and the first imag (order 1) is the main image. Is there already a hack / addon to achieve that? (if needed the main image can stay in the products table but it would be nice to let it sort like the other images)

Re: is there already a addon for using MAIN image like gallery image (so we can sort image)

Posted: Tue Apr 13, 2021 9:12 pm
by zipurman
I know it maybe overkill, but the paid mod app.php/addons/paid_addon/zipur_product_manager/ has this feature.

Re: is there already a addon for using MAIN image like gallery image (so we can sort image)

Posted: Wed Apr 14, 2021 6:53 am
by loop
Hi Zipurman
can you maybe share me the part i need or the solution / Way you did that? (did you leave the main image in the main table and made a function to sort this out in which table to sort wat) or did you put every picture in the picture table?
I'm willing to pay you for the information / script part, but i don't want the "product manager" as i made my one one since 5 years with everything i need.... thank you, you can pm or mail me if you want!

Re: is there already a addon for using MAIN image like gallery image (so we can sort image)

Posted: Wed Apr 14, 2021 9:14 am
by zipurman
I just added the images to products_images and then used a script (http://www.dropzonejs.com) to allow multiple file upload and sorting. I have it coded into the product manager with ajax to allow for easy sorting. If interested, you can PM me more details.