Hi All,
I have just imported a snapshot of a V9 store into V10.
All seems to have gone well, except for the Checkout Page 0
For the Invoice Address Country, 2 options are showing, one a drop down and one an input.
When I upload the store, they both show, but neither can be interacted with.
In the Design view I see the following Block if
Now, this does not seem to be working as it should, show showing both rather than just 1, preferably the drop down, like in the delivery Address side.
What does "<actinic:variable name="IsOneElementList" /> == false" do, and where does it pick up this value?
Is there a setting in the Business settings that is not right?
Cheers for any thoughts
Grant
I have just imported a snapshot of a V9 store into V10.
All seems to have gone well, except for the Checkout Page 0
For the Invoice Address Country, 2 options are showing, one a drop down and one an input.
When I upload the store, they both show, but neither can be interacted with.
In the Design view I see the following Block if
Code:
<actinic:block if="%3cactinic%3avariable%20name%3d%22IsOneElementList%22%20%2f%3e%20%20%3d%3d%20false" > <option value="<actinic:variable name="CountryCode" />"> <Actinic:Variable Name="RegionName"/> </actinic:block> <actinic:block if="%3cactinic%3avariable%20name%3d%22IsOneElementList%22%20%2f%3e%20%20%3d%3d%20true"> value="<actinic:variable name="CountryCode" />" /><Actinic:Variable Name="RegionName"/> </actinic:block>
What does "<actinic:variable name="IsOneElementList" /> == false" do, and where does it pick up this value?
Is there a setting in the Business settings that is not right?
Cheers for any thoughts
Grant
Comment