Zen Cart Logo
Forums / Managing Customers and Orders / Cash on delivery for selected customers only

Cash on delivery for selected customers only

Locked

Views: 3,019

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
14 May 2006, 6:01 PM
#1
tojo_d avatar

tojo_d

New Zenner

Join Date:
Aug 2005
Location:
Glasgow, uk
Posts:
34
Plugin Contributions:
0

Cash on delivery for selected customers only

I would like to offer some customers the option of Cash on delivery, but only if I agree with them and approve them first. Can this be done?

Thanks.
Tony

15 May 2006, 2:54 AM
#2
ajeh avatar

ajeh

Oba-san

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

Re: Cash on delivery for selected customers only

You would need some type of validation flag to indicate who is who in the zoo then add that to the cod.php as part of the $this->enable ...

You could add a new field to the customers table for this ... then check it via a function that returns true or false and then add that function in an IF around the $this->enable in the cod.php module to control when it shows or hides ...