[ic] Out of Stock

Russ Mann interchange-users@interchange.redhat.com
Mon Mar 18 19:44:00 2002


I did.  If the IC people want to see how I did it for integration, let me
know.

-----Original Message-----
From: interchange-users-admin@interchange.redhat.com
[mailto:interchange-users-admin@interchange.redhat.com]On Behalf Of Paul
Jordan
Sent: Monday, March 18, 2002 4:40 PM
To: interchange-users@interchange.redhat.com
Subject: RE: [ic] Out of Stock


> Is there a way to ensure that an "out of stock" item can not be purchased
> but only allow the users to be notified when stock is
> replensished.  We have
> noticed customers are now purchasing even though they will show "out of
> stock".

I put my purchasing <input> inside an [if], depending on the quantity.

[if-item-data inventory quantity < 1]
   [else]
     <input type="image" src="__BUTTON_DIR__/addtocartdl.gif" border="0"
value="Buy it Now!">
   [/else]
[/if-item-data]

Also, I don't think ICs built in "In Stock Notification" is functional. I
think it is just a decoration :) but I am sure you could get it running
easily.

Paul

_______________________________________________
interchange-users mailing list
interchange-users@interchange.redhat.com
http://interchange.redhat.com/mailman/listinfo/interchange-users