bronze/silver membership?

The customers themselves can choose category, I have to ok it, but isnt it kinda silly having this option for the customer at all? It should be something I choose to set, otherwise Im just going to get alot of queries as people try to get a ‘better’ membership as people experiment.

i took out all of the other mem berships besids customer for the same reason. but you could have them and offer specials to the different members but i agree that having them choos is silly, ive seen places have it set so after a certain purchase amount over time or somethingthey can get updadet to a higher account for other benefits.

[QUOTE]after a certain purchase amount over time or somethingthey can get updadet to a higher account for other benefits.[/QUOTE]

Yes, exactly, thats what I want, so I didn’t want to get rid of it totally. hmm, a wish to make perhaps?

i wonder if you can take away the customer picking the membership but allowing you to apply it to them when they reach a certain criteria for the membership

i would like the option to charge for the membership levels. Membership as a product kinda. Could have expiration date on membership

If you wish “Signup for membership” select box to be hidden for customers and only administrator is able to grant membership levels, you will need to edit “skins/CUSTOMER_SKIN_NAME/customer/profiles_pages/profiles_account.tpl” template (using any text editor or built-in CS-Cart template editor).



Open the file and replace the following part of code:


```php {if $memberships}



{$lang.signup_for_membership}



{$lang.not_a_member}
{foreach from=$memberships item=membership}
{$membership.membership}
{/foreach}




{/if} ```

with this one:

```php {if $memberships}{/if} ```

I want them to be able to choose from being a retail customer or a wholesale customer. Then I want to be able to choose what type of wholesale or retail customer they are.

So they can choose retail but I choose if they are bronze or platinum or whatever. Same with wholesale. Is this possiable?

[quote name=‘Alfie’]If you wish “Signup for membership” select box to be hidden for customers and only administrator is able to grant membership levels, you will need to edit “skins/CUSTOMER_SKIN_NAME/customer/profiles_pages/profiles_account.tpl” template (using any text editor or built-in CS-Cart template editor).



Open the file and replace the following part of code:


```php {if $memberships}



{$lang.signup_for_membership}



{$lang.not_a_member}
{foreach from=$memberships item=membership}
{$membership.membership}
{/foreach}




{/if} ```

with this one:

```php {if $memberships}{/if} ```[/QUOTE]


Hi-I am having the same desire to not have memberships as a choice - If I enter your small one line code in place of the code you highlighted (removing that whole portion of code) -- it give me a blank page -- with just this:
The fields marked with * are mandatory

Any other ideas?

Thank you.

[quote name=‘circlecity’]i would like the option to charge for the membership levels. Membership as a product kinda. Could have expiration date on membership[/QUOTE]



I would also like to do this. I’m trying to use memberships as sort of a content management system and would like customers to select which membership and pay for it during registration. Have you had any luck?

This is a typical question I would ask from cs-cart support. If they say yes, you can dig into it. If they say no, you can choose to give up or hire a kickass programmer to do it for you. NOTHING is impossible.