thp Posted December 3, 2007 Posted December 3, 2007 (edited) Hello, can anyone please help? I have installed the Inventory Report Contribution edited by insomniac2 on 28/02/2006. Although the report is showing back-orders as it should, it is not showing the other low stock items i.e. it is just blank. I think it is because of the code, below, which I am not sure where to insert. In step 5 in the install notes, it refers to installing the following code after PRODUCT_QUANTITY in the new_product section, but unfortunately, I can't seem to find this area in the admin/categories.php file. <tr> <td nowrap><font face="<? echo TEXT_FONT_FACE; ?>" size="<? echo TEXT_FONT_SIZE; ?>" color="<? echo TEXT_FONT_COLOR; ?>"> <? echo TEXT_PRODUCTS_REORDER; ?> </font></td> <td nowrap><font face="<? echo TEXT_FONT_FACE; ?>" size="<? echo TEXT_FONT_SIZE; ?>" color="<? echo TEXT_FONT_COLOR; ?>"> <input type="text" name="products_reorder" value="<? echo @$pInfo->reorder; ?>"> </font></td> </tr> <tr> <td nowrap><font face="<? echo TEXT_FONT_FACE; ?>" size="<? echo TEXT_FONT_SIZE; ?>" color="<? echo TEXT_FONT_COLOR; ?>"> <? echo TEXT_PRODUCTS_REORDER_TO; ?> </font></td> <td nowrap><font face="<? echo TEXT_FONT_FACE; ?>" size="<? echo TEXT_FONT_SIZE; ?>" color="<? echo TEXT_FONT_COLOR; ?>"> <input type="text" name="products_reorder_to" value="<? echo @$pInfo->reorder_to; ?>"> </font></td> </tr> Can anyone please advise where to insert this code? I have been trying for many weeks to get this working but with no success. Thank you in advance. Edited December 3, 2007 by thp Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.