missing the Merchant_Thankyou_Email DEFINE block

General ShopSite user discussion
Post Reply
hammer
Posts: 127
Joined: Thu Mar 17, 2011 8:22 am

missing the Merchant_Thankyou_Email DEFINE block

Post by hammer »

Hello,

I just updated to Shopsite Pro 12 sp1 r4 and the merchant email order alert has the following note appended to the bottom of the order. When I click on the more information link, I go to a "forbidden page" with nothing on it. Does anyone know where to find and fix this messing tag? Here is the link:

http://www.shopsite.com/help/undefined.merchant.email.html

And here is the error notice appended to the merchant alert.

NOTE: The Shopping Cart template is missing the Merchant_Thankyou_Email DEFINE block. For more information click here

Any help, as always, is appreciated. :?
Jim
Site Admin
Posts: 4953
Joined: Fri Aug 04, 2006 1:42 pm
Location: Utah

Re: missing the Merchant_Thankyou_Email DEFINE block

Post by Jim »

A default template can be included in your custom shopping cart template by adding the following code

Code: Select all

[-- DEFINE Merchant_ThankYou_Email --]
   [-- INCLUDE MerchantEmail.sst PROCESS --]
[-- END_DEFINE Merchant_ThankYou_Email --]
hammer
Posts: 127
Joined: Thu Mar 17, 2011 8:22 am

Re: missing the Merchant_Thankyou_Email DEFINE block

Post by hammer »

Thank you, Jim. I will test it out and see if it works.
Post Reply