We would like to have this feature added to our product pages on our website.
We want to have the ability to NOT show the price of certain products on the product page itself and we want to say instead of the price to say "See Low Price in Cart", then when the customer clicks the "Add To Cart" button the price will show up in the Cart with the Qty. How can I check to see if my current Cart add-on has that feature and if not would you know what add-on (extension) I should add.
Hi @ccolettaye56a0,
Let you try this Magento2 Hide Price Extension which satisfy with all your required functions on magento.
If you got solution, then kindly give kudos and marked as it.
Thank you
Best regards
madhuboots
You can use a Magento 2 "Hide Price" extension, most extensions focus on hiding the price until a customer logs in or based on customer groups. To implement a more customized feature like displaying "See Low Price in Cart" and revealing the price only after the product is added to the cart, you'll likely need custom development.