tallal141 0 Posted December 10, 2015 Posted December 10, 2015 Hello i am looking for a module or a script to auto-hide product from front-end when its quantity becomes less than or equal 2 and when quantity is greater than 2 it automatically shows-up on front end. Share this post Link to post Share on other sites
doekia 1,509 Posted December 10, 2015 Posted December 10, 2015 Case one, you can lie on your quantity by a factor of 2. It could also be easily implemented a little override that prune off the product from the various lists, but maintain the product active, allowing customer with direct url to request an email notification when the product is available should the quantity be 0. And maintaining the page visible for bots. We have solution (updateelements) that does the trick for quantity = 0 but it will not work with <= 2. The various scenarios to be considered in such situation just explode and performances are at stake here. Share this post Link to post Share on other sites
Recommended Posts