We dont have an event for the print functionality - but makes sense so think we will implement it in the next release. Until then you could make a dashboard control - where you could select an order and then have a print button. Or you could in the orderAdmin xslt make a link to a page that would generate the print for you. Possible solutions?
It would be easy to edit the orderAdmin xslt where you have 100% control over the look, feel and function. So I would go for that one as well.
Alternatively you could autogenerate the bill when the order is finalized, hooking into the system with the .NET events, and the e-mail the pdf to either the shop owner, or even the customer.
Print order from order view
Is it possible to "hook" in to that print event?
Our goal is to create a professional bill in pdf format.
Hi Tobias
We dont have an event for the print functionality - but makes sense so think we will implement it in the next release. Until then you could make a dashboard control - where you could select an order and then have a print button. Or you could in the orderAdmin xslt make a link to a page that would generate the print for you. Possible solutions?
/Anders
Hi Guys,
It would be easy to edit the orderAdmin xslt where you have 100% control over the look, feel and function. So I would go for that one as well.
Alternatively you could autogenerate the bill when the order is finalized, hooking into the system with the .NET events, and the e-mail the pdf to either the shop owner, or even the customer.
/Rune
The idea with hooking into the system with the .NET events is brillant.
I use now the WebshopEvents.BeforeOrderConfirmationMailSend.
Super. Be sure to write again if you have any other questions.
Please mark the correct answer, for others to se later. Thanks.
/Rune
is working on a reply...