RMWAnnie
02-14-07, 11:58 PM
I am trying to to construct a custom "printer friendly" invoice page that is linked from the regular invoice page when a customer completes the order. I can call the custom page and it uses the correct session id, etc, but none of the order info is passed. All the necessary items are checked (order_customer, order_contents, etc). I've even copied and pasted the exact invoice code onto the custom page (thinking I'd redesign from there) and still the customer's order info is not passed (although labels, fonts, etc. are).
The link I'm using to call the custom page is
<a href="&mvt:global:secure_sessionurl;Screen=PrintInv&Store_Code=&mvt:global:Store_Code;" target="_blank">
Printer Friendly Invoice</a>
Obviously, I'm missing something. It doesn't seem like this should be that difficult.
The link I'm using to call the custom page is
<a href="&mvt:global:secure_sessionurl;Screen=PrintInv&Store_Code=&mvt:global:Store_Code;" target="_blank">
Printer Friendly Invoice</a>
Obviously, I'm missing something. It doesn't seem like this should be that difficult.