View Single Post
  #2  
Old 08-21-2008, 04:21 AM
  Piotr M.'s Avatar 
Piotr M. Piotr M. is offline
 

Senior Member
  
Join Date: Aug 2008
Posts: 134
 

Default Re: how to remove this from checkout pages?

You should edit template /skin1/customer/main/register.tpl
Remove lines 206-211
HTML Code:
{if $newbie eq "Y"} {$lng.txt_newbie_registration_bottom} <br /><a href="help.php?section=conditions" target="_blank"><font class="Text" style="white-space: nowrap;"><b>{$lng.lbl_terms_n_conditions}</b>&nbsp;</font>{include file="buttons/go.tpl"}</a> {else} {$lng.txt_user_registration_bottom} {/if}

And /skin1/main/register_shipping_address.tpl lines 22-28
HTML Code:
<table cellpadding="0" cellspacing="0"> <tr> <td><label for="ship2diff" class="RegSectionTitle">{$lng.lbl_ship_to_different_address}</label></td> <td>&nbsp;</td> <td><input type="checkbox" id="ship2diff" name="ship2diff" value="Y" onclick="javascript: ship2diffOpen();"{if $ship2diff} checked="checked"{/if} /></td> </tr> </table>
__________________
Regards,
Piotr Markushin

X-Cart PDF Catalog Generator NEW
Professional X-Cart Skins Store (7 new skins added in August 2008!)

ahedOffice.com - Web 2.0 Online Groupware
Reply With Quote