Checkout service and triggerEvents parameter
Posted: Wed Jun 26, 2013 8:06 am
In Able 7.x, we had a parameter for triggerEvents on the _Basket.Checkout() method. It was invaluable when a client wanted a completely behind-the-scenes checkout to occur. Most often during a web service call.
In Gold, the checkout service has no such parameter. And the old method on the basket class is depreciated and ignores the third parameter.
Is there another way to accomplish it without customizing full source?
Thought I'd ask before I submit it as a feedback suggestion. We have full source for this project, so we can add it ourselves if we have to. I just want to make sure there's isn't another way to suppress triggers during the actual checkout execution.
In Gold, the checkout service has no such parameter. And the old method on the basket class is depreciated and ignores the third parameter.
Is there another way to accomplish it without customizing full source?
Thought I'd ask before I submit it as a feedback suggestion. We have full source for this project, so we can add it ourselves if we have to. I just want to make sure there's isn't another way to suppress triggers during the actual checkout execution.