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)
-   -   Removing including VAT 17.50% (ё) (https://forum.x-cart.com/showthread.php?t=37740)

sds 02-21-2008 06:45 AM

Removing including VAT 17.50% (ё)
 
Hi

I want to remove the text "including VAT 17.50% (ё)" from the front page and all product fly pages.

Is this an easy modification? Can it be done from the backend or do I have to edit some .tpl's? If so, I believe I would be looking at modifying the taxed_price.tpl but I am not quite sure of how to change this as there are a few too many if then else and includes for my liking! :-)

I will then add to the bottom of each page "All prices include VAT".

Any help appreciated.

Thanks in advance,

The SDS Team

Holub 02-22-2008 03:58 AM

Re: Removing including VAT 17.50% (ё)
 
You can select 'Display: nothing' at Taxing system administration menu for your VAT tax.

Also you can modify /customer/main/taxed_price.tpl and replace row beginnig with

Code:

{$lng.lbl_including_tax...

with new text

`All prices include VAT.`

Feel free to ask any questions.

sds 02-25-2008 02:43 AM

Re: Removing including VAT 17.50% (ё)
 
Hi Holub

Thanks for all your help!

I commented out the following code:

Code:

{*
{$lng.lbl_including_tax|substitute:"tax":$tax.tax_display_name}{if $display_info eq "V" or ($display_info eq "A" and $tax.rate_type eq "$")} {if !$is_subtax}<span id="tax_{$tax.taxid}">{/if}{include file="currency.tpl" value=$tax.tax_value}{if !$is_subtax}</span>{/if}{elseif $display_info eq "R"} {if $tax.rate_type eq "$"}{include file="currency.tpl" value=$tax.rate_value}{else}{$tax.rate_value|formatprice}%{/if}{elseif $display_info eq "A"} {if $tax.rate_type eq "%"}{$tax.rate_value|formatprice}% ({if !$is_subtax}<span id="tax_{$tax.taxid}">{/if}{include file="currency.tpl" value=$tax.tax_value}{if !$is_subtax}</span>{/if}){/if}{/if}
*}


This worked a treat.

Holub 02-27-2008 07:56 AM

Re: Removing including VAT 17.50% (ё)
 
Yes, it's right decision.


All times are GMT -8. The time now is 02:22 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.