Some of my product price are not showing.

Hi some of my product’s price are not showing from the shop page and customers can’t make the product add-to-cart for those. i have added the price and i add the products from a csv file.

here is my shop link : https://automodzgarage.com/collections/all

here is a product link: https://automodzgarage.com/products/angel-eyes-headlights-set-black-bmw-1-series-e87-04-11

Hello there @sadje I suggest that you try to implement this code below {% if template contains ‘product’ %}

#MainContent .product__info-container [id^="price-template"].no-js-hidden{ display: block !important; }

{% endif %}

Let me know if it works for you!

Hi @sadje

Have you added a customized code to the contact seller button for some products? I recommend you revert price’s code in your liquid file back to original code to solve the issue.

where should i need to post it?