Dear Miva Masters,
I am having some trouble adding tracking information to the top of my Order Status Page, just under the page title. I have the following code
Order ID, Order Date, and Time all appear. However, Order status does not seem to call anything up.
This same code easily calls up order status further down the on the same page in the Order Contents section. Are there any suggestions regarding why this is and how to deal with it?
Kevin
I am having some trouble adding tracking information to the top of my Order Status Page, just under the page title. I have the following code
Code:
<p><strong>Order #:</strong> &mvt:order:id;<br /><strong>Date:</strong> &mvt:order:date; &mvt:order:time;<br /><strong>Status:</strong> &mvt:item:order_status;</p>
This same code easily calls up order status further down the on the same page in the Order Contents section. Are there any suggestions regarding why this is and how to deal with it?
Kevin
Comment