Price is showing on collection but not on product page

Solved

Price is showing on collection but not on product page

vukong
Visitor
2 0 2

I was attempting to remove the pricing for a specific product and got lost along the way editing the code and now the price will not show for any of my products. I'm using a pagefly template and it shows the price, however when I load it into the preview, the price doesn't appear for this nor any other of my products. Could anyone help me?
https://www.biostemcare.com/collections

vukong_0-1724813471454.png

vukong_1-1724813512040.png

 

 

Accepted Solution (1)

BSSCommerce-HDL
Shopify Partner
1900 658 789

This is an accepted solution.

Hi @vukong

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

<style>
div[data-pf-type="ProductPrice2"] span {
    display: block !important;
}
</style>

 

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency

View solution in original post

Replies 3 (3)

BSSCommerce-HDL
Shopify Partner
1900 658 789

This is an accepted solution.

Hi @vukong

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

<style>
div[data-pf-type="ProductPrice2"] span {
    display: block !important;
}
</style>

 

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
vukong
Visitor
2 0 2

Thank you so much for the quick response, it worked!

BSSCommerce-HDL
Shopify Partner
1900 658 789

@vukong, Glad to help you. Have a good day 😍

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency