How to add (and change the font of) the short product description to order page and customer’s new order e-mail [closed]
I don’t know what the font is for the rest of the email but if you can discern that by examining one of the emails sent you’ll want to copy the style rule to this element: return $item_name . ‘<br><p class=”item-description”>’ . $excerpt ; ‘</p>’; As this is an email you’ll have to rely on … Read more