| ||||||||||
Shopping cart software Solutions for online shops and malls | ||||||||||
|
X-Cart Home | FAQ | Forum rules | Calendar | User manuals | Login |
Automatic Membership Level | ||||
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
Automatic Membership Level
I have a customer who wants to provide a discounted price for 'educators' on their website.
Here is the catch, they want to provide this discount immediately, not to wait for them to be approved. To do this on their previous shopping cart I simply duplicated the items and reduced their prices. But now that they are moving to X-Cart they want to use the inventory tracking, so I cannot use duplicate products while keeping the inventory all up to date. Does anybody know how or of a module that will allow automatic membership level and usage? They have done this in the past on another cart and feel people have been trustworthy thus far and want to continue to trust people. Thanks
__________________
customers use xcart 4.4 - 4.7, I will state which one with each question. |
|||||||
#2
|
|||||||||
|
|||||||||
Re: Automatic Membership Level
Turn on wholesale module - then you can define pricing per membership per product
__________________
Steve Stoyanov CFLSystems.com Web Development |
|||||||||
#3
|
|||||||
|
|||||||
Re: Automatic Membership Level
Thanks, but what I really need is a way for somebody to become a member automatically to receive those wholesale prices. The owners do not want to have to authorize & they want the prices to become available immediately after sending in their school information.
__________________
customers use xcart 4.4 - 4.7, I will state which one with each question. |
|||||||
#4
|
|||||||||
|
|||||||||
Re: Automatic Membership Level
admin settings - turn on signup for membership - this will allow customers to select membership when registering. Keep in mind though that regular customers that shoudl nto be allowed such memebrship can also select it
__________________
Steve Stoyanov CFLSystems.com Web Development |
|||||||||
#5
|
|||||||
|
|||||||
Re: Automatic Membership Level
Again, thank you. I appreciate your time.
I do believe you are referring to the "Enable sign-up for membership" under General Settings. If so, that does allow a person to sign up for the membership, but it does not automatically make them a member. I still need to go into admin > users & there I find two drop down menu's. One for 'sign-up' which will say 'educator' but the drop-down directly below is called 'membership' and needs to be changed from 'not member' to 'educator' by an administrator. That is the step I'm trying to skip. I see on the forums some people were able to accomplish this on 4.1 and I attempted to follow those instructions, but my 4.5 reigister.php does not have the same line of text that was modified on the 4.1 versions. http://forum.x-cart.com/showthread.php?t=13641&page=2&highlight=moderated+ membership
__________________
customers use xcart 4.4 - 4.7, I will state which one with each question. |
|||||||
#6
|
|||||||
|
|||||||
Re: Automatic Membership Level
I just found some code for the register.php which fixed this for me. I now have what I want.
For future readers here is where I found the code: http://forum.x-cart.com/showthread.php?t=55499
__________________
customers use xcart 4.4 - 4.7, I will state which one with each question. |
|||||||
#7
|
|||||||||
|
|||||||||
Re: Automatic Membership Level
Yes but again this will allow anyone to be a member of this membership and to get the special pricing of that membership which defeats the purpose of having the membership in the first place. With the same success you can just have that special pricing for the product itself wihtout using memebrships
If that works for you great...
__________________
Steve Stoyanov CFLSystems.com Web Development |
|||||||||
#8
|
|||||||
|
|||||||
Re: Automatic Membership Level
It does leave it open to anybody.
But this merchant has trusted this method on another cart for many years and feel they have not been abused. It is their wish.
__________________
customers use xcart 4.4 - 4.7, I will state which one with each question. |
|||||||
#9
|
|||||||||
|
|||||||||
Re: Automatic Membership Level
If they feel ok with that....
__________________
Steve Stoyanov CFLSystems.com Web Development |
|||||||||
#10
|
|||||||
|
|||||||
Re: Automatic Membership Level
I wanted a similar function for my 4.5.4 store.
-- new registered customers need to be assigned to the points program (membershipid '1') - and doing this manually was not only time consuming, it prevented points from accruing if the customer made a purchase right away... This simply requires 2 edits: 1. Using the code provided by Alex Solovev from Qualiteam in this post: http://forum.x-cart.com/showpost.php?p=308148&postcount=6 2. Edit file, /skin/common_files/customer/main/register_account.tpl FIND: Code:
and comment it all out. INSERT this in its place: Code:
Obviously, your value may not = "1" -- this was the membershipid for my membership level. Also, having form fields for $membership_levels if $membership_levels is disabled will probably be bad... you can put some ifs on this if you really need to, but if you are always going to have $membership_levels, then no need. The code that was commented out basically bypasses the general setting ({if $config.General.membership_signup eq "Y") and the new code basically sets membershipid to 1 and also pending_membershipid to 1, and then the php does the rest. Works great. This should have been an option all along -- (set new memberships to a default membership level") Thanks to all who contributed to these ideas in the forum.
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4 |
|||||||
|
|||
X-Cart forums © 2001-2020
|