Add product descrip to user order notification ema

  • Posts: 3
  • Thank you received: 0
13 years 1 month 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: 83103
  • Thank you received: 13413
  • MODERATOR
13 years 1 month 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.053 seconds
Powered by Kunena Forum