Vendr.Checkout - YSOD when accessing an empty cart
Hi,
I've just tried Vendr.Checkout and it works good, but when I'm trying to access an empty cart I'm getting YSOD with "Object reference not set to an instance of an object" in App_Plugins\VendrCheckout\Views\VendrCheckoutInformationPage.cshtml Line: 42
I guess we are missing some protections for people accessing the checkout when they shouldn't. These should probably implement some redirects that kick you back to the cart if you don't have an order.
Vendr.Checkout - YSOD when accessing an empty cart
Hi,
I've just tried Vendr.Checkout and it works good, but when I'm trying to access an empty cart I'm getting YSOD with "Object reference not set to an instance of an object" in App_Plugins\VendrCheckout\Views\VendrCheckoutInformationPage.cshtml Line: 42
Am I doing somenthing wrong?
I have the latest Vendr and Vendr.Checkout.
Regards Tomasz
Hi Tomasz,
I guess we are missing some protections for people accessing the checkout when they shouldn't. These should probably implement some redirects that kick you back to the cart if you don't have an order.
Feel free to raise this on the issue tracker here https://github.com/vendrhub/vendr-checkout/issues
/Matt
is working on a reply...