Some of my product price are not showing.

Solved

Some of my product price are not showing.

sadje
Shopify Partner
2 0 0

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

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
11688 2289 2472

This is an accepted solution.

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. 

 

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

View solution in original post

Replies 3 (3)

Bundler-Manuel
Astronaut
1009 51 119

Hello there @sadje  I suggest that you try to implement this code below {% if template contains 'product' %}
<style>
#MainContent .product__info-container [id^="price-template"].no-js-hidden{
display: block !important;
}
</style>
{% endif %}

Let me know if it works for you!

Emmanuel
Please let me know if it works by marking it as a solution!
Bundler - Product Bundles app, a great bundle app for Shopify, with glowing user testimonials and a free plan.
sadje
Shopify Partner
2 0 0

where should i need to post it?

Dan-From-Ryviu
Shopify Partner
11688 2289 2472

This is an accepted solution.

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. 

 

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.