November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Are you running IPromotionEngine.Run at some point? Do you use workflows? What promotion system are you using, new one or old one? :)
Hi,
Thanks for replying .
we are using IPromotionEngine _promotionEngine = ServiceLocator.Current.GetInstance<IPromotionEngine>();
I think it is the new promotion system.
We have observed that:-
In our case we are using
Discount Type:-Spend for Discount on Shipping Cost
Our goal is to implement a situation where if the order amount cross 99$ then the shipping discount will be some amount or percent.
“No coupon code”
Now what is happening in our case the discounts are working after the order has been completed .
So is there any code needed to run extra to work that discount without coupon code because all other discounts are working fine.
Please help us .Even any checking instruction is valuable for us.
Hi,
Seeing as it works "after the order has been completed", my guess that you either
Hi,
I have a problem regarding shipping discount.
I need to implement a shipping discount where discount will be automatically applied when the order value above 99$ .
I have created the shipping discount without coupon code then it is not working.
I don’t know why.
It is very urgent.
Please give any solution .