[ic] ships in <days> text

interchange-users@interchange.redhat.com interchange-users@interchange.redhat.com
Fri May 31 18:26:01 2002


> From: S. Wong [mailto:swong@webprincess-designs.com]
> Sent: Friday, May 31, 2002 3:34 PM
> To: interchange-users@interchange.redhat.com
> Subject: [ic] ships in <days> text
> 
> 
> Hello all,
> 
> In the Foundation demostore, I've made an item "Ships in 4-6 
> days" when out of stock but
> when I try to buy the item, it only shows Out of Stock and a 
> link to In-stock
> notification.  How do I make the text show up for shipping time?
> 
> And whenever I'm doing some changes, sometimes admin/ui 
> errors out.  What is that about?
> 
> Thanks.
> 
> --
> Ciao ?:-)
> Shirlyn, the WebPrincess

I looked in pages/flypage.html and it totally ignores the message
you select.  Do a search on "inventory quantity" in that file
and change the [if] parth to this:

[if-item-data inventory quantity < 1]
  <td align="left">
  <b>[item-data inventory stock_message]<b><br>
  <a href="[area stock-alert [item-code]]" class="awtsmalltext">In-Stock
Notification</a>
</td>

the [else] part you can leave the same, obviously.

Patrick