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

How to disable customer registration?

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 10-22-2002, 09:52 PM
 
Jahan Jahan is offline
 

Newbie
  
Join Date: Oct 2002
Posts: 2
 

Default How to disable customer registration?

is there a way to totally disable customer registration at check out point.
I don't want to even display that part of the form to them.
where do I go to disable that option?
Reply With Quote
  #2  
Old 10-23-2002, 12:41 AM
  B00MER's Avatar 
B00MER B00MER is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Keller, TX (Cart-Lab.com)
Posts: 3,165
 

Default

[skin1]/main/register.tpl

You'll need to remove the links in the laguages area of the admin also.
__________________
Cart-Lab - 100+ Social Bookmarks for X-Cart.
Reply With Quote
  #3  
Old 10-23-2002, 12:42 AM
  B00MER's Avatar 
B00MER B00MER is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Keller, TX (Cart-Lab.com)
Posts: 3,165
 

Default

Also I'd suggest enabling the debug console under general settings of the admin
__________________
Cart-Lab - 100+ Social Bookmarks for X-Cart.
Reply With Quote
  #4  
Old 12-25-2002, 07:12 PM
 
bluecat bluecat is offline
 

X-Adept
  
Join Date: Nov 2002
Posts: 674
 

Default

I really don't know what I'm looking at in this file. I've played around with it without success. Although I wish there was just a simple turn off button for no required registering, I would like to make registering as simple, short and as fast as possible. How can I change this code so it only has the required fields (name, address, username and password for example). Thank you.
Reply With Quote
  #5  
Old 12-25-2002, 07:36 PM
  B00MER's Avatar 
B00MER B00MER is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Keller, TX (Cart-Lab.com)
Posts: 3,165
 

Default

include/register.php

Code:
$fillerror = (empty($uname) || !empty($error) || empty($passwd1) || empty($passwd2) || ($passwd1 != $passwd2) || empty($firstname) || empty($lastname) || empty($b_address) || empty($b_city) || (!empty($states) && empty($b_state)) || empty($b_country) || empty($b_zipcode) || empty($phone) || empty($email));

Simply edit that if statement to your liking.

The template file:
skin1/main/register.tpl

merry xmas!
__________________
Cart-Lab - 100+ Social Bookmarks for X-Cart.
Reply With Quote
  #6  
Old 12-30-2002, 04:54 PM
 
bluecat bluecat is offline
 

X-Adept
  
Join Date: Nov 2002
Posts: 674
 

Default

Thank you very much!
Reply With Quote
  #7  
Old 01-22-2004, 04:04 PM
 
gschumsky gschumsky is offline
 

Newbie
  
Join Date: Nov 2003
Posts: 9
 

Default

Is there a way to turn off the registration (log in/authorization area on left nav) feature on the main customer page? Or, add some text to it so people know this is voluntary?
__________________
X-cart 3.5.2
Handson Web Hosting
Reply With Quote
  #8  
Old 05-25-2004, 09:25 AM
  mida68's Avatar 
mida68 mida68 is offline
 

Senior Member
  
Join Date: May 2004
Location: Temecula, CA
Posts: 104
 

Default Turning off authentication

I'm a little lost on the answers to this question. I'm hoping that (by now) there might be a simple way to "turn off" customer registration? Seems like this would be a basic on/off function since many ecommerce sites do not require registration.

(it's one of the main reasons so many people switched from PayPal to more expensive services, site owners saw dramatic increases in sales if the user did not have to register)
__________________
X-Cart 4.2, 4.3
Web Editors: http://www.webeditors.com
Reply With Quote
  #9  
Old 05-25-2004, 11:22 AM
  B00MER's Avatar 
B00MER B00MER is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Keller, TX (Cart-Lab.com)
Posts: 3,165
 

Default

3.5.x:

skin1/auth.tpl:

find:
Code:
{if $usertype eq "C" or ($usertype eq "B" and $config.Modules.partner_register eq "Y")} <tr> <td height=24 nowrap class=VertMenuItems> {include file="buttons/create_profile_menu.tpl"} </td> </tr> {/if}

And remove or {* comment *} it out.
__________________
Cart-Lab - 100+ Social Bookmarks for X-Cart.
Reply With Quote
  #10  
Old 05-25-2004, 11:28 AM
  mida68's Avatar 
mida68 mida68 is offline
 

Senior Member
  
Join Date: May 2004
Location: Temecula, CA
Posts: 104
 

Default just to clarify...

If I do this, it will disable the entire login/password "authentication" process on all pages or do I need to hunt each "chunk" down separately?

And... the checkout process will not require anyone to sign up?

THanks!!
__________________
X-Cart 4.2, 4.3
Web Editors: http://www.webeditors.com
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 05:09 AM.

   

 
X-Cart forums © 2001-2020