Interesting question. I think potentially not as I think we probably have permission checks on the back office controller that renders the print template.
This said, templates are just razor views so you might be able to do something where you just render the razor view yourself passing in the order it relates to 🤔
Using the print functionality from the Front-End
Hi Matt,
I was curious if it is possible to use the print functionality on the front-end?
I want people to be able to print the packing slip when on the order confirmation page :)
Thanks!
Puck
Hey Puck,
Interesting question. I think potentially not as I think we probably have permission checks on the back office controller that renders the print template.
This said, templates are just razor views so you might be able to do something where you just render the razor view yourself passing in the order it relates to 🤔
Ahh yeah, didn't think about the permission checks etc.
I will have a go at rendering the view :) Thanks!
is working on a reply...