Zen Follower
- Join Date:
- May 2009
- Posts:
- 433
- Plugin Contributions:
- 0
"Display Cart After Adding Product" - Only if Stock is Less than 1
Hi,
In my ZC admin I have "Allow customer to checkout even if there is insufficient stock" set to true, and "Show Sold Out Image instead of Add to Cart Button" set to false. With this configuration customers can checkout even is there is insufficient stock, with their order being placed on backorder and shipped when available.
As far as I can tell, the only time a customer would be actively informed about stock level/backordering is on the shopping_cart page via the "Products marked with *** are out of stock. Items not in stock will be placed on backorder." message. This is where the necessity to display the shopping_cart page ONLY when the stock level is less than 1 comes in...
Desired results:
Customers who add a product that is in stock to their cart, stay on the product_info page, with the "Successfully added Product to the cart ..." message shown (this is what currently already happens).
Customers who add a product that is out of stock to their cart are forwarded to the shopping_cart page immediately after adding an out of stock product.
Is this possible? If so, how?
Thanks :smile: