Page 1 of 1

Change related products price

Posted: Tue Jul 31, 2018 8:04 pm
by sunbyte
Hi,
I was able to modify /catalog/view/theme/fastor/template/product/product.tpl to display 'BUY NOW' if the price of the product is set to 0.
Works everywhere expect related products tab... In related products tab the price is displayed as 0.
OpenCart 3.0.2.0

Thanks.

Re: Change related products price

Posted: Tue Jul 31, 2018 9:35 pm
by straightlight
sunbyte wrote:
Tue Jul 31, 2018 8:04 pm
Hi,
I was able to modify /catalog/view/theme/fastor/template/product/product.tpl to display 'BUY NOW' if the price of the product is set to 0.
Works everywhere expect related products tab... In related products tab the price is displayed as 0.
OpenCart 3.0.2.0

Thanks.
While the OC version has been posted, unprovided details of those modifications in order to assist with the related product prices request. More information is needed. Forum rules.

Re: Change related products price

Posted: Wed Aug 01, 2018 6:27 am
by sunbyte
Check out the screenshot

Image

Re: Change related products price

Posted: Thu Aug 02, 2018 3:35 pm
by ostechnologies
Firstly oc3.0.2.0 view files do not have .tpl extension instead .twig
Now, to make changes to the related products price navigate to the same file you mentioned above and search for “<?php echo $product['price']; ?>”, now make similar changes as you have done above.(validate price to zero and echo “Buy Now”).

Re: Change related products price

Posted: Thu Aug 02, 2018 7:34 pm
by sunbyte
ostechnologies wrote:
Thu Aug 02, 2018 3:35 pm
Firstly oc3.0.2.0 view files do not have .tpl extension instead .twig
Now, to make changes to the related products price navigate to the same file you mentioned above and search for “<?php echo $product['price']; ?>”, now make similar changes as you have done above.(validate price to zero and echo “Buy Now”).
Can't find this code in product.tpl
You can check the full source code of product.tpl here: https://pastebin.com/ZvyEDTKL

Re: Change related products price

Posted: Fri Aug 03, 2018 3:10 pm
by opencartboost
Check module section, may be fastor theme use related module to display related product.

Re: Change related products price

Posted: Fri Aug 03, 2018 7:09 pm
by sunbyte
I figured out how to edit the price of the related products.
You must edit the /catalog/view/theme/fastor/template/new_elements/product.tpl file:

Image

Re: Change related products price

Posted: Fri Aug 03, 2018 8:11 pm
by straightlight
Request was about a custom theme edition.