| Author |
Message |
floatingworld Total posts: 10
|
Hi,
Does anyone know how to set shipping prices in Google Checkout? Can Google checkout be made to detect teh weight of the order coming from Virtuemart with this module? |
|
|
|
No rating |
|
 |
psunite Location: Columbus OH Total posts: 5816
|
|
No rating |
|
 |
floatingworld Total posts: 10
|
Fast Google checkout is not being able to take the correct shipping rates as per regions or address. Can you please re-post the ticket for getting the solution |
|
|
|
No rating |
|
 |
psunite Location: Columbus OH Total posts: 5816
|
|
No rating |
|
 |
floatingworld Total posts: 10
|
Google Carrier-calculated shipping takes only US regions or addresses. It is disabled for other regions/addresses.
Even if we disable the Google carrier calculated shipping, we are still having problems as the module does not pass the region details. The error in the module needs to be fixed.
Note: If the google carrier calculated shipping is disabled then the system does the calculations on the basis of the system shipping rates as entered by admin. |
|
|
|
No rating |
|
 |
psunite Location: Columbus OH Total posts: 5816
|
|
|
_________________ Please feel free to use these buttons
|
|
No rating |
|
 |
floatingworld Total posts: 10
|
I think it would be best to provide the steps we have used to generate the data for states:
1) Login To Admin section
2) Create Shipping rates
3) Now from the front end, when user checks out using Google Fast Checkout.
4) Shipping rates are not displated in Goolgle Checkout system.
a. GetXML method which sends the XML data to Google site. The xml data does not contain proper values for 'allowed-areas' tag and hence the values are not passed to Google checkout system.
b. We tried a small test by changing code and passing a flat XML file via Google Checkout system and the country codes was displayed properly on Google Checkout system. |
|
|
|
No rating |
|
 |
psunite Location: Columbus OH Total posts: 5816
|
|
No rating |
|
 |
floatingworld Total posts: 10
|
We have problem with fast checkout only.
File Path: /administrator/components/com_virtuemart/classes/payment/googlecheckout/library/googlecart.php
a. GetXML method which sends the XML data to Google site. The xml data does not contain proper values for 'allowed-areas' tag and hence the values are not passed to Google checkout system.
We are seeing the XML data by doing the following:
print_r($xml_data->GetXML());
exit;
at the end of GetXML method.
b. We tried a small test by changing code and passing a flat XML file via Google Checkout system and the country codes was displayed properly on Google Checkout system."
We didn’t pass the Flat XML file but we wrote the code ‘ $shipping_restrictions->allowed_country_codes_arr[0] = "IND"; ‘ on line number 541. So that it displays the shipping address where user has entered India’s address. For all other countries the shipping address is disabled.
If Google checkout module passes the proper allowed area from shipping then the problem will be fixed. |
|
|
|
No rating |
|
 |
floatingworld Total posts: 10
|
Any ideas on this, or shall I send you login details so you can have a look yourself? |
|
|
|
No rating |
|
 |
psunite Location: Columbus OH Total posts: 5816
|
|
No rating |
|
 |
floatingworld Total posts: 10
|
Ok, I will send you a temp superadmin |
|
|
|
No rating |
|
 |
psunite Location: Columbus OH Total posts: 5816
|
|
No rating |
|
 |
|
|