Zen Cart Logo
Forums / Built-in Shipping and Payment Modules / Remove Payment Option if Walk In is chosen

Remove Payment Option if Walk In is chosen

Locked

Views: 1,034

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
28 Nov 2010, 10:15 AM
#1
distroman avatar

distroman

New Zenner

Join Date:
Nov 2010
Posts:
5
Plugin Contributions:
0

Remove Payment Option if Walk In is chosen

When someone chooses 'Walk In' so they can pick the items up from us, the payment options for Paypal and Cheque/Money Order still show up. Is there a way to stop this behaviour?

Zen Cart v1.3.9h
Clean Install
Australia Post Shipping Module installed with original install
No customisation
Nothing in the FAQ
Can't find an answer on the forum (maybe I'm blind)
Problem there right from the beginning.

28 Nov 2010, 11:48 AM
#2
frank18 avatar

frank18

Deceased

Join Date:
Nov 2007
Location:
Sunny Coast, Australia
Posts:
3,427
Plugin Contributions:
2

Re: Remove Payment Option if Walk In is chosen

DistroMan:

....
Problem there right from the beginning...

Possibly a corrupted file upload.

You may want to download your file system to a temp folder and then (using WinMerge or similar) compare your file system to a clean fresh copy of v1.3.9h

28 Nov 2010, 12:17 PM
#3
distroman avatar

distroman

New Zenner

Join Date:
Nov 2010
Posts:
5
Plugin Contributions:
0

Re: Remove Payment Option if Walk In is chosen

frank18:

Possibly a corrupted file upload.

You may want to download your file system to a temp folder and then (using WinMerge or similar) compare your file system to a clean fresh copy of v1.3.9h

Took me a while to figure out how to do that, but I did and found no differences except to 'text' sections where I changed lbs to gms.

29 Nov 2010, 2:32 PM
#4
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Remove Payment Option if Walk In is chosen

You need to have some type of payment module for checkout ...

You could clone the Check/Money Order for Pay on Pickup and make the other two payment modules turn off based on the $this->enabled based on the selected shipping module being Store Pickup ...

One thing to consider is you may want to leave enabled the PayPal payment module, as some customers may wish to pay with their PayPal account, even if they are picking up at the store and it might be easier to manage that online ...

29 Nov 2010, 3:05 PM
#5
distroman avatar

distroman

New Zenner

Join Date:
Nov 2010
Posts:
5
Plugin Contributions:
0

Re: Remove Payment Option if Walk In is chosen

Hmmm, that is definitely something worth thinking about. Thanks.