Page 1 of 1

Google Checkout for 1.4.8

Posted: Tue Jun 22, 2010 1:19 pm
by Best4Men
I just tried to install the Google Checkout module into 1.4.8.
It didn't go so well.

I copied all the files, and then "installed" it by selecting that link.
After I went to "edit" to insert all the details (including setting it to enable), I hit save, and it went to the dashboard.
Coming back to the modules page, it is still listed as "Disabled"

Do we have any idea when this module might be updated for 1.4.8
If the module actually works, and I've done something wrong could anyone provide some pointers (nothing in the OC error log or the web server error log indicates an issue).

P.S. I did add the tables to the database!

Re: Google Checkout for 1.4.8

Posted: Fri Jun 25, 2010 4:00 am
by dangerclose
Same here - not sure when this module will be ready but should be the cornerstone of payments...

Re: Google Checkout for 1.4.8

Posted: Tue Jul 20, 2010 7:21 pm
by jackquake
Any news on this checkout?

Re: Google Checkout for 1.4.8

Posted: Wed Jul 21, 2010 11:08 pm
by pokeyz
Has any one managed to get this working?

Re: Google Checkout for 1.4.8

Posted: Thu Jul 22, 2010 5:05 pm
by pokeyz
For anyone interested in getthing Google Checkout working in 1.4.8.

The first problem seems to be the settings aren't being stored when you try and save them.. I installed a version of 1.4.7 with Google Checkout working to see where they were stored. If you run the following query, you can manually save the settings to the database:

Code: Select all

INSERT INTO `setting` (`setting_id`, `group`, `key`, `value`) VALUES
(31843, 'gcheckout', 'gcheckout_geo_zone_id', '4'),
(31844, 'gcheckout', 'gcheckout_merchantid', '1234567890'),
(31845, 'gcheckout', 'gcheckout_merchantkey', '1234567890'),
(31846, 'gcheckout', 'gcheckout_test', '0'),
(31847, 'gcheckout', 'gcheckout_currency', 'GBP'),
(31848, 'gcheckout', 'gcheckout_merchant_calculation', '1'),
(31849, 'gcheckout', 'gcheckout_position', 'left'),
(31850, 'gcheckout', 'gcheckout_status', '1'),
(31851, 'gcheckout', 'gcheckout_sort_order', '');
You will have to change merchantid and merchantkey as required and the other fields are fairly obvious. You may need to change the setting id's.

Having run this query, the google checkout button is displayed in 1.4.8... I havent actually tested if it works yet but fingers crossed..

Re: Google Checkout for 1.4.8

Posted: Thu Jul 22, 2010 6:43 pm
by pokeyz
It now gives an error "No seller found with id xxxxxxx" when trying to checkout even though the same settings work on 1.4.7... not sure where to go from here.

Edit: My store was in test mode gcheckout_test=1.. it seems to be working now :)

Re: Google Checkout for 1.4.8

Posted: Tue Jul 27, 2010 8:34 pm
by JNeuhoff
The Google Chechout module is now available for Opencart 1.4.8b.

Re: Google Checkout for 1.4.8

Posted: Sun Aug 08, 2010 9:21 pm
by jackquake
Regarding Google Checkout 1.4.8, all seems to be working fine, except one important aspect--no options. For instance, when a pair of shoe laces is ordered, we just get flat laces, but not the color or the length.

Is there a setting not configured correctly? Thank you!

Re: Google Checkout for 1.4.8

Posted: Mon Aug 09, 2010 5:53 pm
by JNeuhoff
jackquake wrote:Regarding Google Checkout 1.4.8, all seems to be working fine, except one important aspect--no options. For instance, when a pair of shoe laces is ordered, we just get flat laces, but not the color or the length.

Is there a setting not configured correctly? Thank you!
I am unable to reproduce your error, works fine on my testserver, see attached screenshot.
gcheckout.png

gcheckout.png (19.3 KiB) Viewed 3027 times

What's the URL of your store?

Re: Google Checkout for 1.4.8

Posted: Tue Aug 10, 2010 11:05 am
by jackquake
Ok, discovered what it is...

Our product descriptions are too long--so much that the options are being truncated. I need to rename all of our shoe lace ads to a much shorter description.

I discovered it when one of the orders had the option in the description of the item (the description was shorter so the option was visible). Sorry for the false positive.