I hope someone can help me, because i find the Rapido templates extremely confusing.
In the email that is being sent when an order is created (eCom7/CartV2/Mail/Order.cshtml) - there is a code that renders the button that links to show the receipt in browser.
My question is about making small changes to the button
The code looks like this
I want to alter the text on the button so say "Print order", and then I want to add a &pdf=true parameter to the URL.
I have tried altering the text and adding a +"&pdf=true" to the GetString - so that it looks like this
@RenderButton(GetString("Ecom:Order.ReceiptURL")+"&pdf=true", "Print Order", "center");
But that breaks the template entirely.
Hope someone can help me make this small change to the button?
/Hans