Email Templates - Default templates?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 anni tempo fa
Hello, is there a way to find the default email templates?

I accidentally updated the wrong template and therefore missing the correct information of one of the templates..

In my case, this one...
OrderPlaced.StoreOwnerNotification

Thanks in advance
4 anni tempo fa
You can check the NopCommerce demo store. Here
https://admin-demo.nopcommerce.com/Admin/MessageTemplate/Edit/22
4 anni tempo fa
Yesss!

Thank you so much
4 anni tempo fa
You can also check here.
4 anni tempo fa
CBSRacing wrote:
In my case, this one...
OrderPlaced.StoreOwnerNotification

Here is OrderPlaced.StoreOwnerNotification message template

<p>
<a href="%Store.URL%">%Store.Name%</a>
<br />
<br />
%Order.CustomerFullName% (%Order.CustomerEmail%) has just placed an order from your store. Below is the summary of the order.
<br />
<br />
Order Number: %Order.OrderNumber%
<br />
Date Ordered: %Order.CreatedOn%
<br />
<br />
<br />
<br />
Billing Address
<br />
%Order.BillingFirstName% %Order.BillingLastName%
<br />
%Order.BillingAddress1%
<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.ShippingCity% %Order.ShippingZipPostalCode%
<br />
%Order.ShippingStateProvince% %Order.ShippingCountry%
<br />
<br />
Shipping Method: %Order.ShippingMethod%
<br />
<br />
endif% %Order.Product(s)%
</p>
4 anni tempo fa
For more default values, you can refer default value's SQL script.

Here is Github link for nopCommerce 4.20
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.