![]() |
diplay price on products.tpl ?
Hello,
i dont like show "enter your price" word in products.tpl. I want see prices instead this word. How can i make this ? Thanks, iCARus |
Maybe this will help u
I am not sure what your needs are for this, but me personaly I needed to display multiple pricing where "enter your price" was shown. So I just found the code that looks something like this:
Code:
[product].vat gt "0"}, {$lng.lbl_including_vat} {$products[product].vat}%{/if} And added another if statement that looks for the category. This way I can display different text pricing for the category the customer is in. For ex. if they are in the cars category ($cat eg 10} and I want the "enter your price" to show the different set pricing I just add them in the code. Code:
[product].vat gt "0"}, {$lng.lbl_including_vat} {$products[product].vat}%{/if} And for multiple pricing for more categories then just add an else if statement, remembering to close each if. Code:
[product].vat gt "0"}, {$lng.lbl_including_vat} {$products[product].vat}%{/if} I hope this helps you understand. PM me if you have any questions. :wink: Jay |
All times are GMT -8. The time now is 06:03 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.