https://www.youtube.com/watch?v=QnQvC8UOTWE
https://www.youtube.com/channel/UC9KIf2hU7ROZQQtHdnzPBDQ
Adding to cart scenerios
scenerio 1
subtracting add to cart from inventory
if there are 10 items in stock,
5 persons added 2 each to cart then 6 th person could see out of stock issue...
scenerio 2
if not subtracted
1 items left, one person A add it to cart and the second one B purchased it,
A will get out of stock error while purchasing it
One solution
1. The customer puts a product in her cart.
2. Event is fired and the plugin stores the WC_Cart id (which holds the products) with a timestamp in a table.
3. Stock is then temporarily reduced by the plugin.
4. A cronjob (registered via. wp_cron) checks the table with carts and timestamps and resets the stock for old carts and removes the row from the table.
https://github.com/woocommerce/woocommerce/issues/5966
apply
minimum option to skip check
and
holding time
discussion : https://github.com/woocommerce/woocommerce/issues/5966
is there any procedure after add to cart like adding user details ?
https://www.datascience.com/resources/notebooks/dynamically-pricing-hotel-rooms-with-data-science
http://www.amadeus.com/blog/26/09/dynamic-pricing-way-forward-maximise-airline-revenue/
https://www.youtube.com/channel/UC9KIf2hU7ROZQQtHdnzPBDQ
Adding to cart scenerios
scenerio 1
subtracting add to cart from inventory
if there are 10 items in stock,
5 persons added 2 each to cart then 6 th person could see out of stock issue...
scenerio 2
if not subtracted
1 items left, one person A add it to cart and the second one B purchased it,
A will get out of stock error while purchasing it
One solution
1. The customer puts a product in her cart.
2. Event is fired and the plugin stores the WC_Cart id (which holds the products) with a timestamp in a table.
3. Stock is then temporarily reduced by the plugin.
4. A cronjob (registered via. wp_cron) checks the table with carts and timestamps and resets the stock for old carts and removes the row from the table.
https://github.com/woocommerce/woocommerce/issues/5966
apply
minimum option to skip check
and
holding time
discussion : https://github.com/woocommerce/woocommerce/issues/5966
is there any procedure after add to cart like adding user details ?
https://www.datascience.com/resources/notebooks/dynamically-pricing-hotel-rooms-with-data-science
http://www.amadeus.com/blog/26/09/dynamic-pricing-way-forward-maximise-airline-revenue/
No comments:
Post a Comment
Your feedback may help others !!!