HTML Mailtemplates / Token

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 1 año
Hi,
i'm new with Nopcommerce and unfortunatly deleted a table at mailtemplates for Mail "OrderCompleted.CustomerNotification" i would need following token:
Item (Productname) / Single Price / Amount (calculated by the quantitiy) / Price (calcutated bay the Ordered quantity) / Shipping Price / VAT / Sum Price  

It would be so great if somebody could help me. I have NopCommerce Version 4.20.

Thank you so much!
Regards,
Kristina
Hace 1 año
Name
OrderCompleted.CustomerNotification
Subject
%Store.Name%. Your order completed

Body

<p>
<a href="%Store.URL%">%Store.Name%</a>
<br />
<br />
Hello %Order.CustomerFullName%,
<br />
Your order has been completed. Below is the summary of the order.
<br />
<br />
Order Number: %Order.OrderNumber%
<br />
Order Details: <a target="_blank" href="%Order.OrderURLForCustomer%">%Order.OrderURLForCustomer%</a>
<br />
Date Ordered: %Order.CreatedOn%
<br />
<br />
<br />
<br />
Billing Address
<br />
%Order.BillingFirstName% %Order.BillingLastName%
<br />
%Order.BillingAddress1%
<br />
%Order.BillingAddress2%
<br />
%Order.BillingCity% %Order.BillingZipPostalCode%
<br />
%Order.BillingStateProvince% %Order.BillingCountry%
<br />
<br />
<br />
<br />
%if (%Order.Shippable%) Shipping Address
<br />
%Order.ShippingFirstName% %Order.ShippingLastName%
<br />
%Order.ShippingAddress1%
<br />
%Order.ShippingAddress2%
<br />
%Order.ShippingCity% %Order.ShippingZipPostalCode%
<br />
%Order.ShippingStateProvince% %Order.ShippingCountry%
<br />
<br />
Shipping Method: %Order.ShippingMethod%
<br />
<br />
endif% %Order.Product(s)%
</p>


After you INSERT the new template in the db Table, you can use the Editor page. Click the "Allowed message tokens" / "Show" link to see all available tokens.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.