Thursday, November 21, 2024 1:08:44 PM
@{
var checkoutTotal = decimal.Zero;
var order = Nop.Core.Infrastructure.EngineContext.Current.Resolve<Nop.Services.Orders.IOrderService>().GetOrderById(Model.OrderId);
if (order!=null)
{
checkoutTotal = order.OrderTotal;
}
}
<img src='https://www.bizrate.com/roi/index.xpml?mid=304247&cust_type=1&order_id=@Model.OrderId&order_value=@checkoutTotal&units_ordered=1' />