Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

Excuse me, how to get the store name correctly in the following line of code, how to change it?


Recommended Posts

 But it changes a data format from string to array.

Before: "Site name"
After: array(
'1' => "Site name language 1",
'2' => "Site name language 2"
)
2. If they are using standard constructions like $this->config->get('config_name') in model and/or controller, the module should modify them correctly.
3. If they are using another way to get the data, they should add language id:
$some_custom_var[$this->config->get('config_language_id')];

---------------------------------------------------------------------------------------------

Excuse me, how to get the store name correctly in the following line of code, how to change it?

$mail->setSender(html_entity_decode($this->config->get('config_name'), ENT_QUOTES, 'UTF-8'));

 

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
 Share

×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.