Skip to content

Commit

Permalink
Adding fix for broken in-stock notification link and stock_message note,
Browse files Browse the repository at this point in the history
from Cameron Prince.
  • Loading branch information
jonjensen committed Feb 8, 2001
1 parent 8537463 commit f88c938
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions WHATSNEW
Expand Up @@ -56,6 +56,8 @@ Interchange 4.6.2
* Various minor HTML corrections. Thanks to Paul <porl@namee.com.au> and * Various minor HTML corrections. Thanks to Paul <porl@namee.com.au> and
Mediabang. Mediabang.


* Fixed in-stock notification problem on flypage.html and stock-alert.html.

* RPM only: Fixed logrotate.d file to prevent cascading log rotation like * RPM only: Fixed logrotate.d file to prevent cascading log rotation like
error.log.1.gz.1.gz etc. Thanks to Murray Gibbins for diagnosis & fix. error.log.1.gz.1.gz etc. Thanks to Murray Gibbins for diagnosis & fix.


Expand Down
2 changes: 1 addition & 1 deletion dist/construct/pages/flypage.html
Expand Up @@ -93,7 +93,7 @@
[if-item-data inventory quantity < 1] [if-item-data inventory quantity < 1]
<tr> <tr>
<td align="center"><font __FFACE__ size="1" color="#FF0000"><b>Out Of Stock</b></font><br><br> <td align="center"><font __FFACE__ size="1" color="#FF0000"><b>Out Of Stock</b></font><br><br>
<font __FFACE__ size="1"><a href="[area stock-alert [loop-code]]">In Stock Notification</a></font></td> <font __FFACE__ size="1"><a href="[area href="stock-alert" arg="[item-code]"]">In Stock Notification</a></font></td>
</tr> </tr>
[else] [else]
<tr> <tr>
Expand Down
2 changes: 2 additions & 0 deletions dist/construct/pages/stock-alert.html
Expand Up @@ -64,6 +64,8 @@
</td> </td>
</tr> </tr>
<tr><td>&nbsp;</td></tr> <tr><td>&nbsp;</td></tr>
<tr><td colspan=3><font __FFACE__ size=2 color="#000000"><b>[data table="inventory" column="stock_message" key="[scratch code]"]</b></font></td></tr>
<tr><td>&nbsp;</td></tr>
<tr> <tr>
<td valign="top" colspan="3"> <td valign="top" colspan="3">
<p><font __FFACE__ size="2" color="#669999"> <p><font __FFACE__ size="2" color="#669999">
Expand Down

0 comments on commit f88c938

Please sign in to comment.