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
QuoteOtherwise we can surely do it in a procedural manner with KK
Yes you can use the admin app call: setProductQuantity().