X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Which template includes these default fields? Is it products (https://forum.x-cart.com/showthread.php?t=11956)

mpj 02-04-2005 10:52 AM

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.

balinor 02-04-2005 11:15 AM

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

mpj 02-04-2005 11:42 AM

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!

balinor 02-04-2005 11:46 AM

Again, I need to know what column layout you are using.

mpj 02-04-2005 11:48 AM

I believe it's the single column layout? How can I tell?

Thanks for your help.

balinor 02-04-2005 11:53 AM

Are your products displayed in one column (one product per row) or multiple columns (products appear next to eachother in the same row)?

mpj 02-04-2005 11:54 AM

Oh... I misunderstood your question.

It's a 3 column format

balinor 02-04-2005 12:03 PM

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>
<FONT class="MarketPrice">{include file="customer/main/alter_currency_value.tpl" alter_currency_value=$products[product].taxed_price}</FONT>{if $discount gt 0}, {$lng.lbl_save_price} {$discount}%{/if}


with this:

Code:

<FONT class="ProductPrice">{$lng.lbl_our_price}: {include file="currency.tpl" value=$products[product].taxed_price}</FONT>
<FONT class="MarketPrice">{include file="customer/main/alter_currency_value.tpl" alter_currency_value=$products[product].taxed_price}</FONT>


mpj 02-04-2005 12:13 PM

products_t.tpl did the trick.

Thanks thats exactly what I was looking for!

Which template is the products detail located ?


Thanks again!

- MPJ

balinor 02-04-2005 12:15 PM

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.