![]() |
Which template includes these default fields? Is it products
I think this is subcategory...
Market price: $18.65 Our price: $13.99 (Б┌╛ 12.17), save 24% Also, how do we turn (Б┌╛ 12.17) off ? Thanks. |
It depends on your layout. Are you using a single column or multiple columns? You might want to take a look at webmaster mode over in the Administration Menu. That will show you exactly which template is which :)
As for turning the alternate currency off, open up your General Settings (again in the Admin menu) and clear the characters out of the "Alternative currency symbol (empty to disable). Note that credit card charges are made using primary currency:" box |
For
Market price: $18.65 Our price: $13.99 (Б┌╛ 12.17), save 24% I have disable alternate currency and now it shows: , save 24% How do I disable that? Thanks for your help! |
Again, I need to know what column layout you are using.
|
I believe it's the single column layout? How can I tell?
Thanks for your help. |
Are your products displayed in one column (one product per row) or multiple columns (products appear next to eachother in the same row)?
|
Oh... I misunderstood your question.
It's a 3 column format |
In customer/main/products_t.tpl, replace this:
Code:
<FONT class="ProductPrice">{$lng.lbl_our_price}: {include file="currency.tpl" value=$products[product].taxed_price}</FONT> with this: Code:
<FONT class="ProductPrice">{$lng.lbl_our_price}: {include file="currency.tpl" value=$products[product].taxed_price}</FONT> |
products_t.tpl did the trick.
Thanks thats exactly what I was looking for! Which template is the products detail located ? Thanks again! - MPJ |
You really ought to try webmaster mode, it is nice and easy I swear! The detailed product page is customer/main/product.tpl
|
All times are GMT -8. The time now is 04:32 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.