![]() |
Edit out prices
Hello
V 4.0.12 What code do you take out of customer/main/products_t.tpl to not show the price. On the product page. I do want it on detail page. Thank you for your help |
Re: Edit out prices
Quote:
The following is the code to look for in 4.0.12 so it should be close to the same in your version as far as the tpl is concerned. the code may have a slight difference to it, but this is the bit: Code:
{if $active_modules.Subscriptions ne "" and $products[product].catalogprice} This is the subscription, enter your price, makrket price and product price codes. Now if you want it to NOT show, simply add this to the front ==> { * and this to the end of the entire line of code you do not want to show ==> * } This is called "comment tag" This will make the code non readable to smarty, therefore skipped. Not sure fo you already knew that or not, so I thought I would throw it in :wink: |
Hello thanks for the reply. I didn't know you could use {**} It however did't work or I did it wrong it changed the detail page. Not the our price on products page. Not sure i'm trying to change right page code. Its the first page after you click Categories.
Thank you |
Quote:
Try this on products.tpl: Code:
{*{else} Now that takes the info (pricing) from the second page after clicking on the catagory. :wink: |
Remember expressrugs, this is in my 4.0.11 code, so yours may vary slightly, but the overall layout and basic code should be the same.
|
Man you are awesome.
Thank you so much :D :D :D |
Quote:
Not a problem, happy to help when I can :) |
All times are GMT -8. The time now is 11:22 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.