Since updating to Vendr 1.8.3 our Custom Order Editor Config file is not used any more.
The changelog confirms something is changed: "Added support for convention based resolution of the order editor config, inline with how analytics and gift cards configs work.", however I am still pointing to a (correct) custom.order.editor.config.js file in the app_plugins directory. And the docs does not say anything about this change. Is there more info available?
For now, I just overwritten the default order.editor.config.js file and this works, but it is not the intended behavior.
Hmm, it definitely should still resolve explicitly defined configs. The convention based stuff is just that it should also be able to look them up via the convention ’storeAlias.order.editor.config.js’
I’ll take a look this afternoon what could have gone wrong 🤦🏼♂️
Custom Order.editor.config
Hi,
Since updating to Vendr 1.8.3 our Custom Order Editor Config file is not used any more.
The changelog confirms something is changed: "Added support for convention based resolution of the order editor config, inline with how analytics and gift cards configs work.", however I am still pointing to a (correct) custom.order.editor.config.js file in the app_plugins directory. And the docs does not say anything about this change. Is there more info available?
For now, I just overwritten the default order.editor.config.js file and this works, but it is not the intended behavior.
Rody
Hmm, it definitely should still resolve explicitly defined configs. The convention based stuff is just that it should also be able to look them up via the convention ’storeAlias.order.editor.config.js’
I’ll take a look this afternoon what could have gone wrong 🤦🏼♂️
Doh! Looks like I'm doing
when I should be doing
🤦♂️
Ok, I've pushed a fix to our unstable feed https://nuget.outfield.digital/unstable/vendr/v3/index.json it'll be the latest 1.8.4-beta003.
If you wanna test it, I'll get that pushed out with some other 1.8.4 fixes ready to go out.
Hi Matt,
sorry, but I have the same issue, even after updating to v1.8.4.
Really? Dang!
I've gone and re implemented how the files are looked up to see if this fixes it. There should be a 1.8.5-beta001 on the unstable nuget feed soon if you want to try that https://nuget.outfield.digital/unstable/vendr/v3/index.json
Do let me know if that fixes it for you.
Matt
This did help indeed! Took me a minute to find the new version though, as there was no 1.8.5-beta001, only 1.8.4-beta006
Nevertheless, it works fine now, thanks!
Haha, opps, looks like I didn't create a 1.8.5 hotfix branch 🤦♂️ That was the right build though. I'll get that pushed out today.
Thanks for testing
Matt
is working on a reply...