KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: nitingupta183 on May 31, 2010, 08:55:20 am

Title: Temporary Product Blocking
Post by: nitingupta183 on May 31, 2010, 08:55:20 am
Hi All,

I am writing an application which makes use of Konakart as its ecommerce framework. My app deals with sale of event's tickets. I have modeled tickets as products in KK.

I need to temporarily block tickets during customer's think/payment time. This is to avoid over-sell scenarios. Please suggest how can I do it? In nutshell I need to achieve following:

a. block the quantity of tickets so that other customers cannot see the blocked quantity as available.

b. If PG returns a successful status then confirm the tickets & permanently reduce the available inventory

c. If PG returns Failure, then unblock the tickets.

d. If PG does not return any response, then tickets are unblocked

Is there any out of the box support for this? Otherwise we can surely do it in a procedural manner with KK
APIs.

Rgds
Nitin
Title: Re: Temporary Product Blocking
Post by: trevor on May 31, 2010, 10:02:00 am
QuoteOtherwise we can surely do it in a procedural manner with KK


Yes you can use the admin app call: setProductQuantity().