OK how about this one. Levels Readytheme, Order status page, have this form next to each product in the list
<form method="post" action="merchant.mvc?Screen=BASK">
<input type="hidden" name="Action" value="ADPR">
<input type="hidden" name="Product_Code" value="&mvta:item:code;">
<input type="hidden" name="Quantity" value="&mvte:item:quantity;">
<input type="submit" value="Reorder" >
</form>
, reorder from old order, and the item is not active, you get
Does the ADPR not check inventory or if product active/inactive? the NTFD does check. I should think the ADPR would throw similar errors if a product were not available.
<form method="post" action="merchant.mvc?Screen=BASK">
<input type="hidden" name="Action" value="ADPR">
<input type="hidden" name="Product_Code" value="&mvta:item:code;">
<input type="hidden" name="Quantity" value="&mvte:item:quantity;">
<input type="submit" value="Reorder" >
</form>
, reorder from old order, and the item is not active, you get
|
Does the ADPR not check inventory or if product active/inactive? the NTFD does check. I should think the ADPR would throw similar errors if a product were not available.
Comment