Yea, these got split into their own screens. Unfortunately I haven’t got a way yet to recreate the doc types / templates on upgrade so I’m guessing these are the old versions.
If you haven’t changed the templates or doc types you could just delete them all and reinstall it. Otherwise you’ll have to manually merge the doc type / template changes.
You’ll probably need to delete the 2 data types that get created too.
Really need to find a better way of handling upgrades. The main problem is I can never know if people have modified the templates so just replacing them could loose someone’s modifications.
Vendr Checkout - Error setting payment method
Hi
Using the latest Vendr and Vendr Checkout.
When on the Shipping & Payment screen im getting an error continuing over to Review Order screen.
Form rendered is:
But clicking the Confirm to Review Order im getting:
If i nav to the /checkout/review-order/ page i get this:
Im just using invoicing at this stage to progress and check the checkout through to confirmation.
Any ide why the payment methid is'nt getting set? Or why im not able to progress to the Review Order screen from Shipping Payment screen?
Ah, digging around in the code I think
UpdateOrderShippingAndPaymentMethod in VendrCheckoutSurfaceController
https://github.com/vendrhub/vendr-checkout/blob/dev/src/Vendr.Checkout/Web/Controllers/VendrCheckoutSurfaceController.cs
Is not there anymore? I guess separate it into Shipping Page and Payment Page respectively?
Hi Neil,
Yea, these got split into their own screens. Unfortunately I haven’t got a way yet to recreate the doc types / templates on upgrade so I’m guessing these are the old versions.
If you haven’t changed the templates or doc types you could just delete them all and reinstall it. Otherwise you’ll have to manually merge the doc type / template changes.
Matt
Yeh given that a go to reinstall but get this error after deleting the Checkout pages.
Got to nip out now, but will give it another go later on.
Cheers Matt
You’ll probably need to delete the 2 data types that get created too.
Really need to find a better way of handling upgrades. The main problem is I can never know if people have modified the templates so just replacing them could loose someone’s modifications.
Hi Matt
Removed the 2 DataTypes but still getting that error:
Cant install Vendr.Checkout, any other way to install it?
Ah scratch that bud, Removing Document Types and Data Types has done the trick :)
👍 yea, you currently need to remove everything it creates and let it recreate them.
I will spend some time to think how to improve this. Glad you got it working though.
Matt
is working on a reply...