You're welcome.... Good luck with your live site :smile:
Printable View
am having similar problems the only thing with mine is that the sandbox orders are shown in my admin but the google live orders do not show up at all!i get the email from google however. pulling my hair out now
the ssl is installled
what else could it be ?
this is the error i get
We encountered an error trying to access your server at https://www.smartbuyeruk.com/googlec...nsehandler.php -- the error we got is javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
i was told this was a certificate problem as GC only accepts these http://checkout.google.com/support/s...n&answer=57856
Go Daddy Class 2 CA is what i have got but still get this error
Given there are 300 pages of posts and it hasnt been released in quite a while.. is there a list of bugs somewhere that I can review?
I am considering adding it into my site but if its gonna be a big
pain in the neck, I am not interested.
How production ready is this beta payment module?
I would be using merchant caculated shipping. I use UPS for international, fedex express and ground in the US, and offer store pickup for NJ residents. I have one product that ships free.
Does it work with zones? for the merchant caculated shipping? How about taxes?
Thanks,
Mike
needed an intermediate certificate from my ssl provider all sorted now
I'm having an odd issue. Google checkout is pointing to update_product link. Has anyone come across this before? I've gone in and edited template because I want Paypal EC to show up before GC and PP link is showing fine.
Here's how I have it set up so far, I'm just at a complete loss of how it's picking up the update_product link???
Code:<!--bof shopping cart buttons-->
<div class="buttonRow forward"><!-- ** BEGIN PAYPAL EXPRESS CHECKOUT ** -->
<?php // the tpl_ec_button template only displays EC option if cart contents >0 and value >0
if (defined('MODULE_PAYMENT_PAYPALWPP_STATUS') && MODULE_PAYMENT_PAYPALWPP_STATUS == 'True') {
include(DIR_FS_CATALOG . DIR_WS_MODULES . 'payment/paypal/tpl_ec_button.php');
}
?>
<!-- ** END PAYPAL EXPRESS CHECKOUT ** --></div>
<div class="buttonRow forward"><!-- * BEGIN GOOGLE CHECKOUT * -->
<?php
// ** GOOGLE CHECKOUT **
include(DIR_WS_MODULES . 'show_google_components.php');
// ** END GOOGLE CHECKOUT **
?>
<!-- * END GOOGLE CHECKOUT * --></div>
<div class="buttonRow back"><?php echo zen_back_link() . zen_image_button(BUTTON_IMAGE_CONTINUE_SHOPPING, BUTTON_CONTINUE_SHOPPING_ALT) . '</a>'; ?></div>
<?php
// show update cart button
if (SHOW_SHOPPING_CART_UPDATE == 2 or SHOW_SHOPPING_CART_UPDATE == 3) {
?>
<!--<div class="buttonRow back"><?php echo zen_image_submit(ICON_IMAGE_UPDATE, ICON_UPDATE_ALT); ?></a></div>-->
<?php
} else { // don't show update button below cart
?>
<?php
} // show update button
?>
<!--eof shopping cart buttons-->
Request for assistance:(
Situation : Google Checkout will not pull my merchant calculated shipping information. The data needs to be merchant calculated because we use the xmodules dropship combo module, allowing us to bind a zip code to a manufacturer. This allows us to pull real time quotes from our supplier to our customers. We also only do ground and 3 day select. If the weight of the product is 0 then it is considered FREE SHIPPING.
Problems :
1. No shipping is being pulled whatsoever
2. Error Message on Google Checkout Integration Page : Error parsing XML; message from parser is: The markup in the document following the root element must be well-formed.
3. Recieving this notifications ( not error ) in the shipping generator : Notice: Use of undefined constant DIR_FS_ADMIN - assumed 'DIR_FS_ADMIN' in /XXX/zencart/includes/uadmin/uAdmin.class.php on line 53
This one started after I had installed Zend Optimizer for my SEO module.
Here are my current settings in the google checkout payment module :
GoogleCheckout
Google Checkout Module Version
v1.4.7
Enable GoogleCheckout Module
True
Select Mode of Operation
https://checkout.google.com/
Production Merchant ID
XXX
Production Merchant Key
XXX
Sandbox Merchant ID
XXX
Sandbox Merchant Key
XXX
.htaccess Basic Authentication Mode
False
Select Merchant Calculation Mode of Operation
https
Disable Google Checkout for Virtual Goods?
True
Allow US PO BOX shipping?
False
Default Values for Real Time Shipping Rates
ups3DSdomestic_types_VD:0, upsGNDdomestic_types_VD:0
GoogleCheckout Carrier Calculated Shipping
False
Carrier Calculater Shipping Configuration
fedexGrounddomestic_types_CCS:0|0|0, fedexHome Deliverydomestic_types_CCS:0|0|0, fedexExpress Saverdomestic_types_CCS:0|0|0, fedex2Daydomestic_types_CCS:0|0|0, fedexStandard Overnightdomestic_types_CCS:0|0|0, fedexPriority Overnightdomestic_types_CCS:0|0|0, fedexFirst Overnightdomestic_types_CCS:0|0|0, upsGrounddomestic_types_CCS:0|0|0, ups3 Day Selectdomestic_types_CCS:0|0|0, ups2nd Day Airdomestic_types_CCS:0|0|0, upsNext Day Air Saverdomestic_types_CCS:0|0|0, upsNext Day Airdomestic_types_CCS:0|0|0, upsNext Day Air Early AMdomestic_types_CCS:0|0|0, uspsMedia Maildomestic_types_CCS:0|0|0, uspsParcel Postdomestic_types_CCS:0|0|0, uspsExpress Maildomestic_types_CCS:0|0|0
Rounding Policy Mode
HALF_EVEN
Rounding Policy Rule
PER_LINE
Cart Expiration Time (Minutes)
NONE
Also send notifications with Zencart
False
Google Analytics Id
XXX
3rd Party Tracking
XXX
Google Checkout restricted product categories
Continue shopping URL.
checkout_success
Sort order of display.
0
I greatly appreciate any assistance that anyone can provide. I have tried everything I can possibly think of to get this to work and it simply wont. Thank you.
Help please i have searched the forum but i can not find an answer
google checkout is not accepting customers from coutrys outside the UK, the shipping estimator picks up the customers country and gives them a price but the google cart does not allow them to purchace their order, it says we do not ship to that country thank you for any help
Is there a 2009 update to this module?