Jump to content


Corporate Sponsors


Latest News: (loading..)

- - - - -

Offical Google Checkout module for osCommerce Support Thread


1188 replies to this topic

#1001 Zima

  • Community Member
  • 41 posts
  • Real Name:Zima

Posted 23 June 2009, 02:55

Any suggestions for my issue Louis?

#1002 noppie

  • Community Member
  • 306 posts
  • Real Name:Naomi
  • Gender:Female

Posted 01 July 2009, 19:44

View Posthodja451, on Jun 15 2009, 04:08 AM, said:

I see now Carrier Calculated Shipping does not include First-Class USPS. I traced the missing code down in carrier_calculated_methods.php, there is a comment line in the array where first class should be. I was going to add it to the array, but the documentation lists the valid methods and it is missing there as well, with a warning not to create others. I could find no mention, even in these forums, of anyone even mentioning that you can't use USPS First class with Carrier Calculated Shipping.

Seems odd.
I need first class also..
this shipping on this has been a nightmare for me.. I am missing something
I have table.php for shipping a
and I did the shipping generator
and got this code

Quote

<?php
/**
* File: googlecheckout/library/shipping/merchant_calculated_methods.php file
*/
$mc_shipping_methods = array(
'table' => array(
'domestic_types' =>
array(
'table' => 'MODULE_SHIPPING_TABLE_TEXT_WAY',

),

'international_types' =>
array(
'table' => 'MODULE_SHIPPING_TABLE_TEXT_WAY_1',

),
),
);

$mc_shipping_methods_names = array(
'table' => 'Table Rate',
);
?>
and when you go to the Advanced Configuration Dashboard this option does not show up..
as Merchant Calculated Shipping Configuration
I would use the carrier shipping one but there is no first class and most of my items are first class
so please what am I missing.
thank you for your quick response.
Noppie :blink:
Peace is possible.. Please don't give up.

"War is --the old betraying the young"

#1003 noppie

  • Community Member
  • 306 posts
  • Real Name:Naomi
  • Gender:Female

Posted 01 July 2009, 22:27

I have a fix that will work until the shipping is fixed or I am explained how to use the merchant_calculated_methods----- I have a message at the google button for my customer to use the media price and I send out first class. I don't know any other way around until someone explains like I am a 5 year on how to setup the merchant calculated methods

I hope to have it explained to me soon.'

thank you
noppie ;)

Edited by noppie, 01 July 2009, 22:29.

Peace is possible.. Please don't give up.

"War is --the old betraying the young"

#1004 weightman

  • Community Member
  • 10 posts
  • Real Name:Chris LeRoux

Posted 05 July 2009, 21:40

Is there a weight limit of 100lbs on items shipped with google checkout? Every time I raise the weight above it, google checkout says there has been an error processing the request.

Thanks

#1005 Hito_kun

  • Community Member
  • 20 posts
  • Real Name:César González
  • Gender:Male
  • Location:Mexico

Posted 10 July 2009, 18:19

A quick one, is there a way to show google checkout only to registered users?

#1006 h2oHOH

  • Community Member
  • 200 posts
  • Real Name:seanMichael
  • Location:SE US

Posted 11 July 2009, 17:04

Quote

show google checkout only to registered users?
Think that's against Google TOS ... however, Google Checkout is still a great payment option, and you will get all the customer information sent from Google in your api callback

#1007 Hito_kun

  • Community Member
  • 20 posts
  • Real Name:César González
  • Gender:Male
  • Location:Mexico

Posted 13 July 2009, 19:26

Im asking because I want Google checkout to be the only payment method by now, and the shipping will be only inside the USA.

#1008 moda

  • Community Member
  • 56 posts
  • Real Name:Alex

Posted 15 July 2009, 15:27

Hello Everybody!

I have a strange problem,
On my login page GCheckout button is available before user login.

Ones user logged on inside oscommerce account, checkout button is NOT Available anymore.
I check all the code present on shopping_card.php.
I use 1.5 version, GCheckout is on all the fields are filled.

How to tune it for logged on customers????
thanks!

#1009 moda

  • Community Member
  • 56 posts
  • Real Name:Alex

Posted 15 July 2009, 18:31

ADDON:

THEN I ADD ITEM TO MY SHOPPING CARD, CHECKOUT BUTTON FOR GC IS MISSING.
THEN I DELETE ALL ITEMS ITS APPEARS LIKE A GRAY WITH EMPTY SHOPPING CARD MESSAGE.

If anybody have an idea what it may be????

#1010 noppie

  • Community Member
  • 306 posts
  • Real Name:Naomi
  • Gender:Female

Posted 15 July 2009, 23:02

Please anyone on the shipping.. I really want to use this checkout
thankl you
noppie


View Postnoppie, on Jul 1 2009, 04:44 PM, said:

I need first class also..
this shipping on this has been a nightmare for me.. I am missing something
I have table.php for shipping a
and I did the shipping generator
and got this code
and when you go to the Advanced Configuration Dashboard this option does not show up..
as Merchant Calculated Shipping Configuration
I would use the carrier shipping one but there is no first class and most of my items are first class
so please what am I missing.
thank you for your quick response.
Noppie :blink:

Peace is possible.. Please don't give up.

"War is --the old betraying the young"

#1011 ayeronnie

  • Community Member
  • 41 posts
  • Real Name:ron

Posted 16 July 2009, 23:53

I am having a little problem with this add-on, hope some one can help.

I have a digital downloads store and the google check out seems to work okay, the customer can go through the process and the payment is posted.

Problem is, the order does not get entered on my store, it does not show up as an order, so I have no record of the customers transaction. And a customer told me, there are links in his google account, but when he clicks on them, it just brings him back to the index page of the store, so he can't download his order.

Seems Google Checkout is not talking back to my store? I thought I followed the install instructions, but maybe not?

I had another order, and the customer doesn't show a e-mail address to me, so I guess I'll have to wait till he gets a hold of me or complains. Sure not that why I run my customer service. :(

I currently disabled the add-on, don't want any more problems.

Did I read right that you can not make it so only registered users see the check out button? If so, that's kind of odd and don't see how this all works if they don't have to log in. How do the orders get recorded, and so the customers can download their order?

I know I should have tested more, but it's a live store that's been open for a while, can't really turn it off, will lose sales.

Any thoughts or idea's? I've only offered Paypal till now, thought I might be losing sales, reason I added this.

Any help would be greatly appreciated!

#1012 speed777

  • Community Member
  • 241 posts
  • Real Name:Louis
  • Gender:Male
  • Location:Bozeman, Montana USA

Posted 19 July 2009, 15:39

View PostZima, on Jun 22 2009, 08:55 PM, said:

Any suggestions for my issue Louis?
I'm not sure if this will work but you might try commenting out the other 2 choices:

case "FULL_50_STATES":
case "ALL":

change to:

// case "FULL_50_STATES":
// case "ALL":

#1013 speed777

  • Community Member
  • 241 posts
  • Real Name:Louis
  • Gender:Male
  • Location:Bozeman, Montana USA

Posted 19 July 2009, 16:07

View Postnoppie, on Jul 15 2009, 05:02 PM, said:

Please anyone on the shipping.. I really want to use this checkout
thankl you
noppi
It sounds like you haven't completed the steps required to install shipping correctly. Once you use the shipping generator, you must paste the results in the shipping_methods.php file. Just replace the contents that are already in the shipping_methods.php file. Then you go in to the OSC Admin panel and set the module to "true" or whatever. Leave all the other shipping options to "false".

Edited by speed777, 19 July 2009, 16:10.


#1014 speed777

  • Community Member
  • 241 posts
  • Real Name:Louis
  • Gender:Male
  • Location:Bozeman, Montana USA

Posted 19 July 2009, 16:44

View Postnoppie, on Jul 1 2009, 01:44 PM, said:

I need first class also..
this shipping on this has been a nightmare for me.. I am missing something
I have table.php for shipping a
and I did the shipping generator
and got this code
and when you go to the Advanced Configuration Dashboard this option does not show up..
as Merchant Calculated Shipping Configuration
I would use the carrier shipping one but there is no first class and most of my items are first class
so please what am I missing.
thank you for your quick response.
Noppie :blink:
You can't use first class and carrier calculated shipping at the same time together because first class is a merchant calculated method. I guess GC could be rewritten to contact the USPS server and the UPS servers at the same time, but thats not the way it works right now.

Edited by speed777, 19 July 2009, 16:53.


#1015 speed777

  • Community Member
  • 241 posts
  • Real Name:Louis
  • Gender:Male
  • Location:Bozeman, Montana USA

Posted 19 July 2009, 17:16

View Postayeronnie, on Jul 16 2009, 05:53 PM, said:

I am having a little problem with this add-on, hope some one can help.

I have a digital downloads store and the google check out seems to work okay, the customer can go through the process and the payment is posted.

Problem is, the order does not get entered on my store, it does not show up as an order, so I have no record of the customers transaction. And a customer told me, there are links in his google account, but when he clicks on them, it just brings him back to the index page of the store, so he can't download his order.

Seems Google Checkout is not talking back to my store? I thought I followed the install instructions, but maybe not?

I had another order, and the customer doesn't show a e-mail address to me, so I guess I'll have to wait till he gets a hold of me or complains. Sure not that why I run my customer service. :(

I currently disabled the add-on, don't want any more problems.

Did I read right that you can not make it so only registered users see the check out button? If so, that's kind of odd and don't see how this all works if they don't have to log in. How do the orders get recorded, and so the customers can download their order?

I know I should have tested more, but it's a live store that's been open for a while, can't really turn it off, will lose sales.

Any thoughts or idea's? I've only offered Paypal till now, thought I might be losing sales, reason I added this.

Any help would be greatly appreciated!
See the part on OCS settings

#1016 speed777

  • Community Member
  • 241 posts
  • Real Name:Louis
  • Gender:Male
  • Location:Bozeman, Montana USA

Posted 19 July 2009, 17:24

View Postmoda, on Jul 15 2009, 12:31 PM, said:

ADDON:

THEN I ADD ITEM TO MY SHOPPING CARD, CHECKOUT BUTTON FOR GC IS MISSING.
THEN I DELETE ALL ITEMS ITS APPEARS LIKE A GRAY WITH EMPTY SHOPPING CARD MESSAGE.

If anybody have an idea what it may be????
You missed something on your installation, try it again.

#1017 weightman

  • Community Member
  • 10 posts
  • Real Name:Chris LeRoux

Posted 22 July 2009, 00:13

Is there a way to use google checkout to ship orders above 100 pounds? If I set the weight for a product above 100, I get a error when sending to google. If someone buys more than once item and exceeds 100lbs, I get the same error.

Please help!

#1018 speed777

  • Community Member
  • 241 posts
  • Real Name:Louis
  • Gender:Male
  • Location:Bozeman, Montana USA

Posted 03 August 2009, 13:36

View Postweightman, on Jul 21 2009, 06:13 PM, said:

Is there a way to use google checkout to ship orders above 100 pounds? If I set the weight for a product above 100, I get a error when sending to google. If someone buys more than once item and exceeds 100lbs, I get the same error.

Please help!
I have a few products that weigh more than 100 lbs. and I get a UPS quote fine. There must be something wrong with your installation or settings.

#1019 egy

  • Community Member
  • 2 posts
  • Real Name:Ivan

Posted 06 August 2009, 10:24

Hi,
I was trying to configure Live Search Cashback for my site, site has only one payment method - Google checkout.
The problem is that i need to send 2 additional variables to Google Checkout - this is needed to save IDs from LiveSearch Cashback for each confirmed order. After that I need to receive those 2 vars back from GoogleAccount when I load orders list from Google in my store's admin.

Is there any way to do this?

#1020 speed777

  • Community Member
  • 241 posts
  • Real Name:Louis
  • Gender:Male
  • Location:Bozeman, Montana USA

Posted 07 August 2009, 17:49

View Postegy, on Aug 6 2009, 04:24 AM, said:

Hi,
I was trying to configure Live Search Cashback for my site, site has only one payment method - Google checkout.
The problem is that i need to send 2 additional variables to Google Checkout - this is needed to save IDs from LiveSearch Cashback for each confirmed order. After that I need to receive those 2 vars back from GoogleAccount when I load orders list from Google in my store's admin.

Is there any way to do this?
I think you can add those variables under a merchant-private-data tag. Look up merchant-private-data in the google code section in google checkout API's