Offical Google Checkout module for osCommerce Support Thread
#1001
Posted 23 June 2009, 02:55
#1002
Posted 01 July 2009, 19:44
hodja451, on Jun 15 2009, 04:08 AM, said:
Seems odd.
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
/**
* 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',
);
?>
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
"War is --the old betraying the young"
#1003
Posted 01 July 2009, 22:27
I hope to have it explained to me soon.'
thank you
noppie
Edited by noppie, 01 July 2009, 22:29.
"War is --the old betraying the young"
#1004
Posted 05 July 2009, 21:40
Thanks
#1005
Posted 10 July 2009, 18:19
#1007
Posted 13 July 2009, 19:26
#1008
Posted 15 July 2009, 15:27
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
Posted 15 July 2009, 18:31
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
Posted 15 July 2009, 23:02
thankl you
noppie
noppie, on Jul 1 2009, 04:44 PM, said:
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
"War is --the old betraying the young"
#1011
Posted 16 July 2009, 23:53
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!
#1013
Posted 19 July 2009, 16:07
noppie, on Jul 15 2009, 05:02 PM, said:
thankl you
noppi
Edited by speed777, 19 July 2009, 16:10.
#1014
Posted 19 July 2009, 16:44
noppie, on Jul 1 2009, 01:44 PM, said:
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
Edited by speed777, 19 July 2009, 16:53.
#1015
Posted 19 July 2009, 17:16
ayeronnie, on Jul 16 2009, 05:53 PM, said:
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!
#1016
Posted 19 July 2009, 17:24
moda, on Jul 15 2009, 12:31 PM, said:
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????
#1017
Posted 22 July 2009, 00:13
Please help!
#1018
Posted 03 August 2009, 13:36
weightman, on Jul 21 2009, 06:13 PM, said:
Please help!
#1019
Posted 06 August 2009, 10:24
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
Posted 07 August 2009, 17:49
egy, on Aug 6 2009, 04:24 AM, said:
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?














