How to display an additional product price on product page. Opencart 3.0.3.2
Posted: Sat May 20, 2023 4:24 am
Using Opencart version 3.0.3.2
On my product pages, I want to display the product price in a second place on the page.
Looking at the page template I see this code:
{{ product.price }}
Would it just be a matter of editing my product page template to add an additional:
{{ product.price }}
in some other part of the page? Would that insert the product price in that place on page?
On my product pages, I want to display the product price in a second place on the page.
Looking at the page template I see this code:
{{ product.price }}
Would it just be a matter of editing my product page template to add an additional:
{{ product.price }}
in some other part of the page? Would that insert the product price in that place on page?