On my shopify store, on a product page when a member is logged in they’re able to see the discount and original price simultaneously but when for unlogged in members they do not see the original price, they only see the discounted price, how can I make these unlogged in members also see both the discount and original price simultaneously?
Please reference screenshots for more clarification.
Hi @sizweWB ,
In screenshot, its not clear that what is actual code for that. It will require to check code
can you please share screenshot of code for price?
Solution: I duplicated the product-form.liquid and named it product-form-unlogged.liquid and then replaced the above code with {% include ‘product-form-unlogged’ %}. I then customized the code in product-form-unlogged.liquid (in my case, I removed the cart button)