Completely removing VAT Registration Number

elmo32

Avatar: elmo32

2008-12-20 07:36

HI All
Can anybody tell me where I need to remove the code so I can
Completely remove VAT Registration Number from the registration & checkout areas
also I need to change the words ZIP CODE to POST CODE

» Quick.Cart v3.x

Elrond

kalanta

No avatar

2008-12-21 13:29

1) go to file templates/orders_form.tpl and remove lines:

<div id="nip">
<label for="oNip">$lang[Nip]</label>
<input type="text" name="sNip" value="$aUser[sNip]" maxlength="20" class="input" onblur="saveUserData( this.name, this.value )" id="oNip" />
</div>

when go... from registration? this is in paid version only but I think you will find it easily.

after it I suggest to go to templates/orders_print.tpl and delete line:

<dt class="nip">$lang[Nip]:</dt><dd class="nip">$aOrder[sNip]</dd>

2) the words you can change in file lang/yourlang.php. Also you can change it in templates/orders_form.tpl by changng this $lang[Zip_code]: to Post code

Back to top
about us | contact