Jump to content

Separate attributes onto separate lines in Order conf. email


Recommended Posts

How can I separate the attributes on the order confirmation email so that they each show on a separate line rather than simply separated by commas? the following is from classes/PaymentModule.php

 

<td style="padding: 0.6em 0.4em;"><strong>'.$product['name'].'</strong><br>'.(isset($product['attributes']) ? ' '.$product['attributes'] : '').(!empty($customizationText) ? '<br> - '.$customizationText : '').'</td>

 

Also, how can I make the attribute itelf (not he title) italic? There doesn't seem to be any allowance for html between the attribute title and the value form what I can see.

 

This is on Prestashop 1.3.1.1

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

×
×
  • Create New...