Questions in Order Status 5.x (BROK_ORDERSTATUS5)
- Displaying additional information on the "Edit Status" orders listing
(7416 views) - New FedEx tracking link
(9326 views) - Displaying custom field data
(4900 views) - Displaying collected data in emails and on the invoice (INVC) screen
(4427 views) - Is it possible to collect a note at checkout that will be associated with the order in admin?
(7193 views) - When customers click on the link to check their status, the login screen shows Merchant's usual header for that page and also the header from the Order Status Manager. How can I hide the Merchant header?
(3845 views) - Default tracking links for shippers
(5387 views) - Is there a new FedEx tracking number?
(7542 views) - How do I display the attribute and option data on the order details page?
(4379 views) - I am integrating the reorder ability in Order Status mod for Merchant5. The only thing I can't get to work is the conditional for disallowing inactive products. I am using:
%begin_if|Products.d.active|%
%quantity|001|%
%addtobasket%
%end_if%
%begin_if|NOT Products.d.active|%
NOT AVAIL
%end_if%
It is always showing NOT AVAIL even if the product is active.
(4014 views)