Answer the question
In order to leave comments, you need to log in
How to add link part after Token?
Hi friends! Please tell me how to add part of the link after the token. I don't understand how this can be done.
'href' => $this->url->link('catalog/category', 'user_token=' . $this->session->data['user_token'], true),
Answer the question
In order to leave comments, you need to log in
Like this:
'href' => $this->url->link('catalog/category', 'user_token=' . $this->session->data['user_token'] . '/bla-bla-bla', true),
'href' => $this->url->link('catalog/category', 'user_token=' . $this->session->data['user_token'] . '&foo=bar', true),
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question