Hi Dmitry,
Thank you for your reply.
Yes marketing trigger is correct.
I just wanted to know where the transformation is configured. as per below example mentioned.
"DancingGoat.Transformations.AbandonedCartProducts"
I have created email template in global site object as a email type Automation.
below code is not working .
here is my code:
{%// Gets the site object on which the "Shopping cart abandoned" activity occurred
site = System.GetObject("cms.site", Activity.ActivitySiteID);
// Returns the URL of the shopping cart page with the restored content of the abandoned shopping cart
"http://" + site.SiteDomainName + ShoppingCartURL(site.SiteName,Activity.ActivityValue)#%}
{% // Gets a list of the items (products) in the abandoned shopping carts and displays them using the specified transformation
ShoppingCartProducts(Activity.ActivityValue).ApplyTransformation("DancingGoatMvc.Cafe.Emailtemplate")|(encode)false #%}
{% Activity.ActivityValue #%}
Another macro expression are working fine. i have issue with Current contact abandoned shopping cart item. need to sent with transformation.