HomeHome Product Discus... Product Discus...RazorCartRazorCartCheckout page delete item customization problemCheckout page delete item customization problem
Previous
 
Next
New Post
1/9/2019 1:33 PM
 
On our B2B site we are developing, the delete item on the individual line item is failing. It works fine in our other instances of RazorCart, so the problem is clearly on our side. We haven't touched that part of things and the code is pretty basic (the cshtml passed the record ID to Smith internal code where the Smith code goes out and deletes it. But when I click here it shows "Unable to delete product | ERR 500".

This isn't a bug; it works fine everywhere else. Could you, who has the back end code, possibly give me some insight into what is failing on the call?

Thank you,
G
 
New Post
1/15/2019 3:08 PM
 
500 response status code means: Internal Server Error. An error occurred in Web API (RazorCart.Service.Api.CartController.Delete()), please check the DNN event logs and provide any error logs that are related to CartController or DnnApiController

Regards,
Wael
 
New Post
1/22/2019 8:35 AM
 
This is fixed, thank you so very much for your help. The issue was two-fold, the pipeline had changed in 1.5.0 and an extra item "UpdateCart" was added to the Cart pipeline after AddToCart. That item was missing along with the DLLs in the dev environment were outdated, Once the development system was properly configured it created a custom DLL that worked perfectly.

Again, many thank-yous.

G
 
Previous
 
Next
HomeHome Product Discus... Product Discus...RazorCartRazorCartCheckout page delete item customization problemCheckout page delete item customization problem