CRE Loaded Community

Banner


Board index » Web Design and Development » Development Discussions

All times are UTC - 5 hours




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: telephone number in checkout
PostPosted: Mon Sep 19, 2011 4:41 pm 
Offline
CRE Newbie

Joined: Mon Jan 18, 2010 4:16 pm
Posts: 11
i have the telephone number showing in my checkout session, but how do i remove it??

It's shown in the shipping address and the billing address on the checkout_shipping.php & checkout_payment.php


Top
 Profile  
 
 Post subject: Re: telephone number in checkout
PostPosted: Tue Sep 20, 2011 3:02 am 
Offline
CRE Legend
User avatar

Joined: Thu Jun 12, 2008 6:39 am
Posts: 2394
Location: New Zealand
So in 6.4.1a versions:

find /includes/functions/general.php

Code:
if (tep_not_null($telephone)) {
      $address .= $cr . $telephone;
    }
   
    return $address;
  }

put // in front of:
Code:
// $address .= $cr . $telephone;

Simon

_________________
www.codemehappy.com
For Cre Loaded tips, how-to articles and more


Top
 Profile  
 
 Post subject: Re: telephone number in checkout
PostPosted: Tue Sep 20, 2011 6:40 am 
Offline
CRE Newbie

Joined: Mon Jan 18, 2010 4:16 pm
Posts: 11
thank you very much! that solved it. I really didn't know where to look for it..... Thanks


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

Board index » Web Design and Development » Development Discussions

All times are UTC - 5 hours


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
It is currently Thu May 17, 2012 8:47 am
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group

© CRE Loaded is a product of Chain Reaction Ecommerce, Inc. Usage & Privacy Policy