Jump to content

Including Short Description on Emails and PDF


Recommended Posts

I did my best to search before I posted this question and did not find the way to do it. I am trying to get the short description on the email of new orders (also into the Invoice but I know that is another thing all together with editing the PDF file). I think I need to add something to the mailalerts.php file. I was able to move stuff around without too much issue. Here is where I think I need it.

$itemsTable .=
'
'.intval($product['product_quantity']).'
'.$product['product_name'].(isset($product['attributes_small']) ? ' '.$product['attributes_small'] : '').(!empty($customizationText) ? '
'.$customizationText : '').'

DESCRIPTION HERE

'.Tools::displayPrice($unit_price, $currency, false, false).'
'.Tools::displayPrice(($unit_price * $product['product_quantity']), $currency, false, false).'
';



I have seen similar questions about Category and Product_ID but I think cant seem to make it work with description. Thank you for your help in advance.

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...