Page 1 of 1

How to display an additional product price on product page. Opencart 3.0.3.2

Posted: Sat May 20, 2023 4:24 am
by tom327
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?

Re: How to display an additional product price on product page. Opencart 3.0.3.2

Posted: Sat May 20, 2023 7:18 am
by andrey eftimov
yes, this will insert the product price anywhere else you want on the same page.

Note, however, that if you wish to place it in another file, you must check the controller and model of that particular file to see if they support the variable.