PrestaShop membership management module - Agile Membership

In this forum you can post anything related to PrestaShop Modules/Addons from Agile Addons-Modules.Com.

If you need support for any module/addon from Agile Addons-Module.Com, please post it here. We will respond as soon as possible. Usually within one business day.

Please indicate the PrestaShop version, product name. product version, and if possible your order # to get a prompt response.

Moderator: jeffayao_1666

PrestaShop membership management module - Agile Membership

Postby philippe_1637 » Fri May 25, 2012 10:16 pm

Yes we do.
Please send the instructions.
Thanks for your help
philippe_1637
 
Posts: 0
Joined: Tue May 22, 2012 10:07 pm

Re: PrestaShop membership management module - Agile Membersh

Postby shokinro » Sat May 26, 2012 12:54 am

In /controllers/AuthController.php file, find following code

Code: Select all
      if (Tools::isSubmit('submitAccount') OR Tools::isSubmit('submitGuestAccount'))
      {
         $create_account = 1;
         if (Tools::isSubmit('submitAccount'))
            self::$smarty->assign('email_create', 1);
         /* New Guest customer */
         if (!Tools::getValue('is_new_customer', 1) AND !Configuration::get('PS_GUEST_CHECKOUT_ENABLED'))
            $this->errors[] = Tools::displayError('You cannot create a guest account.');
         if (!Tools::getValue('is_new_customer', 1))
            $_POST['passwd'] = md5(time()._COOKIE_KEY_);
         if (isset($_POST['guest_email']) AND $_POST['guest_email'])
            $_POST['email'] = $_POST['guest_email'];


Then insert your code after above code to check the id_membership_type posted from user is >0 or not. It not, then set error message. it will displayed to user, and the account will not be created.

for example

Code: Select all
$membertypeid = Tools::getValue('id_membership_type')
if(intval($membertypeid)<=0)
   $this->errors[] = Tools::displayError('You must select memebrship typer');


hope this helps
Follow us at Twitter Like us on Facebook Watch our Tutorial Videos on YouTube
shokinro
Site Admin
 
Posts: 3091
Joined: Sat Jun 25, 2011 3:08 pm

PrestaShop membership management module - Agile Membership

Postby shirish.bagga_1680 » Tue Jun 05, 2012 5:12 am

Hi very interested in this product ! I need the indian rupee currency option to be there is this possible in this module? Or a customization?

Thank you so much regards
shirish.bagga_1680
 
Posts: 0
Joined: Tue Jun 05, 2012 5:12 am

Re: PrestaShop membership management module - Agile Membersh

Postby batman_1666 » Tue Jun 05, 2012 6:17 am

I need the indian rupee currency option to be there is this possible in this module? Or a customization?

Yes, it is possible.
It PrestaShop standard function to support any currency. No customization is required.
You can add currency at back office

Payments tab - Currencies tab

You must provide a correct iso code of the currency
batman_1666
 
Posts: 6
Joined: Wed May 30, 2012 8:37 pm

PrestaShop membership management module - Agile Membership

Postby johnsonxc_1733 » Thu Jun 21, 2012 11:53 am

I am looking for modules that can help manage a magazine subscription and back office operation. The customer can subscribe to - 1 month, 3 month, 6 month subscription. Once payment is done (one time), there should be a 1,3,6 orders created for each month, so the back office knows who to send the new issue to when it becomes avail for each month.

Also, Once customer register for 1,3,6 month subscription, he/she is eligible for different level of discount of other non-recurring products.

Can this module handle or which other modules could be use in conjunction to achieve this?
johnsonxc_1733
 
Posts: 1
Joined: Thu Jun 21, 2012 11:53 am

Re: PrestaShop membership management module - Agile Membersh

Postby jeffayao_1666 » Thu Jun 21, 2012 11:56 am

Thanks for inquiry on our Agile PrestaShop membership management module.

I am looking for modules that can help manage a magazine subscription and back office operation. The customer can subscribe to - 1 month, 3 month, 6 month subscription. Once payment is done (one time), there should be a 1,3,6 orders created for each month, so the back office knows who to send the new issue to when it becomes avail for each month.

Also, Once customer register for 1,3,6 month subscription, he/she is eligible for different level of discount of other non-recurring products.

Can this module handle or which other modules could be use in conjunction to achieve this?


Yes, out membership module manage membership type, membership fee, membership discounts, membership access permission, membership expiration reminding. Yes, it can implement 1,3,6 month membership type as per your requirements.

but it does not handle recurring payment. This will require a payment module that can handle recurring payment to work together to completely meets your needs.

We have following two modules that can handle the required recurring payment functions
Agile PrestaShop Paypal Express checkout module - http://addons-modules.com/en/prestashop ... v142-.html

Agile PrestaShop Authorize.NET Express Checkout module - http://addons-modules.com/en/prestashop ... le-10.html
jeffayao_1666
 
Posts: 45
Joined: Thu Jun 21, 2012 3:55 am

Re: PrestaShop membership management module - Agile Membersh

Postby johnsonxc_1733 » Thu Jun 21, 2012 3:19 pm

I have looked at the recurring modules, I am using Paypal, so I am interested in Agile Payapl module.
just want to confirm: in what timing the order/invoice will created?
johnsonxc_1733
 
Posts: 1
Joined: Thu Jun 21, 2012 11:53 am

Re: PrestaShop membership management module - Agile Membersh

Postby jeffayao_1666 » Thu Jun 21, 2012 3:31 pm

I have looked at the recurring modules, I am using Paypal, so I am interested in Agile Payapl module.
just want to confirm: in what timing the order/invoice will created?


the recurring order/invoice is created when the recurring payment is processed.
For example, if you purchase/subscribe monthly membership on June 25, 2012, you first payment will be processed on June 25, 2012. And then after that, on 25th of each month, paypal will process your payment and send payment notification to the store, and the module then create a new order and invoice, and also apply the membership renewal.

If customer cancels the subscription, then there will no payment processed by Paypal, the module will not create the new order/invoice.
jeffayao_1666
 
Posts: 45
Joined: Thu Jun 21, 2012 3:55 am

PrestaShop membership management module - Agile Membership

Postby ikeda_1759 » Thu Jun 28, 2012 9:27 pm

Hi, We would like to collect information for referrals when someone signs up as a member. Do you have a way to collect referral information during the registration process? It will only be existing members referring new members, so if the member number can be used that would great. Thank you.
ikeda_1759
 
Posts: 0
Joined: Thu Jun 28, 2012 9:27 pm

PrestaShop membership management module - Agile Membership

Postby adel.arga_1891 » Wed Aug 08, 2012 12:53 am

Hi, I\'m looking to give members a credit of 50 messages that they can send out and it get\'s disabled once they run out of credit and have to top it up. Is it possible with this addon?
Thank you,
Adel
adel.arga_1891
 
Posts: 0
Joined: Wed Aug 08, 2012 12:53 am

PreviousNext

Return to Support forum - Agile PrestaShop Modules/Addons

Who is online

Users browsing this forum: No registered users and 0 guests