Hi All,
I am using Merchello for one of my e-commerce site.I want to add "offer" with each product so while adding any product to basket i am adding offer as an extended data like
I am using Merchello Notification Gateway Provider for Order Confirmation email.
I have written following in Order Confirmation email Template
{{IterationStart[Invoice.Items]}}
{{Item.Name}}
{{Item.Sku}}
{{Item.UnitPrice}}
{{Item.Quantity}}
{{Item.TotalPrice}}
{{IterationEnd[Invoice.Items]}}
How can i add offer added as extended data into this Iteration?
Please reply as soon as possible.
Thanks in Advance
Merchello Extended Data
Hi All, I am using Merchello for one of my e-commerce site.I want to add "offer" with each product so while adding any product to basket i am adding offer as an extended data like
extendedData.SetValue("offer", Convert.ToString(Umbraco.StripHtml(offer)));
I am using Merchello Notification Gateway Provider for Order Confirmation email. I have written following in Order Confirmation email Template {{IterationStart[Invoice.Items]}} {{Item.Name}} {{Item.Sku}} {{Item.UnitPrice}} {{Item.Quantity}} {{Item.TotalPrice}} {{IterationEnd[Invoice.Items]}}
How can i add offer added as extended data into this Iteration? Please reply as soon as possible. Thanks in Advance
is working on a reply...