Post by xarra » Fri Nov 28, 2014 4:51 pm

Hi i am figuring out how to add "Per Square Feet" behind the Product Price. It should be only applied to selected products not all. Any help is appreciated. Thank you.

Attachments

ScreenHunter_38 Nov. 28 16.32.jpg

screenshot for reference - ScreenHunter_38 Nov. 28 16.32.jpg (77.75 KiB) Viewed 1070 times


Newbie

Posts

Joined
Fri Nov 28, 2014 1:14 pm

Post by TAKCS » Mon Dec 01, 2014 9:33 am

Couldn't you just add it to the product discription? Or maybe an attribute that could be added to select products. Make it a manditory check box so they have to look at it.

New member

Posts

Joined
Mon Dec 01, 2014 9:22 am

Post by richaaron » Wed Dec 13, 2017 6:59 pm

I know this is an old post, but I no one answered so.. If it's for all products, you can edit product.tpl.. Find

Code: Select all

echo $price
and change to

Code: Select all

echo $price." per/ft²";
. If it's for a certain type of product you will have to find a way to determine whether to show or not. I'm using the category in breadcrumbs for example, so if the customer is in a certain category then I set a boolean to true and those products have "per/m²", in my case, after the price. Hope this helps!!

Newbie

Posts

Joined
Fri May 19, 2017 8:03 pm
Who is online

Users browsing this forum: No registered users and 21 guests