Strange issue with Vendr, cannot delete carts from Backoffice
I thought it might be a license issue but there are only a couple of test carts and even if I clean out all with SQL I can't get it to delete old carts.
I have tried uninstalling, downgrading and to no avail. Using latest 9.5 and latest Vendr.
The storeid here turns up empty so I guess that is it but the Store is setup and working otherwise.
I tried creating a second shop but then it won't allow me to delete the old one. So I guess it is about access rights. Getting 405 when trying to delete the default Country(UK) too.
Yes IIS since I know of no better way of handling all the other stuff :).
And yes it works. Matt Brailsford might see it useful to add this to the docs. Unless it was there all the time and I am blind but still. Nice job Dave.
Strange issue with Vendr, cannot delete carts from Backoffice
I thought it might be a license issue but there are only a couple of test carts and even if I clean out all with SQL I can't get it to delete old carts.
I have tried uninstalling, downgrading and to no avail. Using latest 9.5 and latest Vendr.
The storeid here turns up empty so I guess that is it but the Store is setup and working otherwise.
/umbraco/backoffice/vendr/vendrentity/DeleteEntity?entityType=Cart&entityId=de40a6a7-fc8f-45e2-8233-0180f14aea36&storeId=&parentId=
I tried creating a second shop but then it won't allow me to delete the old one. So I guess it is about access rights. Getting 405 when trying to delete the default Country(UK) too.
Hi Marcus,
Are you running Umbraco 9 on a full IIS server. If so, I had the same issue when running on full IIS and had to put this in my web.config.
I had to disable WebDAV.
Dave
Huge thanx. Thank you.
Yes IIS since I know of no better way of handling all the other stuff :).
And yes it works. Matt Brailsford might see it useful to add this to the docs. Unless it was there all the time and I am blind but still. Nice job Dave.
Hi Marcus,
Don't know if it is in the docs yet. But Matt is aware of this.
Dave
Lets put it on the wishlist for next version in that case (docs that is). Thanx.
is working on a reply...