VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: d0ublezer0 on May 26, 2022, 08:59:37 AM

Title: product reservation after add to cart
Post by: d0ublezer0 on May 26, 2022, 08:59:37 AM
Hello! It is possible to do product reservation when it is in cart?

For example (only for non-registered users):
We have 5 items of some product,
When user add 2 items to cart, for other users should be 3 items available, because 2 is temporary reserved.
When cart session destroyed (user not buy these 2 items) reservation must be cancelled

I think it is possible to check other customers sessions and replace available quantity on frontend
Title: Re: product reservation after add to cart
Post by: GJC Web Design on May 26, 2022, 22:07:12 PM
I made this plugin years ago for VM2 - https://www.gjcwebdesign.com/vm2-product-lock.html

but I thought VM3 handled this natively?