I want to remove the PAYPAL and CHEQUE/MONEY ORDER option from the Payment screen ONLY if "Store Pickup" is selected...
Can this be done?
Thanks
Ross.
I want to remove the PAYPAL and CHEQUE/MONEY ORDER option from the Payment screen ONLY if "Store Pickup" is selected...
Can this be done?
Thanks
Ross.
Don't know why?? As I would accept any payment method even if it were to be picked up in house....
But to do so one would have to add a few if/else cases/code to make this determination in the checkout sequence
Zen-Venom Get Bitten
The reason being, is if someone selects STORE PICKUP and then pays using PAYPAL.... the customer can contact PAYPAL "AFTER" picking up the item and tell them they never received it, and PAYPAL will REFUND them their money with no investigation.
So if anyone can help out, that would be awesome!
Thanks
You can check the shipping method selected with:
$_SESSION['shipping']['id']
Then control the:
$this->enabled
in the module you want to enable or disable ...
$this->enabled when true, the module will show ...
$this->enabled when false, the module will not show ...
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Actually, I still have very little Zen-Cart knowledge.....
I understand what you are saying, but have no idea which file I am to update, or where to insert the code your talking about.......
I'm sorry if this sounds easy to some people.... for me, I'm still learning....
A step-by-step process on how to do this with as much detail as possible would be very helpful....
Thanks
Ross.
Last edited by RosscoB; 17 Mar 2009 at 02:13 AM.
Disregard my last reply....
I did some research through some other threads.... and combined what you just told me with something else I found... and it worked!!!!
THANK YOU![]()
Glad to hear that you were able to get this working ...
What did you end up using to customize the code?![]()
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!