Passing custom properties from one package to another #534
Unanswered
KeithViking
asked this question in
Q&A
Replies: 1 comment
-
The point of the Umbraco Commerce Checkout package is to be a drop in solution for most projects that just need the standard data capturing. If you need to capture your own custom fields then this is a sign you need to implement your own checkout flow. You can of course use the Checkout source as a basis or even fork it and extend it with your custom needs if that's easier. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I figured out there is an Umbraco checkout package which is integrated with Umbraco commerce.
I would like to include some new properties such Company Name, Bill payers name and a couple more. I found UccUpdateOrderInformation holds the current values but could i use these and include my own without having to reinvent the entire wheel?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions