Hi. I want to put a line of text on all product pages under the “Price” or under “Add to Cart” button. Other answers seem incomplete for us novice coders. I know I have to put some code in the product-templates.liquid and that in another place. What code would do that and then where do I type my custom message?
Hello @RonMark
Do you want to show unique messages for all the products? If yes, then this can be achieved via metafields. But if no please add a section settings in main-product.liquid file and access it via code {{ section.settings.text }}. Add the message through customization and Save.
If you face any issue with the setup do let me know here.
Thanks
I want to show the message “10% off on all items applied at checkout.” below the add to cart button or below the price on all product pages in the store. Do I use the metafields you mentioned? If so how do I do that?
Hello @RonMark
If you just want to add a simple same message for all the products then you add the below line
10% off on all items applied at checkout.
In product-template.liquid or main-product.liquid file by searching for “price”.
Thanks
This worked perfectly. Thank you so much! Happy Holidays!!!