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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.