-- url of the page with the problem -- :
livelaughlove.com/staging/index.php?opti...ce-hoodie&Itemid=110
To access the site, please use as both username and password this word: llluser
-- HikaShop version -- : 2.3.0
-- Joomla version -- : 3.3.0
-- PHP version -- : 5.3
-- Browser(s) name and version -- : n/a
-- Error-message(debug-mod must be tuned on) -- : n/a
I did a test import of 5 products. Each product had 3 images and I am using the "Magic Zoom for Hikashop" component to get a zoom effect.
Here are the product pages:
livelaughlove.com/staging/index.php?opti...er-raglan&Itemid=110
livelaughlove.com/staging/index.php?opti...eace-tank&Itemid=110
livelaughlove.com/staging/index.php?opti...odie-grey&Itemid=110
livelaughlove.com/staging/index.php?opti...ce-hoodie&Itemid=110
livelaughlove.com/staging/index.php?opti...on-pocket&Itemid=110
In some of the products only one image is present while in a couple there are multiple images below the main one, but they seem to be all the same image.
For instance, here:
livelaughlove.com/staging/index.php?opti...ce-hoodie&Itemid=110
This is the content of the "images" column for this product:
AAA-20031-17_Bubble_Peace_Hoodie_14500_Front.jpg,
AAA-20031-17_Bubble_Peace_Hoodie_14500_Back.jpg,
AAA-20031-17_Bubble_Peace_Hoodie_14500_Side.jpg,
AAA-20031-17_Bubble_Peace_Hoodie_14500_Detail.jpg
Yet all I have in the front end is what you see on screen and if I go to the backend this is what I see:
Image Name Order Delete ID
AAA-20031-17 Bubble Peace Hoodie 14500 Front 110
AAA-20031-17 Bubble Peace Hoodie 14500 Back 111
AAA-20031-17 Bubble Peace Hoodie 14500 Side 112
AAA-20031-17 Bubble Peace Hoodie 14500 Detail 113
1) there is a missing image
2) Only one image is repeated 4 times
3) But the titles are different
In other products is even worse. As you can see 3 products have a single image displaying but 3 were uploaded.
For the record, I looked directly in the database and the contents of the "images" field for each product is identical to my import CSV with the sole exception that the divider in MySql seems to be a ; and I used a comma instead. Otherwise the contents are the same:
Import CSV
AAA-20003-04_Peace_Three_Quarter_Raglan_12262_Back.jpg,
AAA-20003-04_Peace_Three_Quarter_Raglan_12262_Front.jpg,
AAA-20003-04_Peace_Three_Quarter_Raglan_12262_Side.jpg
MySQL content
AAA-20003-04_Peace_Three_Quarter_Raglan_12262_Back.jpg;
AAA-20003-04_Peace_Three_Quarter_Raglan_12262_Front.jpg;
AAA-20003-04_Peace_Three_Quarter_Raglan_12262_Side.jpg
I am going to alert the developer of the Magic Zoom component and send him the link to this forum post. If anyone has any good ideas, I am all ears.
Thank you