KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: bharatkasodariya on August 31, 2013, 05:50:11 am

Title: set payment option at product level
Post by: bharatkasodariya on August 31, 2013, 05:50:11 am
Is it possible to exclude payment option at product level?
Title: Re: set payment option at product level
Post by: trevor on September 04, 2013, 01:36:45 pm
Yes. All you need to do is to add one or more config variables to your module so that you can identify the products. The module looks for those products in the order and throws an exception if they are present. 
Title: Re: set payment option at product level
Post by: bharatkasodariya on September 05, 2013, 07:32:26 am
how can I add config variable in product? you mean custom attribute?
Title: Re: set payment option at product level
Post by: ming on September 05, 2013, 07:58:26 am
he said "add one or more config variables to your module"   One of these might record values of some attribute on your products (could be a custom field or attribute) that you can use for your logic.