Dear All,
I created the discount on Order discounts. I changed the discount name. Then I checked in EcomDiscount table The discount name didn't change in EcomDiscount table but the change in EcomDiscountTranslation table (please refer to the attached image).
In the product list and product template,
@foreach (LoopItem item in GetLoop("ProductDiscounts")){ <p>@item.GetValue("Ecom:Product.Discount.Name")</p> } It shows the name from EcomDiscount Table not from EcomDiscountTranslation. May I know how can I get the discount name from EcomDiscountTranslation in product list and product template? Regards,
Tin Ma Ma