Add product descrip to user order notification ema

  • Posts: 3
  • Thank you received: 0
12 years 11 months ago #31821

Hi, could you please tell me which files I need to change in order to include the "product description" in the user order notification email a person receives after they have successfully made a purchase.
Many thanks

Please Log in or Create an account to join the conversation.

  • Posts: 82906
  • Thank you received: 13378
  • MODERATOR
12 years 11 months ago #31840

Hi,

You can do that by adding the code
<?php
$product = $productClass->get($item->product_id);
echo $product->product_description; ?>
after the code
<?php echo $item->order_product_name; ?>

in the order status notification email that you can edit via the menu System->Emails in the Business edition.

Please Log in or Create an account to join the conversation.

Time to create page: 0.044 seconds
Powered by Kunena Forum