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!
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!
Same here - not sure when this module will be ready but should be the cornerstone of payments...
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:
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..
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', '');
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..
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
Edit: My store was in test mode gcheckout_test=1.. it seems to be working now

The Google Chechout module is now available for Opencart 1.4.8b.
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
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!
Is there a setting not configured correctly? Thank you!
I am unable to reproduce your error, works fine on my testserver, see attached screenshot.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!
What's the URL of your store?
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
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.
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.
Who is online
Users browsing this forum: No registered users and 10 guests