There are a couple ways to control show/hide out of stock products.
"Site Admin -> Configuration -> Show if out of stock" is the store wide setting and "Site Admin -> Catalog > Products > Edit Product -> Tab: miscellaneour and Show if out of stock" is the product level.
To auto flip the product ship estimate to "out of stock" you also have many ways.
1) Change Web\Store\ProductSummary\ShipEstimate.ascx to display "out of stock" when Product.Quantity is 0.
or
2) Add a database trigger to DSC_Product table when update shipEstimateId column to the right value when column Quantity changes to 0
DotShoppingCart Staff
|