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

membership level registration / sign up

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 09-12-2010, 07:30 PM
 
ferazzo777 ferazzo777 is offline
 

Newbie
  
Join Date: Jun 2010
Posts: 5
 

Default membership level registration / sign up

Hi everyone,

How do I let my users to pick a membership level instead of just signing up for that membership level?

In the default registration page, there is an option for the users to 'Sign up' for a membership level, but what I want instead is for them to choose their membership level instead of just signing up, because I get around 100 new members each month and I can't afford to go to the admin area and approved the 'Sign up' all the time.

Any recommendation will be much appreciated , I have spent 2 days on this without a luck

Thanks in advance
__________________
Version 4.3.2
Reply With Quote
  #2  
Old 09-12-2010, 09:40 PM
  amy2203's Avatar 
amy2203 amy2203 is offline
 

X-Wizard
  
Join Date: Jul 2004
Location: Watford, UK
Posts: 1,509
 

Default Re: membership level registration / sign up

see if there is an option to make it unmoderated, or turn moderation off,
__________________
X-Cart version 5 (Previously 3.5-4)

Previous Versions included
BCSE Reward Points Mod
Altered Cart On Sale Mod
Wordpress Plugin

Please don't PM me for support. I help where I can on the forum and your question will more likely be answered there.

Shout me a Coffee!
Reply With Quote
  #3  
Old 09-12-2010, 09:53 PM
 
ferazzo777 ferazzo777 is offline
 

Newbie
  
Join Date: Jun 2010
Posts: 5
 

Default Re: membership level registration / sign up

Can't find that option on the admin area, my guess is that I need to modify the codes.

Please help
__________________
Version 4.3.2
Reply With Quote
  #4  
Old 09-12-2010, 10:22 PM
  amy2203's Avatar 
amy2203 amy2203 is offline
 

X-Wizard
  
Join Date: Jul 2004
Location: Watford, UK
Posts: 1,509
 

Default Re: membership level registration / sign up

http://forum.x-cart.com/showthread.php?t=13641&highlight=moderated+members hip
__________________
X-Cart version 5 (Previously 3.5-4)

Previous Versions included
BCSE Reward Points Mod
Altered Cart On Sale Mod
Wordpress Plugin

Please don't PM me for support. I help where I can on the forum and your question will more likely be answered there.

Shout me a Coffee!
Reply With Quote
  #5  
Old 01-17-2011, 04:53 PM
 
2gcorey 2gcorey is offline
 

Advanced Member
  
Join Date: Jul 2007
Posts: 60
 

Default Re: membership level registration / sign up

I need this also for 4.4.1

any ideas? I have tried a few older ones and they didn't work
__________________
2gcorey
xcart version 4.4.1 bugged out!
Reply With Quote
  #6  
Old 01-20-2011, 04:56 AM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default Re: membership level registration / sign up

In 4.4.x you should alter "include/register.php" script, find and replace this code:
PHP Code:
foreach ($common_profile_fields as $field) {

    
$profile_values[$field] = isset(${$field}) ? ${$field} : '';

}

// Store new password 
with this:
PHP Code:
foreach ($common_profile_fields as $field) {

    
$profile_values[$field] = isset(${$field}) ? ${$field} : '';

}

$profile_values['membershipid'] = ${'pending_membershipid'};

// Store new password 
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
Reply With Quote

The following user thanks qualiteam for this useful post:
tyler (11-03-2011)
  #7  
Old 09-10-2013, 11:14 AM
  RPMOffroad's Avatar 
RPMOffroad RPMOffroad is offline
 

Member
  
Join Date: Sep 2013
Posts: 18
 

Thumbs up Re: membership level registration / sign up

This answer does work the only thing left to make this happen is to have each customer as they register make sure they change their "sign up for membership" to member either when they register or on their "My account " page.
__________________
X-Cart version 4.6.6
X-Cart Gold
Product Configurator
Feature Comparison

Website Manager
www.RPMOFFROAD.com
Reply With Quote
  #8  
Old 01-01-2014, 11:28 AM
 
Duramax 6.6L Duramax 6.6L is offline
 

X-Adept
  
Join Date: Dec 2006
Posts: 865
 

Default Re: membership level registration / sign up

Does anyone know how to make his work on 4.6.1. They changed the code.

foreach ($common_profile_fields as $field) {

if (isset(${$field}))
$profile_values[$field] = ${$field};

}

// Store new password
__________________
Xcart 5.1.6 Building New Store
Xcart4.6.4 Gold Plus
Xcart 4.6.4 Platinum
Smart Template,
Mail Chimp Upgrade
Checkout One (One Page Checkout)
Checkout One X-Payments Connector
Checkout One Deluxe Tools
Call For Price
On Sale Module
Buy Together Module
MAP Price MOD
Reply With Quote
  #9  
Old 01-04-2014, 05:29 AM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default Re: membership level registration / sign up

I guess it should still work.

Just add $profile_values['membershipid'] = ${'pending_membershipid'}; line above // Store new password
line.
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
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 04:52 PM.

   

 
X-Cart forums © 2001-2020