Merymanc Posted July 5, 2022 Share Posted July 5, 2022 Hi at all! i have this problem starting on my email tempalte and i cannot reach to resolve it! i have already seen other topic but i haven't reach to resolve. My prestashop version is 1.7.8 built. In the order customer confirmation when my product have a customization appear the html text on the product details!" Why??? i cannot reach to understand why and where i must change something. For the ps_emailalert module instead the email appera correctly. Someone can help me? Link to comment Share on other sites More sharing options...
lordignus Posted July 5, 2022 Share Posted July 5, 2022 (edited) Could you please check /themes/yourtheme/mails/lang/order_conf_product_list.tpl (or if there isn't one in themes, then just /mails/lang/order_conf_product_list.tpl) Take a look at lines 49-51, they should be: {foreach $product['customization'] as $customization} {$customization['customization_text']} {/foreach} Can you confirm that it's exactly as above without any filters/modifiers on {$customization['customization_text']} ? Edited July 5, 2022 by lordignus (see edit history) Link to comment Share on other sites More sharing options...
Merymanc Posted July 5, 2022 Author Share Posted July 5, 2022 The code is this: <table class="table"> <tr> <td width="5"> </td> <td> <font size="2" face="Open-sans, sans-serif" color="#555454"> <strong>{$product['name']}</strong> {if count($product['customization']) == 1} <br> {foreach $product['customization'] as $customization} {$customization['customization_text'] } {/foreach} {/if} {hook h='displayProductPriceBlock' product=$product type="unit_price"} </font> </td> <td width="5"> </td> </tr> </table> Link to comment Share on other sites More sharing options...
Merymanc Posted July 14, 2022 Author Share Posted July 14, 2022 hei something news? i need help yet with this problem! please i don't know how to resolve it! Link to comment Share on other sites More sharing options...
ba609 Posted May 30, 2024 Share Posted May 30, 2024 On 7/14/2022 at 11:56 PM, Merymanc said: hei something news? i need help yet with this problem! please i don't know how to resolve it! Hi, you solved ? I have the same problem ! Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now