November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
I am considering adding a custom decimal field to the OrderForm MetaClass. And then override the ReturnOrderFormCalculator to deduct the value of this.
Has anyone tried this approach?
Hi Stefan,
I don't think the built-in calculation logic supports your scenario. Using HandlingTotal as a return fee seems to be still a good approach to me. But maybe you should also override the ValidateHandlingTotal method of the DefaultReturnOrderFormCalculator, so that it will allow negative value. What do you think? I have never tried that before however, but looks promissing to me.
Thanks,
/B.
Thank you, Bien.
I will try that first. Might be a good middle-ground. Overriding the validate method. But only on the return calculator.
On a return order I need to be able to set a return fee, in turn reducing the amount that is refunded.
How would you do this in a way that uses the built-in calculation logic? I checked HandlingTotal, but using that will increase the return amount. And a negative value is not allowed.