I tried for hours to get paypal working correctly, and would much rather use it, but I moved to Google Checkout tonight as it actually works!
I am using OpenCart as the store for my offroad truck community site, www.dezertdimes.com
You can see the store at www.dezertdimes.com/store
However I have a few questions:
What does unchecking the 'My company will only post digitally signed carts' box under 'Shopping cart post security' in Google Checkout settings do?
I unchecked it per the instructions in the included install text file, but I'm unclear on its use.
Is the setting "API Callback URL" in the 'Integration' tab in my Google Checkout account necessary?
The included install text file said to use it, but it doesn't seem to make any difference either way.
Google forces me to use a HTTPS link, so I'm using the shared SSL cert on my server (hostgator).
But the order gets recorded and set to Paid Unconfirmed correctly with our without any URL setup here.
So is that necessary?
Also, after the customer completes payment through Google checkout, they get dumped back to the root of my site. (www.dezertdimes.com)
How can I force them to return to an order successfully completed page on my store after completing payment through google checkout?
Thanks!
Evan
www.dezertdimes.com
My opencart store:
http://www.dezertdimes.com/store
See http://checkout.google.com/support/sell ... wer=113366 for an explanation.What does unchecking the 'My company will only post digitally signed carts' box under 'Shopping cart post security' in Google Checkout settings do? I unchecked it per the instructions in the included install text file, but I'm unclear on its use.
Code: Select all
Is the setting "API Callback URL" in the 'Integration' tab in my Google Checkout account necessary?
Using the shared certificate is sufficient, no sensitive data such as credit card details are being sent from Google to OpenCart. And as I said, if you use the callback function, the order state gets automatically changed from 'Paid Unconfimed' to 'Pending' in OpenCart after Google merchant has successfully charged the customer. This way, OpenCart keeps track of the order, and the store owner can use OpenCart's admin panel for order tracking and fulfillment. Use the following format for the callback function:Google forces me to use a HTTPS link, so I'm using the shared SSL cert on my server (hostgator).
But the order gets recorded and set to Paid Unconfirmed correctly with our without any URL setup here.
So is that necessary?
https://gatornnn.hostgator.com/~your-user-id/store/index.php?controller=checkout_process&action=callback&payment=google
BTW.: Are you sure your website is on a hostgator server? At the moment it seems to run on the sonata.websitewelcome.com box.
As regards Google Checkout: I am planning to rewrite this payment module because QPhoria, in his ever so eager researches, found out that in order to meet Google Terms & Conditions it will have to work like an express checkout module. In this future express checkout scenario there won't be a need for the customer to log into OpenCart, the shopping cart is directly passed on to Google, and from there everything else will be handled by the Google payment pages. The store owner will only use the Google merchant center to process the order, not the OpenCart admin panel.
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
Everything is working correctly with my shared SSL cert and the Google Callback.
Thanks for explaining that.
That hosgator server at websitewelcome is correct, as I have a reseller hosting account.
One final question that didn't get answered above...
how do I make Google Checkout return the customer to store to a success page?
Right now it is just dumping the customer back to the root of the domain.
Thanks!
Evan
My opencart store:
http://www.dezertdimes.com/store
Thanks Buyer customer-name, you're done!
Your order has been sent to store name. Return to store name
The store name has a link to the store which I believe is configured in the vendor's Google account at:
Settings > Profile > Public business website
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
Thanks, but it doesn't seem to work.JNeuhoff wrote: Once the customer has submitted the payment details to Google, on the Google site, he arrives at a Google succes page which displays the following message:
Thanks Buyer customer-name, you're done!
Your order has been sent to store name. Return to store name
The store name has a link to the store which I believe is configured in the vendor's Google account at:
Settings > Profile > Public business website
My public business website is actually set to my web design business website (www.redlinedesignworks.net) in my google checkout merchant account.
So that doesn't explain why when a buyer completes google payment at my DezertDimes.com store, it returns them to the root url of www.dezertdimes.com.
I actually don't even have dezertdimes.com specified anywhere in my google checkout account, other than the API Callback URL.
Any ideas?
Thanks!
Evan
My opencart store:
http://www.dezertdimes.com/store
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
Code: Select all
....
$cart->SetContinueShoppingUrl( HTTP_BASE );
....
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
Help please
Users browsing this forum: No registered users and 6 guests