Goodmorning all,
I'm trying to create a costum link in a costum tpl file
Example: <a href='https://example.com/?uid={$customer.firstname}'>outsidelink</a>
Sadly, the element 'customer.firstname' (or any other smarty variables) do not seem to be working. I'm on 1.7 in a multistore context; and I need to save a token somewhere to put into a field to send as a token to an external platform of ours as a reference.
If anyone has an idea on how to fix this, and which parameters would work that would be great, I was thinking about writing costum php but I don't think that's the right practice in this case. And I don't have a lot of experience in php, it's not my daily thing.