Page 2 of 5

put service

Posted: Sat Oct 26, 2013 11:53 pm
by Michael4771079

No prob Igor,
open the app and click checkout on the navbar, service is fired on this button

cheers


put service

Posted: Sun Oct 27, 2013 12:45 am
by Igor

Image

replace it with next one:
pre
return JSON.parse(localStorage.getItem("liveorderArray"));
/pre


put service

Posted: Sun Oct 27, 2013 1:00 am
by Michael4771079

Cheers Igor,
made the change, new error

Image


put service

Posted: Sun Oct 27, 2013 1:14 am
by Igor

You can add alert to check what value is stored in localStorage.
pre
alert(localStorage.getItem("liveorderArray"));
/pre

It'll return "null". You should put some value to localStorage before executing service request.


put service

Posted: Sun Oct 27, 2013 1:29 am
by Michael4771079

Nothing, here is result and localstorage click ok and error appears

Image

Image


put service

Posted: Sun Oct 27, 2013 6:04 am
by Illya Stepanov

Hi Michael, have you shared your app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a ?


put service

Posted: Sun Oct 27, 2013 12:10 pm
by Michael4771079

Hi lllya,
App is shared star pizza


put service

Posted: Sun Oct 27, 2013 7:12 pm
by Michael4771079

Hi folks,
any news on this item?


put service

Posted: Sun Oct 27, 2013 9:26 pm
by Igor

Hi,

You can delete alert, you don't need it any more.
Service "currentorderService" return error when you call it. You need to fix service configurations.

Image


put service

Posted: Sun Oct 27, 2013 9:34 pm
by Michael4771079

Thanks Igor,
can you tell me what configurations are wrong?