problen with product preview
-
Hi,
I’m importing products catalog from my partner. There are images located on their server.
Product page is ok, but there is problem with previews – images not showing up https://zakupy39.ru/shop/?filter_brand=furla
Best regards, Irina
Attachments:
You must be
logged in to view attached files.
Hello,
Please try to add this code to the functions.php of the child theme:
add_action( 'init', function() {
add_action( 'woocommerce_before_shop_loop_item_title', 'woocommerce_template_loop_product_thumbnail', 10 );
remove_action( 'woocommerce_before_shop_loop_item_title', 'woodmart_template_loop_product_thumbnail', 10 );
}, 1100 );
Best Regards
It’s work! Thank you very much!!!
Most Welcome 🙂
If you do not mind, can you please leave a 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in future. It would encourage our work a lot. If you like our Theme and Support.
Thanks for contacting us.
Have a great day 🙂
Topic Closed.
Best Regards
The topic ‘problen with product preview’ is closed to new replies.