Not sure if I'm missing something obvious, but just upgraded to 2.4.1 and noticed in 2.4.0 the changelog for
Added support for Cart/Order list config files to enable displaying order properties in the order list view.
We have a subscription service that we checkout through Vendr with various payment plans (monthly, quarterly, bi-annual and annual) which are setup as variants on the base subscription product.
Trying to figure out where the config file is to add the properties to so I can display what payment plan the order is in the order list instead of having to open each order individually.
I found this thread https://github.com/vendrhub/vendr/issues/178 where I saw you added "store.order.list.config.js", but can't find this in my project. Was it added as something else?
Add custom properties to order list view
Hey,
Not sure if I'm missing something obvious, but just upgraded to 2.4.1 and noticed in 2.4.0 the changelog for
Added support for Cart/Order list config files to enable displaying order properties in the order list view.
We have a subscription service that we checkout through Vendr with various payment plans (monthly, quarterly, bi-annual and annual) which are setup as variants on the base subscription product.
Trying to figure out where the config file is to add the properties to so I can display what payment plan the order is in the order list instead of having to open each order individually.
I found this thread https://github.com/vendrhub/vendr/issues/178 where I saw you added "store.order.list.config.js", but can't find this in my project. Was it added as something else?
Thanks,
Harrison
Hi Harrison,
Docs regarding the various supported UI config files for Vendr can be found at https://vendr.net/docs/core/3.0.0/key-concepts/ui-config-files/
Perfect, thanks Matt!
is working on a reply...