Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Remove Additional Information from Payment Details Page

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 07-30-2006, 07:27 PM
 
Clay Richardson Clay Richardson is offline
 

Newbie
  
Join Date: Jan 2006
Posts: 8
 

Default Remove Additional Information from Payment Details Page

I have added a few "additional fields" to the "user profiles options". Just general questions for the customer to answer when they register on the site.

These questions also show up when the customer checks out, on the "payment details" page.

Is there any way to prevent this, because it makes the page far too wide?


Regards,
Clay
__________________
Version Number 4.0.16
Reply With Quote
  #2  
Old 07-31-2006, 02:55 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default

Remove all this from customer/main/customer_details.tpl:

Code:
{foreach from=$userinfo.additional_fields item=v}{if $v.section eq 'C' || $v.section eq 'P'} {$v.title}: {$v.value} {/if}{/foreach} {foreach from=$userinfo.additional_fields item=v}{if $v.section eq 'B'} {$v.title}: {$v.value} {/if}{/foreach} {foreach from=$userinfo.additional_fields item=v}{if $v.section eq 'S'} {$v.title}: {$v.value} {/if}{/foreach}{assign var="is_header" value=""} {foreach from=$userinfo.additional_fields item=v}{if $v.section eq 'A'} {if $is_header ne 'Y'} {$lng.lbl_additional_information}: ----------------- {assign var="is_header" value="Y"}{/if} {$v.title}: {$v.value} {/if}{/foreach}
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 07:15 AM.

   

 
X-Cart forums © 2001-2020