Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Another way how to make discount
just remove validation ....
and change mini-cart.cshtml
@using TeaCommerce.Umbraco.Web@using TeaCommerce.Api.Models@using umbraco.MacroEngines@inherits umbraco.MacroEngines.DynamicNodeContext @{
TC.AddOrUpdateOrderLine(1, "1385", 1, null, false, true, null, null);//add product TC.AddOrUpdateOrderLine(1, "1386", 1, null, false, true, null, null);//add discount //Store id long storeId = long.Parse(Model._Store);
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
discount
Anders Burla Johansen
Another way how to make discount
just remove validation ....
and change mini-cart.cshtml
@using TeaCommerce.Umbraco.Web
@using TeaCommerce.Api.Models
@using umbraco.MacroEngines
@inherits umbraco.MacroEngines.DynamicNodeContext
@{
TC.AddOrUpdateOrderLine(1, "1385", 1, null, false, true, null, null);//add product
TC.AddOrUpdateOrderLine(1, "1386", 1, null, false, true, null, null);//add discount
//Store id
long storeId = long.Parse(Model._Store);
is working on a reply...