v3.0.3.9 php 8.1
I'm here for a reason, if your response is contact a/the developer, just don't reply.
Code: Select all
$data['something'] = 'something';
DISCLAIMER:
You should not modify core files .. if you would like to donate a cup of coffee I will write it in a modification for you.
https://www.youtube.com/watch?v=zXIxDoCRc84
Code: Select all
function({{ something }});
v3.0.3.9 php 8.1
I'm here for a reason, if your response is contact a/the developer, just don't reply.
To expand on that logic there are variations like -
Code: Select all
$data['something'] = $this->language->get('text_something');
Code: Select all
$something = $this->language->get('text_something');
You can not use twig in the controller and you can not send twig back to the controller. If that is what you are looking to do, you would need to look at a more creative approach and/or ajax / javascript.
DISCLAIMER:
You should not modify core files .. if you would like to donate a cup of coffee I will write it in a modification for you.
https://www.youtube.com/watch?v=zXIxDoCRc84
Code: Select all
$this->load->language('language.');
$something = $this->language->get('text_something');
public function ($something ) {
-----------
}
v3.0.3.9 php 8.1
I'm here for a reason, if your response is contact a/the developer, just don't reply.
DISCLAIMER:
You should not modify core files .. if you would like to donate a cup of coffee I will write it in a modification for you.
https://www.youtube.com/watch?v=zXIxDoCRc84
v3.0.3.9 php 8.1
I'm here for a reason, if your response is contact a/the developer, just don't reply.
Users browsing this forum: Gpli, nonnedelectari and 30 guests