Set local storage not working
I am setting three Items to local storage on my details screen and then using set property on my check out screen. one of the three are showing. I can't see what I am doing wrong. the name of the app is Sales and it is shared with you.
The total price is working the other two are not????
To set my local storage I have the following set:
Code: Select all
variable name = _quantityOrdered
Bind checked
target component = want
property name = text second one (this one works)
Code: Select all
variable name = _totalPrice
Bind checked
target component = mobilelabel_Totalshown
property name = text third one
Code: Select all
variable name = _item
Bind checked
target component = mobilelabel_Name
property name = text Set property
Component name = _quantityOrdered
Property Name = text
Read from local storage variable checked
value = _quantityOrdered
second one (this one works)
Component name = _mobilelabel_totalPrice
Property Name = text
Read from local storage variable checked
value = _totalPrice
third one
Component name = _mobilelabel_item
Property Name = text
Read from local storage variable checked
value = __item