Jump to content

Edit History

Juan Luis Ferret

Juan Luis Ferret

On 3/21/2017 at 10:06 AM, HanzCZ said:

Hi,

 

classes/Mail.php

Change:
$subject = '['.Configuration::get('PS_SHOP_NAME', null, null, $id_shop).'] '.$subject;

To:
//$subject = '['.Configuration::get('PS_SHOP_NAME', null, null, $id_shop).'] '.$subject;

 

It works for me

PRESTASHOP 1.7.6.0

Hi I have a problem with Shop Name in emails, appears "My shop" and don´t take the real Shop name

I modified the Mail.php as HanzCZ explained in the post before and works for email Subject, but still appears in the rest of the email where "Shop Name" is used.

Please any ideas to solve all the fields in emails where "Shop Name" is used.

Thanks

JF

Juan Luis Ferret

Juan Luis Ferret

On 3/21/2017 at 10:06 AM, HanzCZ said:

Hi,

 

classes/Mail.php

Change:
$subject = '['.Configuration::get('PS_SHOP_NAME', null, null, $id_shop).'] '.$subject;

To:
//$subject = '['.Configuration::get('PS_SHOP_NAME', null, null, $id_shop).'] '.$subject;

 

It works for me

Hi I have a problem with Shop Name in emails, appears "My shop" and don´t take the real Shop name

I modified the Mail.php as HanzCZ explained in the post before and works for email Subject, but still appears in the rest of the email where "Shop Name" is used.

Please any ideas to solve all the fields in emails where "Shop Name" is used.

Thanks

JF

×
×
  • Create New...