Product "Not In Stock" message

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
Mike718NY
Commodore (COMO)
Commodore (COMO)
Posts: 485
Joined: Wed Jun 18, 2008 5:24 pm

Product "Not In Stock" message

Post by Mike718NY » Wed Oct 21, 2009 9:59 am

If I want to display a "Not In Stock" message for a Product (and disable "Add to Cart")
how can it be done?

I'm not using "Enable Inventory Management". Do I need to enable it?

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Product "Not In Stock" message

Post by mazhar » Wed Oct 21, 2009 10:08 am

Yes you need to enable to inventory management and then on same screen you can adjust Out of stock message textbox to you desired message. Finally you need to put some statement in AddToCart load method to hide the control if product.InStock value is zero.

Post Reply