Sellerdeck uses the thumbnail image instead of the product image in image layouts within the checkout sequence (why???)... Anyway.
For example...
So I usually copy the Product Image to Thumbnail image in ActinicCatalog.mdb and this works, going forward the client has to just enter the product image twice, once for the thumbnail.
However, this client has 9275 rows in the product table.
I copied the Product Image column but when I went to paste in the thumbnail columns I got this sequence of events - I clicked 'OK' each time:
Several cups of coffee later I still have the hour glass and the column has not pasted.
1. Is there a better way of doing this?
2. How log should I have to wait per thousand products?
3. Is there a php script or an Access piece of wizardry that will automatically populate the thumnbail image with the product image?
4. Do we think that Sellerdeck would realise how plain awkward this arrangement is and make all representations of the product image the product image and remove the thumbnail variable completely?
Thank you!
For example...
Code:
<div class="image"> <a href="<actinic:variable name="SearchCGIURL" />?PRODREF=<Actinic:Variable Name="ProdRef"/>&NOLOGIN=1<actinic:block if="%3cactinic%3avariable%20name%3d%22HiddenFields%22%20%2f%3e%20%21%3d%20%22%22">&SHOP=<Actinic:Variable Name="HiddenFields"/></actinic:block>"> <Actinic:REMOVE TAG="ImageLine"><img class="img-responsive" src="<actinic:variable name="Thumbnail" />" /></Actinic:REMOVE> </a> </div>
However, this client has 9275 rows in the product table.
I copied the Product Image column but when I went to paste in the thumbnail columns I got this sequence of events - I clicked 'OK' each time:
Several cups of coffee later I still have the hour glass and the column has not pasted.
1. Is there a better way of doing this?
2. How log should I have to wait per thousand products?
3. Is there a php script or an Access piece of wizardry that will automatically populate the thumnbail image with the product image?
4. Do we think that Sellerdeck would realise how plain awkward this arrangement is and make all representations of the product image the product image and remove the thumbnail variable completely?
Thank you!
Comment