Problem/Motivation

If an item is carted, and the purchased entity is subsequently deleted before the user checks out, viewing the Cart page will result in a PHP exception.

Steps to reproduce

Add a product variation that is enabled for registration to your cart. Delete the variation. Visit the cart page.

Proposed resolution

Check if the variation exists in the order processor.

Comments

john.oltman created an issue. See original summary.

john.oltman’s picture

StatusFileSize
new3.39 KB

  • john.oltman committed 675ba9e3 on 3.0.x
    Issue #3382143: Null argument exception in cart after deletion of...
john.oltman’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.