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

Can customer registration be disabled/removed?

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 06-03-2010, 01:42 PM
 
Karen1958 Karen1958 is offline
 

Newbie
  
Join Date: Jun 2010
Posts: 4
 

Default Can customer registration be disabled/removed?

My customers don't register and I don't want that to be displayed on the website. Right now it's in the header (I think - I don't even know from which template I would remove it) and probably on the checkout pages as well, though I'm using the trial version and checkout is disabled, so I can't check.

Anyway to remove all traces of this?
__________________
X-Cart Gold 4.3.2
No add-ons
Reply With Quote
  #2  
Old 06-14-2010, 07:22 PM
 
minfinger minfinger is offline
 

X-Adept
  
Join Date: Apr 2009
Posts: 678
 

Default Re: Can customer registration be disabled/removed?

Well I hate to point out what seems obvious, but in General settings:
Uncheck - Disable anonymous checkout
Uncheck - Enable sign-up for membership

That might do it, but I've never set those options.

I convinced my client that it was valuable data to maintain customer contact info, if only first/last name and the email.
__________________
X-Cart 4.3
Joomla
Among other things
Reply With Quote
  #3  
Old 06-15-2010, 01:52 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Can customer registration be disabled/removed?

You can remove the register link if you want to. You can remove the login info from register form. You can't remove the form from checkout - your customers will have no way of entering their personal and shipping info.
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote
  #4  
Old 06-28-2010, 07:45 AM
 
bjharrington bjharrington is offline
 

Newbie
  
Join Date: Apr 2010
Posts: 2
 

Default Re: Can customer registration be disabled/removed?

Yes. I edited the Head Template. I opened...

Quote:
skin1>customer>head.tpl

and changed...

Code:
{if $login eq "" } {include file="customer/auth.tpl" } {else} {include file="customer/authbox.tpl" } {/if}

to...

Code:
<!--{if $login eq "" } {include file="customer/auth.tpl" } {else} {include file="customer/authbox.tpl" } {/if}-->

I just added the "<!-- -->" comment tags around the code that pulls up the login and register links.

Hope this helps.
__________________
BJ Harrington
Version 4.3.1
Reply With Quote
  #5  
Old 06-28-2010, 07:56 AM
 
balinor balinor is offline
 

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

Default Re: Can customer registration be disabled/removed?

Don't use those kinds of comments in Smarty templates. The proper way to comment out code in Smarty is:

{* Commented out code *}
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 09:48 AM.

   

 
X-Cart forums © 2001-2020