Moderator: jeffayao_1666
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'];
$membertypeid = Tools::getValue('id_membership_type')
if(intval($membertypeid)<=0)
$this->errors[] = Tools::displayError('You must select memebrship typer');
I need the indian rupee currency option to be there is this possible in this module? Or a customization?
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?
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?
Return to Support forum - Agile PrestaShop Modules/Addons
Users browsing this forum: Google [Bot] and 1 guest