Shor Description included on Order Confirmation
Shor Description included on Order Confirmation
is it possible to have the summary of a product, or a short description, included on the email order confirmation the customer receives?
Re: Shor Description included on Order Confirmation
sure you can do that easily. For example if you want to display this information in descripion column of Email tempalte then locate following code in your order confirmation Email template
and replace it with
$orderItem.Product.Summary statement will output summary field in Email template.
Code: Select all
$orderItem.Name
#if ($orderItem.VariantName.Length > 0)
($orderItem.VariantName)
#end
Code: Select all
$orderItem.Name
#if ($orderItem.VariantName.Length > 0)
($orderItem.VariantName)
#end
<br />
$orderItem.Product.Summary