Page 6 of 8

how to calculate label values in an array

Posted: Fri Dec 06, 2013 4:32 pm
by Kateryna Grynko

Hi Michael,

Please try it on service Complete event.


how to calculate label values in an array

Posted: Fri Dec 06, 2013 4:48 pm
by Michael4771079

Hi Katya,

I done that but it stops the checkout page opening, the following error is in console

Image

Image


how to calculate label values in an array

Posted: Fri Dec 06, 2013 7:53 pm
by Kateryna Grynko

Hi Michael,

Could you please tell us in detail how to reproduce this?


how to calculate label values in an array

Posted: Fri Dec 06, 2013 8:16 pm
by Michael4771079

Hi Katya,
app name star3 and is shared,
you will need to login, choose an item from pizzamenu, select options and click order btn. then click checkout, the checkout screen will now try to load but cant because of error.

the success event is located on the checkout page on success of STARUSERREAD service which is called on page load

hope this helps


how to calculate label values in an array

Posted: Mon Dec 09, 2013 10:45 am
by Kateryna Grynko

Hi Michael,

Sorry, I do not see 'options' button. Probably 'settings'? Please specify the exact button names.


how to calculate label values in an array

Posted: Mon Dec 09, 2013 10:49 am
by Michael4771079

sorry Katya,
when I said options I meant choose a pizza size and click the order button, then the checkout btn


how to calculate label values in an array

Posted: Mon Dec 09, 2013 10:52 am
by Kateryna Grynko

Michael,

Thanks. We'll test this.


how to calculate label values in an array

Posted: Tue Dec 10, 2013 10:31 am
by Michael4771079

Hi Katya,
Any news?


how to calculate label values in an array

Posted: Tue Dec 10, 2013 11:06 am
by Kateryna Grynko

Hi Michael,

Sorry, not yet. Will update asap.


how to calculate label values in an array

Posted: Tue Dec 10, 2013 2:16 pm
by Illya Stepanov

Hello Michael,

In your code in line 11, button login click handler is given error: Uncaught TypeError: Cannot call method 'slice' of undefined.

This may cause the problem, please fix it. You can add a condition or 'try - catch' sequence.