Can anyone help with information to implement the Store module and the payment module. I have them installed but I do not know how to setup the Paypal payment process.
Also, I only want the Admin to add and maintain Products, not Members.
Can anyone help with information to implement the Store module and the payment module. I have them installed but I do not know how to setup the Paypal payment process. Also, I only want the Admin to add and maintain Products, not Members. |
To allow admin only to post products, uncheck 'store add product' action for users' membership.
I suggest to use IPN mode in paypal, and use this callback url: http://your-site.com/your-path/m/payment/act_finalize_checkout/ Rules → http://www.boonex.com/terms |
Hi Alex, Thanks for your help.
Can you help? Thanks Sig To allow admin only to post products, uncheck 'store add product' action for users' membership.
I suggest to use IPN mode in paypal, and use this callback url: http://your-site.com/your-path/m/payment/act_finalize_checkout/ |