While creating the new EasyCommerece base in 5.1 MVC we have decided to use callMethods and the norm. Along with this, we have decided to have Parameters on instead of the XML Mode option.
However, because we are sending a lot of looped and iterating data, we are forced to use the XML mode. If there was a way to have some basic level of nesting or looping in the parameters UI we can achieve our functionality while keeping in terms with our convention.
Below is an example where we could use a way to Loop the BillingAddressIds with the Parameters UI.
Dynamic Parameter nodes UI
-
- Posts: 44
- Joined: May 2nd, 2022, 11:53 am
- Contact:
-
- Posts: 571
- Joined: August 26th, 2021, 9:56 am
- Contact:
Re: Dynamic Parameter nodes UI
When there is an array parameter in the Method parameters it will display with the Static and Dynamic choices when Xml/Xsl Mode is turned off. You can use these to pass in looped values.
word count: 35
-
- Posts: 472
- Joined: November 16th, 2021, 11:15 am
- Contact:
Re: Dynamic Parameter nodes UI
Here is how we set that up with in the method
And then when called from elsewhere, the xml/xsl mode is not needed to pass in the array
word count: 45