Thank you page "Printer Order Confirmation" option does not display or print order number.
Announcement
Collapse
No announcement yet.
Thank you page Printer Order Confirmation option does not print order number.
Collapse
X
-
Originally posted by William Davis View PostThank you page "Printer Order Confirmation" option does not display or print order number.Leslie Kirk
Miva Certified Developer
Miva Merchant Specialist since 1997
Previously of Webs Your Way (aka Leslie Nord leslienord)
Email me: [email protected]
www.lesliekirk.com
Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr
Comment
-
Hi Leslie,
The only JavaScript function being called on the ORDP page is to open the browser print dialog. Since it does not contain the default global header and footer, you do need to make sure the calls to the external files are in place, otherwise you will receive scripting errors.Matt Zimmermann
Miva Web Developer
Alchemy Web Development
https://www.alchemywebdev.com
Site Development - Maintenance - Consultation
Miva Certified Developer
Miva Professional Developer
https://www.dev4web.net | Twitter
Comment
-
Originally posted by Matt Zimmermann View PostHi Leslie,
The only JavaScript function being called on the ORDP page is to open the browser print dialog. Since it does not contain the default global header and footer, you do need to make sure the calls to the external files are in place, otherwise you will receive scripting errors.
Leslie Kirk
Miva Certified Developer
Miva Merchant Specialist since 1997
Previously of Webs Your Way (aka Leslie Nord leslienord)
Email me: [email protected]
www.lesliekirk.com
Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr
Comment
-
Hi Leslie,
Is this the HREF of the link being used to load the ORDP page from INVC?
Code:&mvte:urls:ORDP:secure_sep;Order_ID=&mvt:order:id;&Order_BillEmail=&mvte:global:order:bill_email;&Order_BillZip=&mvte:global:order:bill_zip;
Matt Zimmermann
Miva Web Developer
Alchemy Web Development
https://www.alchemywebdev.com
Site Development - Maintenance - Consultation
Miva Certified Developer
Miva Professional Developer
https://www.dev4web.net | Twitter
Comment
-
Looks to be the same:
Code:<a href="&mvte:urls:ORDP:secure_sep;Order_ID=&mvt:order:id;&Order_BillEmail=&mvte:global:order:bill_email;&Order_BillZip=&mvte:global:order:bill_zip;" title="Print Order Confirmation" target="_blank" id="js-print-confirmation" class="button button-mini button-square float-right hide medium-inline-block">Print Order Confirmation</a></p>
Leslie Kirk
Miva Certified Developer
Miva Merchant Specialist since 1997
Previously of Webs Your Way (aka Leslie Nord leslienord)
Email me: [email protected]
www.lesliekirk.com
Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr
Comment
-
Hi Leslie,
That looks correct to me. As long as those variables are being filled in, the correct order should be displayed. It is the same logic used for displaying order history.Matt Zimmermann
Miva Web Developer
Alchemy Web Development
https://www.alchemywebdev.com
Site Development - Maintenance - Consultation
Miva Certified Developer
Miva Professional Developer
https://www.dev4web.net | Twitter
Comment
-
Originally posted by Matt Zimmermann View PostHi Leslie,
That looks correct to me. As long as those variables are being filled in, the correct order should be displayed. It is the same logic used for displaying order history.Leslie Kirk
Miva Certified Developer
Miva Merchant Specialist since 1997
Previously of Webs Your Way (aka Leslie Nord leslienord)
Email me: [email protected]
www.lesliekirk.com
Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr
Comment
-
I'm seeing some of the issues your having and some seem a little familiar. I had some issues with un-edited template code links/urls not working in Levels. My issue was that I had switched to URI Management from Legacy SEO. Under Legacy SEO Settings Enable Short Links was still checked. So the legacy SEO stuff was still in my htaccess file. I unchecked the box, went to the htaccess tab and clicked update, which removed the legacy seo stuff from the file. Once I had only the URI management stuff in the htaccess file things started working. HTHRon Frigon
Jedi Webmaster Obi-Ron Kenobi
Comment
Comment