New Zenner
- Join Date:
- Mar 2011
- Posts:
- 1
- Plugin Contributions:
- 0
Disable payment method for categories (with subcategories)
Hi,
I've succeded disabling COD payment for some categories using "master_categories_id" ($_SESSION['cart']->in_cart_check('master_categories_id','100') > 0).
But I cannot find the way to do the same using a Category with subcategories. If for example master_categories_id=6 has 100 subcategories, is there a way of disabling COD for all other than using "master_categories_id" 100 times?
Thanks in advance for your attention!