New Zenner
- Join Date:
- Apr 2009
- Posts:
- 25
- Plugin Contributions:
- 0
Enable COD only for customers with Company
Is it posible to use the COD only for customers who have a Company Name filled in in the create account.
In the cod.php there is a statement
if ($this->enabled == true) {
if ($order->content_type != 'physical') {
$this->enabled = false;
}
}
Thisw statement tells that if products are not physical there is no cod on checkout. I want the same only for customers with an company name and the the module must be shown, instead of not