Hello
I wonder if is possible to add a button to the cart that let me print my cart content to pdf?
Regards
Hello
I wonder if is possible to add a button to the cart that let me print my cart content to pdf?
Regards
Hi @VickyConstruct! Thanks for reaching out.
Builder does not have the built in functionality of printing page content as pdf files, but a similar option would be adding a button to your cart page that allows users to print out the cart content. To do so:
window.print()
as the action.Let us know if you have any questions.
Hi,
Thank you, one question is possible to print the cart as a pdf or csv?