I'm trying to put a JavaScript variable in the href
.
<a href="http://google.com/{$order.paymentBefore}/{$order.guid}">click here</a>
When I am using href
, because I want the link to appear as "Click here", it stays in the link as it is --> {$order.paymentBefore}/{$order.guid}
, unchanged.