London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
You can do it by using OrderRepository, like:
public void DeleteCart(ICart cart) { // what to do here? OrderRepository.Service.Delete(cart.OrderLink); }
After I have converted my cart to a purchase order, I want to delete the cart. How can I do that programmatically?
It's in Commerce 11.