Jump to content

problems with mail


Recommended Posts

Hi

This is my problem.

 

I give you one example but the problem occcurs is all my e-mail types

 

 

If I recomment an article to a friend. (Send to a friend)

My friend will receve the e-mail.

 

But with no logo on top of the email

The Product name link is does nothing

And the name of my store on the bottom of the email  link does nothing

 

Advise please

 

Thanks

 

prestashop 1.6

Edited by verheyen (see edit history)
Link to comment
Share on other sites

Same problem: version 1.6.0.11 with default theme.

No changes (yet) made to email with translations, but links in email do not work.

Can someone that has the email working send us some information on how the links in HTML edit mode should be?

For example:

In the template it says {product} and in the link it says 7%Bproduct_link7%D

 

we have the same with order history and other links.

Can't find a solution on any post in forum.

Link to comment
Share on other sites

Thank you very much for your reaction.

Unfortunatly the controller file already has the correct statement.

 

This is part of the controller file:

if ($module_name)
$path = str_replace('{module}', $module_name, $path);
if (!file_exists($path) && !mkdir($path, 0777, true))
throw new PrestaShopException(sprintf(Tools::displayError('Directory "%s" cannot be created'), dirname($path)));
file_put_contents($path.$mail_name.'.'.$type_content, Tools::purifyHTML($content));
}
else
 
Are there any other suggestions? How should the link be? (e.g. just product_link ? )
Is there no list of variables you can use and how the link should be?
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...