I want to add custom text to the product page,
Screenshot : https://snipboard.io/v0A5pj.jpg
Here how can i achieve this task, which is the recommended way to do that: Module (or) Events Observer (or) Preference. What kind of workout safe for future version upgrade?
Hi @Aveeva
Try to open path hint, and check in which phtml file you want to edit text.
Override html file in your theme first then add your custom text.
Run below command:
php bin/magento cache:flush
Text will reflect on product detail page.
It may help you!
Thank you.