Offical Google Checkout module for osCommerce Support Thread
#301
Posted 06 January 2008, 17:53
Warning: in_array() [function.in-array]: Wrong datatype for second argument in /home/mushroom/public_html/catalog/googlecheckout/gcheckout.php on line 233
Warning: in_array() [function.in-array]: Wrong datatype for second argument in /home/mushroom/public_html/catalog/googlecheckout/gcheckout.php on line 233
Error!
Unable to determine the page link!
Code from gcheckout.php between lines 225-235
225 // Coustom Order Totals
226
227 require_once(DIR_WS_CLASSES . 'order_total.php');
228 $order_total_modules = new order_total();
229 $order_totals = $order_total_modules->process();
230
231 $ot_used = false;
232 foreach($order_totals as $order_total){
233 if(!in_array($order_total['code'], $googlepayment->ot_ignore)){
234
235 // Cant used this since the OT is passed as an item, and tax cant be calculated
#302
Posted 06 January 2008, 17:57
I think its an issue with Multi vendor Shipping.Has anyone got it to work with this?
Please help!
#303
Posted 06 January 2008, 20:31
ATise, on Jan 6 2008, 12:17 AM, said:
1146 - Table 'exervosc.google_orders' doesn't exist
select google_order_number from google_orders where orders_id= 10
[TEP STOP]
I think it is looking for an sql when I went back and took a look at the instruction it gace the following:
GC Order
update orders set orders_status = 100 where orders_status = 1 and payment_method = 'Google Checkout';
update orders set orders_status = 101 where orders_status = 2 and payment_method = 'Google Checkout';
update orders set orders_status = 102 where orders_status = 3 and payment_method = 'Google Checkout';
How should this be installed Or is there a file I am missing that is already set up to install the correct sql for this mod?
This is exactly what it says:
IMPORTANT:
SQL to update old module GC orders to new GC Order Status
update orders set orders_status = 100 where orders_status = 1 and payment_method = 'Google Checkout';
update orders set orders_status = 101 where orders_status = 2 and payment_method = 'Google Checkout';
update orders set orders_status = 102 where orders_status = 3 and payment_method = 'Google Checkout';
But I do not see an sql file can someone help how to set this up correct for me to up load the sal file
Thanks! ATise
#304
Posted 06 January 2008, 21:38
ATise, on Jan 6 2008, 12:31 PM, said:
IMPORTANT:
SQL to update old module GC orders to new GC Order Status
update orders set orders_status = 100 where orders_status = 1 and payment_method = 'Google Checkout';
update orders set orders_status = 101 where orders_status = 2 and payment_method = 'Google Checkout';
update orders set orders_status = 102 where orders_status = 3 and payment_method = 'Google Checkout';
But I do not see an sql file can someone help how to set this up correct for me to up load the sal file
You need to use something like phpMyAdmin to run those SQL statements. They don't need to be in an SQL file.
#305
Posted 07 January 2008, 18:09
just need to know something, can i setup and test GCO without ssl on sandbox ? or just to see if its working
#306
Posted 07 January 2008, 18:25
none_uk, on Jan 7 2008, 06:09 PM, said:
just need to know something, can i setup and test GCO without ssl on sandbox ? or just to see if its working
Yup sandbox does not need https
KissMT Dynamic SEO Meta & Canonical Header Tags
KissER Error Handling and Debugging
If you found my post useful please click the green + sign to the right
Please only PM me for paid work.
#308
Posted 08 January 2008, 01:44
what do i need to be able to install this and run it without problems?
i know i need ssl.
Do i need to have specific delivery service or will OSC doing my calculation and pass to GCO like paypal?
Reading the document and it seems using GCO can be complex.
please advise me and give me some helping tips.
Thank You
p.s is any one running sucessful OSC with gogle checkout?
Edited by none_uk, 08 January 2008, 01:56.
#309
Posted 08 January 2008, 05:11
is this meant to happen?
also my royal mail shipping are not working, if i set GoogleCheckout Carrier Calculated Shipping
true i get a HTTP 400 bad request and if i set false then it takes me to checkout but it list under the checkout button my shipping (royal) as not configured.
Google Checkout Module Version v1.4.5_CCS Enable GoogleCheckout Module True Select Mode of Operation https://sandbox.google.com/checkout/ Production Merchant ID Production Merchant Key Sandbox Merchant ID 6437*******7962 Sandbox Merchant Key ****MelMP5****3tDA****A .htaccess Basic Authentication Mode False Select Merchant Calculation Mode of Operation http Disable Google Checkout for Virtual Goods? False Allow US PO BOX shipping? False Default Values for Real Time Shipping Rates GoogleCheckout Carrier Calculated Shipping True Carrier Calculater Shipping Configuration fedexGrounddomestic_types_CCS:1.00|0|0, fedexHome Deliverydomestic_types_CCS:1.00|0|0, fedexExpress Saverdomestic_types_CCS:1.00|0|0, fedex2Daydomestic_types_CCS:1.00|0|0, fedexStandard Overnightdomestic_types_CCS:1.00|0|0, fedexPriority Overnightdomestic_types_CCS:1.00|0|0, fedexFirst Overnightdomestic_types_CCS:1.00|0|0, upsGrounddomestic_types_CCS:1.00|0|0, ups3 Day Selectdomestic_types_CCS:1.00|0|0, ups2nd Day Airdomestic_types_CCS:1.00|0|0, upsNext Day Air Saverdomestic_types_CCS:1.00|0|0, upsNext Day Airdomestic_types_CCS:1.00|0|0, upsNext Day Air Early AMdomestic_types_CCS:1.00|0|0, uspsMedia Maildomestic_types_CCS:1.00|0|0, uspsParcel Postdomestic_types_CCS:1.00|0|0, uspsExpress Maildomestic_types_CCS:1.00|0|0 Rounding Policy Mode HALF_UP Rounding Policy Rule PER_LINE Cart Expiration Time (Minutes) NONE Also send notifications with OSC False Google Analytics Id NONE 3rd Party Tracking NONE Google Checkout restricted product categories Continue shopping URL. checkout_success.php Sort order of display. 0
please help me configure this. i'm using UK royalmail shipping modules.
#310
Posted 09 January 2008, 04:49
i960, on Jan 6 2008, 03:38 PM, said:
Thanks! ATise
#311
Posted 09 January 2008, 23:38
none_uk, on Jan 8 2008, 05:11 AM, said:
is this meant to happen?
also my royal mail shipping are not working, if i set GoogleCheckout Carrier Calculated Shipping
true i get a HTTP 400 bad request and if i set false then it takes me to checkout but it list under the checkout button my shipping (royal) as not configured.
Google Checkout Module Version v1.4.5_CCS Enable GoogleCheckout Module True Select Mode of Operation https://sandbox.google.com/checkout/ Production Merchant ID Production Merchant Key Sandbox Merchant ID 6437*******7962 Sandbox Merchant Key ****MelMP5****3tDA****A .htaccess Basic Authentication Mode False Select Merchant Calculation Mode of Operation http Disable Google Checkout for Virtual Goods? False Allow US PO BOX shipping? False Default Values for Real Time Shipping Rates GoogleCheckout Carrier Calculated Shipping True Carrier Calculater Shipping Configuration fedexGrounddomestic_types_CCS:1.00|0|0, fedexHome Deliverydomestic_types_CCS:1.00|0|0, fedexExpress Saverdomestic_types_CCS:1.00|0|0, fedex2Daydomestic_types_CCS:1.00|0|0, fedexStandard Overnightdomestic_types_CCS:1.00|0|0, fedexPriority Overnightdomestic_types_CCS:1.00|0|0, fedexFirst Overnightdomestic_types_CCS:1.00|0|0, upsGrounddomestic_types_CCS:1.00|0|0, ups3 Day Selectdomestic_types_CCS:1.00|0|0, ups2nd Day Airdomestic_types_CCS:1.00|0|0, upsNext Day Air Saverdomestic_types_CCS:1.00|0|0, upsNext Day Airdomestic_types_CCS:1.00|0|0, upsNext Day Air Early AMdomestic_types_CCS:1.00|0|0, uspsMedia Maildomestic_types_CCS:1.00|0|0, uspsParcel Postdomestic_types_CCS:1.00|0|0, uspsExpress Maildomestic_types_CCS:1.00|0|0 Rounding Policy Mode HALF_UP Rounding Policy Rule PER_LINE Cart Expiration Time (Minutes) NONE Also send notifications with OSC False Google Analytics Id NONE 3rd Party Tracking NONE Google Checkout restricted product categories Continue shopping URL. checkout_success.php Sort order of display. 0
please help me configure this. i'm using UK royalmail shipping modules.
still have not sorted this problem
#312
Posted 10 January 2008, 03:32
IMPORTANT:
SQL to update old module GC orders to new GC Order Status
update orders set orders_status = 100 where orders_status = 1 and payment_method = 'Google Checkout';
update orders set orders_status = 101 where orders_status = 2 and payment_method = 'Google Checkout';
update orders set orders_status = 102 where orders_status = 3 and payment_method = 'Google Checkout';
Because I am getting a error message even if I add it manually I need someone who knows how to create a sql if not at least point me in the right direction a website or something.
Thanks! ATise
#313
Posted 10 January 2008, 08:48
ATise, on Jan 10 2008, 03:32 AM, said:
IMPORTANT:
SQL to update old module GC orders to new GC Order Status
update orders set orders_status = 100 where orders_status = 1 and payment_method = 'Google Checkout';
update orders set orders_status = 101 where orders_status = 2 and payment_method = 'Google Checkout';
update orders set orders_status = 102 where orders_status = 3 and payment_method = 'Google Checkout';
Because I am getting a error message even if I add it manually I need someone who knows how to create a sql if not at least point me in the right direction a website or something.
There's nothing wrong with the code .. what's the error?
KissMT Dynamic SEO Meta & Canonical Header Tags
KissER Error Handling and Debugging
If you found my post useful please click the green + sign to the right
Please only PM me for paid work.
#314
Posted 10 January 2008, 11:06
<?php /** * File: includes/modules/payment/googlecheckout.php class * Add this code to the correct properties */ $this->mc_shipping_methods = array( 'rmfirst' => array( 'domestic_types' => array( 'rmfirst' => '1st class' ), 'international_types' => array( ), ) ); 'rmfirstrec' => array( 'domestic_types' => array( 'rmfirstrec' => 'Recorded' ), 'international_types' => array( ), ) ); 'rmspecial' => array( 'domestic_types' => array( 'rmspecial' => 'Special Delivery' ), 'international_types' => array( ), ) ); 'citylink' => array( 'domestic_types' => array( 'citylink' => 'Courrier 2-4' ), 'international_types' => array( ), ) ); 'airmail' => array( 'domestic_types' => array( ), 'international_types' => array( 'airmail' => 'International' ), ) ); $this->mc_shipping_methods_names = array( 'rmfirst' => 'RoyalMail 1st' 'rmfirstrec' => 'RoyalMail 1st Recored' 'rmspecial' => 'RoyalMail Special' 'citylink' => 'Citylink/Courrier' 'airmail' => 'Airmail International' ); ?>
#315
Posted 10 January 2008, 19:47
but its shoulding £1
also arent user's mean to sign up with osc then place order?
can some one tell if you use google checkout then you bypass the store checkout? also i did place a order in sandbox but nothing showed in admin
what am i doing wrong?
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Ok been messing and i asked host if they had php over CGI they said they dont support so i set .htaccess true and its working so far.
I'll be switching host to godaddy any one tell me if googlecheckout works fine with them?
also still need to know if googlecheckout bypass oscommerce shop
here is a link to direct chat
was asked to bring my question back here.
Edited by none_uk, 10 January 2008, 20:02.
#316
Posted 10 January 2008, 20:26
none_uk, on Jan 10 2008, 07:47 PM, said:
Nope
Quote
One of the worst for osCommerce, pay peanuts get monkeys.
KissMT Dynamic SEO Meta & Canonical Header Tags
KissER Error Handling and Debugging
If you found my post useful please click the green + sign to the right
Please only PM me for paid work.
#317
Posted 10 January 2008, 20:33
Babygurgles, on Jan 10 2008, 08:26 PM, said:
One of the worst for osCommerce, pay peanuts get monkeys.
Aint this module level 2 which is mean to update the stock level and show order in oscommerce?
also why does go daddy suck?
I will have my domain with UK domain host and host site with godaddy because of low price ssl.
Edited by none_uk, 10 January 2008, 20:34.
#318
Posted 10 January 2008, 20:47
none_uk, on Jan 10 2008, 08:33 PM, said:
also why does go daddy suck?
I will have my domain with UK domain host and host site with godaddy because of low price ssl.
Level 2 what happens is the customer is redirected to Google before the checkout process .. google returns the address info via responsehandler.php which populates the database.
Godaddy - cheap period.
KissMT Dynamic SEO Meta & Canonical Header Tags
KissER Error Handling and Debugging
If you found my post useful please click the green + sign to the right
Please only PM me for paid work.
#319
Posted 10 January 2008, 20:56
Babygurgles, on Jan 10 2008, 08:47 PM, said:
so any ideas why this aint working for me? or do i have to install something else?
Thanks for reply
Edited by none_uk, 10 January 2008, 20:56.
#320
Posted 11 January 2008, 06:48
We encountered an error trying to access your server at Error parsing merchant response XML. Merchant has enabled serialnumber notification handshake -- the error we got is:
_type=new-order-notification×tamp=2008-01-11T06%3A25%3A43.000Z&shopping-cart.items.item-1.item-weight.value=1.7&shopping-cart.items.item-1.item-weight.unit=LB&shopping-cart.items.item-1.merchant-item-id=28%7B2%7D3&shopping-cart.items.item-1.item-name=HID+Kit+H1%0A-+Additional+Bulbs+None&shopping-cart.items.item-1.item-description=Fits+all+vehicles+which+have+projector+or+reflector+headlights.+Wate
rproof+with+weatherproof+metal+ballasts.%0AEasy+to+convert%2C+no+cutting+of+wiring+required%2C+needs+only+20-40+minutes+to+install.%0AOn+average%2C+10+times+the+average+life+of+traditional+halogen+bulbs.%0AGreater+luminosity%3A+makes+it+super+...&shopping-cart.items.item-1.unit-price=64.99&shopping-cart.items.item-1.unit-price.currency=GBP&shopping-cart.items.item-1.quantity=1&shopping-cart.items.item-1.merchant-private-item-data=%0D%0A++++++++++%3Citem%...................rest deleted
any one help me with this?
i'm not getting anything in OScommerce














