Fix product main image does not show up on product page on BigCommerce theme Supermarket, SarahMarket, ParallaxBag
Problem happen when BigCommerce change product main image URL recently.
To fix this problem, please upgrade all themes to the latest version.
If your theme already modified, you can fix this issue manually by editing file templates/components/products/product-view.html
Replace all string:
{{#if ../product.main_image.data '==' this.data}} slick-current{{/if}}
By:
{{#startsWith this.data ../product.main_image.data}} slick-current{{/startsWith}}
If you have any problem, feel free to contact us at contact@papathemes.com. We will assist you ASAP.
Theme design & customization blog
-
The Ultimate Guide to Showcasing Products by Category for All BigCommerce Themes
In today's digital marketplace, the way you display your products can make a significant differen …23rd May 2023 -
Auto update quantity of products bought together according to the main product qty in Supermarket theme
Insert the code below to Storefront > Script Manager:<script>(function($) { $('body').on …9th Sep 2019 -
Identify which products bought together belong to the main product in Supermarket theme
Solution:Create a product option named Parent SKU:Edit the option set of your also bought together p …9th Sep 2019