Jump to content

Recommended Posts

Olá!!

 

Eu tenho um prestshop 1.6.1  e é multiloja.Estou querendo fazer uma pergunta por o id da loja em uma tpl, mas a variabel sae em branco

 

No front controller.php escrevi:

$this->context->smarty->assign(array(
 'ms_id' => $this->context->shop->id,
....
 
));
 
e depois na tpl
 
{ms_id}
 
Mas sai em branco 
 
Que tenho que fazer para lee-la
 
Obrigada por tudo =)
Link to comment
Share on other sites

Este código deverá fazer o que ??

 

Todas as variáveis usáveis/existentes vc. encontra aqui: https://mypresta.eu/en/art/developer/global-smarty-template-variables.html

 

Servem para PS 1.5. e PS 1.6. Se vc. nao encontrar a variável, então terá que criar primeiramente. Outra opção é perguntar diretamente no fórum Inglês, que lá lhe responderão desenvolvedores da software: https://www.prestashop.com/forums/forum/116-development/

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...