Powersellersunite
Go to the homepageHome
Index of the forum.Forum
nav_searchSearch Forum
Store_explainUsers Storefronts
Register
Log in
         
Site Navigation
Go to the homepageHome
Index of the forum.Forum
Online auction industry related acronymsAuction Acronyms
Topics that are top rated by forum usersLatest Ratings
Store_explainUsers Storefronts
Frequently Asked Questions.FAQ
Help spread the word about us.Link To Us
Search through forums.Search Forums
Joomla VirtueMart Google Checkout ModuleJoomla VirtueMart Google Checkout Module


Ecommerce Hosting
Sign up for Web HostingSign up for Hosting
ecommerce shopping cartEcommerce Details

Go to the homepageWebMail Login
Go to the homepageControl Panel
SupportSupport

Please consider a small donation to help me keep this site running.

Free Auction Tools
Number of listings on auction sitesAuction Site Count
Ebay Fee ChartEbay Fee Chart
Track PackagesTrack Packages
TinyURLTinyURL
WYSIWYG HTML EditorHTML Editor
Create your own dynamic custom imageSmartSignature
Create custom PayPal payment buttonsPayPal Button Factory

Search
Forum
PowerSellersUnite.com
MOAAS

Advance Forum Search

User Info
Username:

Password:

 Remember me



I forgot my password

Don't have an account yet?
You can register for FREE


Recent Topics
» ELGATO'S CAFE
by kenzy on Thu Nov 20, 2008 10:00 am

» BuyItSellIt - Free Online Store Builder
by Debsgreatfinds on Thu Nov 20, 2008 9:44 am

» auctions8.com - International Site - Worth a Look
by purple_reading_giraffe on Thu Nov 20, 2008 9:42 am

» eBid Officially Launches in US with Media Campaign
by Kedo on Thu Nov 20, 2008 9:39 am

» Online Payment Options
by purple_reading_giraffe on Thu Nov 20, 2008 9:32 am

» Anyone Wanna Talk Politics?
by CuFF on Thu Nov 20, 2008 8:51 am

» AWW Auctions Stores and so much more.
by chris12331 on Thu Nov 20, 2008 8:29 am

» Anyone Wanna Talk Philosophy?
by purple_reading_giraffe on Thu Nov 20, 2008 8:03 am

» ATOMIC MALL - An outstanding new viable eBay Alternative
by Uncle Mikes Rocket Shack on Thu Nov 20, 2008 7:51 am

» OLA Listings WAY Down
by Uncle Mikes Rocket Shack on Thu Nov 20, 2008 7:44 am




Setting Shipping Prices in Google Checkout
 
View previous topic View printer-friendly version Search Display number of posts for each poster in this topic Export topic thread to a text file View next topic
Author Message
floatingworld
Total posts: 10

Canada
PostPosted: Thu Aug 07, 2008 2:07 am   Post subject:  Setting Shipping Prices in Google Checkout #1  Back to top 

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?

Download Post  No rating  
psunite
Location: Columbus OH
Total posts: 5786

USA US Ohio
PostPosted: Thu Aug 07, 2008 11:12 pm   Post subject:   #2  Back to top 

The google checkout module uses the standard shipping module to get it's shipping prices.

_________________
Please feel free to use these buttons





Download Post  No rating  
floatingworld
Total posts: 10

Canada
PostPosted: Fri Aug 22, 2008 9:07 am   Post subject:  Re: Setting Shipping Prices in Google Checkout #3  Back to top 

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

Download Post  No rating  
psunite
Location: Columbus OH
Total posts: 5786

USA US Ohio
PostPosted: Mon Aug 25, 2008 1:38 am   Post subject:   #4  Back to top 

Sorry I forgot you can also use Google Carrier-calculated Shipping. Make sure this is enabled and that you select your valid shipping methods. Also make sure all your products have a weight to them.

_________________
Please feel free to use these buttons





Download Post  No rating  
floatingworld
Total posts: 10

Canada
PostPosted: Mon Aug 25, 2008 6:09 am   Post subject:  Re: Setting Shipping Prices in Google Checkout #5  Back to top 

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.

Download Post  No rating  
psunite
Location: Columbus OH
Total posts: 5786

USA US Ohio
PostPosted: Tue Aug 26, 2008 2:39 am   Post subject:   #6  Back to top 


_________________
Please feel free to use these buttons





Download Post  No rating  
floatingworld
Total posts: 10

Canada
PostPosted: Wed Aug 27, 2008 3:17 am   Post subject:  Re: Setting Shipping Prices in Google Checkout #7  Back to top 

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.

Download Post  No rating  
psunite
Location: Columbus OH
Total posts: 5786

USA US Ohio
PostPosted: Thu Aug 28, 2008 2:13 am   Post subject:  Re: Setting Shipping Prices in Google Checkout #8  Back to top 

Do you have problems for both fast checkout and the regular checkout?

"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."

Are you viewing the xml by turning on the debug mode in virtuemart?

"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."

What code did you change? How did you pass a flat XML file?

If you want you can make me a temp super administrator account and I will take a closer look.

_________________
Please feel free to use these buttons





Download Post  No rating  
floatingworld
Total posts: 10

Canada
PostPosted: Sat Aug 30, 2008 4:47 am   Post subject:  Re: Setting Shipping Prices in Google Checkout #9  Back to top 

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.

Download Post  No rating  
floatingworld
Total posts: 10

Canada
PostPosted: Tue Sep 02, 2008 6:06 pm   Post subject:   #10  Back to top 

Any ideas on this, or shall I send you login details so you can have a look yourself?

Download Post  No rating  
psunite
Location: Columbus OH
Total posts: 5786

USA US Ohio
PostPosted: Wed Sep 03, 2008 1:34 am   Post subject:   #11  Back to top 

Can you make me a temp super admin account so I can take a look?

You shouldn't have to use googlecart.php to see the xml that is being passed. You can just turn on the virtuemart debugging or turn on the write to log option in the module and look at googleerror.log and googlemessage.log

_________________
Please feel free to use these buttons





Download Post  No rating  
floatingworld
Total posts: 10

Canada
PostPosted: Wed Sep 03, 2008 1:59 am   Post subject:   #12  Back to top 

Ok, I will send you a temp superadmin

Download Post  No rating  
psunite
Location: Columbus OH
Total posts: 5786

USA US Ohio
PostPosted: Wed Sep 03, 2008 10:04 pm   Post subject:   #13  Back to top 

Ok it is fixed. I put in a https url for SECUREURL

google requires SSL in order to talk to pass information to the responsehandler

_________________
Please feel free to use these buttons





Download Post  No rating  
Display posts from previous:      
 


 Jump to:   



  View previous topic View printer-friendly version Search Display number of posts for each poster in this topic Export topic thread to a text file View next topic

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum
   Lo-Fi version
explorz.com