Does anyone know how to list products in Magento that are not for sale? I still want the items to appear in the store, but I would like the "Add to cart" function to be disabled. This seems like it would be something that is easy to set up, but I haven't been able to figure it out. Thanks in advance!
问题:
回答1:
Set stock level to zero and disable backorders.
回答2:
Our store uses this on occasion- Adding to what dick mentioned :
Set Stock to 0.
If your store allows out of stock items to be visible, then this will work immediately.
If you do not allow items to be visible once they are out of stock, you'll need to switch this setting in the backend.
Alternatively, you could set up a new product attribute that replaces the add to cart button with something different (more info button, popup, etc).
回答3:
If you want to display for sale only then set it's stock qty to 0 and try to set option from admin like this go to your admin side click on system->configuration->catalog->inventory and set yes Display Out of Stock Products so that the product is display on front side without add to cart functionality
Hope this will help you