-
A product page on my site: http://test.dexprotection.com/shop/binders/binder-9-pocket
When a variable product has variations of “color,” I want customers to select a color on the product page and see an image of that product in that color. But after I create this variable product and tried selecting a color on the product page, the product’s gallery images repeat and the image stays at default.
I want the page to behave similar to this: http://sitesao.com/woow/fashion/shop/cras-rhoncus-duis-viverra/
Thinking maybe my product page is loading the product’s featured image, I found this code on another thread and added it to theme/functions.php:
function dh_use_feature_product_init(){ add_filter('dh_use_feature_product_image_in_single', '__return_false'); } add_action('init', 'dh_use_feature_product_init',11);
But this code doesn’t seem to solve the problem.
Other things I tried, to understand or fix the problem:
– updated all plugins and wordpress and theme .zip file
– re-created the product
– not use a featured image (but I want the product to show an image on Shop page)
– not use gallery images (but I want the product page to show images)Even after these tests, the Green product won’t show when I select Green.
Do you know what could be the issue? And what can I do to fix this? Let me know if you need admin access to help.
– Jeen
Product variation images don't show with selection
This topic is: not resolved