I’m currently using the Broadcast theme, and I would like to add the product price to the “Add to Cart” button on the product page. Unfortunately, I don’t see an option to do this. Is there a line of code I can add to make this work?
Additionally, on the product page, I’ve added a “pop-up” block called “Notes” in the middle of the product page section. I’d like to center this block in relation to the “Add to Cart” button and the product description above it.
You can do it by adding this code in the add to cart button similar file name buy-button.liquid
{{product.price}}
If you will unable to implement the same then I’m happy to do this for you, let me know. I can implement the code changes so that this will work well for you.
Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!