[ic] Force a payment method at checkout for some items

Jeff Dafoe interchange-users@icdevgroup.org
Sat Jan 18 10:01:01 2003


> I suppose it can be done by adding a special prefix to the products SKU,
> like A-xxx for products accepting COD and B-xxx for all other products.
> Then a script could do it at the checkout page.

    Just add a field in the products table and then, when on the checkout
page, look through the cart at all of the items and see if the corresponding
row in the product table has the value set.

Jeff