Michael,
Please give us a public link to your app.
Michael,
Please give us a public link to your app.
Cheers Katya,
app is shared, Star Pizza login and pass "q"
Michael,
Could you please tell us at what page/service should we look?
Katya,
you will need to choose a pizza from select and click order btn, and then click checkout
Michael,
In Mapping JS code replace this line:prevar o = JSON.parse(localStorage.getItem("liveorderArray"));/prewith the following:prevar o = JSON.parse(value);/preThe problem was in a local variable named "liveoderArray". It's better to use 'value' parameter in mapping.
Hello Michael! We're working on it.
OK Maryna,
thx for letting me know
Delete code from mapping to where parameter and paste the following:
prereturn JSON.parse(value);/preCheck what you have as a result.