One page check out.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

One page check out.

BJ Freeman
How about making the country and state drop downs.
I put US and WA for country and State and I am getting an error.

logs show
---- exception report
----------------------------------------------------------
Incoming context (in runSync : getAssociatedStateList) does not match
expected requirements
Exception: org.ofbiz.service.ServiceValidationException
Message: The following required parameter is missing:
[getAssociatedStateList.countryGeoId]
---- stack trace
---------------------------------------------------------------
org.ofbiz.service.ServiceValidationException: The following required
parameter is missing: [getAssociatedStateList.countryGeoId]


and
---- exception report
----------------------------------------------------------
Service [getAssociatedStateList] threw an unexpected exception/error
Exception: org.ofbiz.service.ServiceValidationException
Message: The following required parameter is missing:
[getAssociatedStateList.countryGeoId]
---- stack trace
---------------------------------------------------------------
org.ofbiz.service.ServiceValidationException: The following required
parameter is missing: [getAssociatedStateList.countryGeoId]

Reply | Threaded
Open this post in threaded view
|

Re: One page check out.

Ravindra Mandre-2
Hi,
I think you should use geoId (USA) instead of geoCode (US).
Also go through the Geo entity, hope you get the solution.

Regards
Ravi Mandre
Reply | Threaded
Open this post in threaded view
|

Re: One page check out.

Sumit Pandit-3
In reply to this post by BJ Freeman
Dear Freeman,

Thank you very much for doing testing on One Page Checkout. Even we  
also expecting some feed back from community on it.
Also Thanks for posting the error.

I try to reproduce the error on localhost and demo.hotwaxmedia.com/
ecommerce.
But unable to reproduce the error, It might be browser specific (due  
to JS code).


It will be help-full if you provide some steps to generate the error.
Also let me know which browser you are using. We have tested it on  
Firefox 3.0, Safari , Opera 9.51 And IE 7.

Thanks
Sumit Pandit.
Brajesh Patel
Rishi Solanki.




On Jul 17, 2008, at 4:45 AM, BJ Freeman wrote:

> How about making the country and state drop downs.
> I put US and WA for country and State and I am getting an error.
>
> logs show
> ---- exception report
> ----------------------------------------------------------
> Incoming context (in runSync : getAssociatedStateList) does not match
> expected requirements
> Exception: org.ofbiz.service.ServiceValidationException
> Message: The following required parameter is missing:
> [getAssociatedStateList.countryGeoId]
> ---- stack trace
> ---------------------------------------------------------------
> org.ofbiz.service.ServiceValidationException: The following required
> parameter is missing: [getAssociatedStateList.countryGeoId]
>
>
> and
> ---- exception report
> ----------------------------------------------------------
> Service [getAssociatedStateList] threw an unexpected exception/error
> Exception: org.ofbiz.service.ServiceValidationException
> Message: The following required parameter is missing:
> [getAssociatedStateList.countryGeoId]
> ---- stack trace
> ---------------------------------------------------------------
> org.ofbiz.service.ServiceValidationException: The following required
> parameter is missing: [getAssociatedStateList.countryGeoId]
>

Reply | Threaded
Open this post in threaded view
|

Re: One page check out.

BJ Freeman
In reply to this post by Ravindra Mandre-2
For a new user this is not evident which is why a suggest a dropdown.

ravindra mandre sent the following on 7/16/2008 9:28 PM:
> Hi,
> I think you should use geoId (USA) instead of geoCode (US).
> Also go through the Geo entity, hope you get the solution.
>
> Regards
> Ravi Mandre
>

Reply | Threaded
Open this post in threaded view
|

Re: One page check out.

BJ Freeman
In reply to this post by Sumit Pandit-3
The Problem is more what to put in the box for Country.
different sites use either USA or US.
Since we have the countries list it would seem that a dropdown would
reduce this error even in with other countries.
the same for the State, where based on the country a drop Down of states
or providences are provided.
I did finally get it to work once I put in the correct country code.

Sumit Pandit sent the following on 7/16/2008 10:07 PM:

> Dear Freeman,
>
> Thank you very much for doing testing on One Page Checkout. Even we also
> expecting some feed back from community on it.
> Also Thanks for posting the error.
>
> I try to reproduce the error on localhost and
> demo.hotwaxmedia.com/ecommerce.
> But unable to reproduce the error, It might be browser specific (due to
> JS code).
>
>
> It will be help-full if you provide some steps to generate the error.
> Also let me know which browser you are using. We have tested it on
> Firefox 3.0, Safari , Opera 9.51 And IE 7.
>
> Thanks
> Sumit Pandit.
> Brajesh Patel
> Rishi Solanki.
>
>
>
>
> On Jul 17, 2008, at 4:45 AM, BJ Freeman wrote:
>
>> How about making the country and state drop downs.
>> I put US and WA for country and State and I am getting an error.
>>
>> logs show
>> ---- exception report
>> ----------------------------------------------------------
>> Incoming context (in runSync : getAssociatedStateList) does not match
>> expected requirements
>> Exception: org.ofbiz.service.ServiceValidationException
>> Message: The following required parameter is missing:
>> [getAssociatedStateList.countryGeoId]
>> ---- stack trace
>> ---------------------------------------------------------------
>> org.ofbiz.service.ServiceValidationException: The following required
>> parameter is missing: [getAssociatedStateList.countryGeoId]
>>
>>
>> and
>> ---- exception report
>> ----------------------------------------------------------
>> Service [getAssociatedStateList] threw an unexpected exception/error
>> Exception: org.ofbiz.service.ServiceValidationException
>> Message: The following required parameter is missing:
>> [getAssociatedStateList.countryGeoId]
>> ---- stack trace
>> ---------------------------------------------------------------
>> org.ofbiz.service.ServiceValidationException: The following required
>> parameter is missing: [getAssociatedStateList.countryGeoId]
>>
>
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: One page check out.

Vikas Mayur-2
In reply to this post by BJ Freeman
>> For a new user this is not evident .....
Yes - I agree. We can modify the existing label to support the
autocompletion artifacts.

>> which is why a suggest a dropdown.

This is what actually exists in other checkout processes and for One Page
its a new feature.
Drop down is supported in Step 4 i.e. Billing panel but again done
differently.
Whenever a user selects a country, state drop-down get a list of associated
states only and not all. That is also the reason to
kept the country field above the state field.


- Vikas

On Thu, Jul 17, 2008 at 6:25 PM, BJ Freeman <[hidden email]> wrote:

> For a new user this is not evident which is why a suggest a dropdown.



>
>
> ravindra mandre sent the following on 7/16/2008 9:28 PM:
> > Hi,
> > I think you should use geoId (USA) instead of geoCode (US).
> > Also go through the Geo entity, hope you get the solution.
> >
> > Regards
> > Ravi Mandre
> >
>
>