This topic has 2 replies, 2 voices, and was last updated 6 years, 3 months ago ago by Rose Tyler
Hi,
I have a customer that wants to have 2 images for the product. One to show on the Products Page and a different one to show at the Single Product Page.
i.e. Have a scissor facing horizontal and when the customer opens up the product have the scissor facing vertical. (different images).
Any suggestions how this can be done in xstore?
Thanks,
Nick
Hello,
There is no such possibility, by default. As simplest workaround you can activate Swap effect (Theme Options > E-commerce > Products Page Layout > Image hover effect) and add this code in Theme Options > Styling > Custom css:
.content-product .image-swap {
opacity: 1;
}
in this case, Featured image of product will be shown on the Single product page and the first image of Product gallery will be shown on Shop page (http://i.prntscr.com/V88-KLbWTm_FhYFTeGBW4A.png > http://i.prntscr.com/kMnzLbmsQTK5y9kubOvb6g.png + http://i.prntscr.com/MqY5oxWmTTqinCLEga8jxw.png)
Regards
You must be logged in to reply to this topic.Log in/Sign up