PDA

View Full Version : Google Checkout 5 Token?


srw134
12-29-06, 10:53 PM
Quick question, does anyone have in information about what which token is used to display the google checkout buttons in merchant 5, thanks

-sean

sebenza
12-29-06, 11:11 PM
That wording is lacking a bit... the module will create and insert the googlecheckout Item tag on the BASK Page Template when installed. You can then further edit the placement or associated html.

srw134
12-30-06, 03:36 AM
Perfect, Thanks

-sean

leslienord
01-03-07, 10:52 PM
In lieu of reading the documentation - can Google Checkout be one of the payment options from the pull down menu on the Payment screen or is the BASK screen the only location it can be used from?

sebenza
01-04-07, 08:22 AM
It is only used in the form of a button and not a payment dropdown. The button should be placed on any screen you have your normal checkout button. Most common are the basket display and order login display.

dsisaacs
01-04-07, 11:51 AM
the token is:
<mvt:item name="googlecheckout" param="button" />
be sure to add "google checkout" to the items for the page after you place the token
I tried to put it on the OCST page and it must conflict with the addendum module as it would not work. So I just put an image link to send the customer to the basket page where the Google link works fine. I added the same image link to the bottom of the mini basket as I was unable to make the token work from within the minibasket configuration.

leslienord
01-04-07, 01:05 PM
It is only used in the form of a button and not a payment dropdown. The button should be placed on any screen you have your normal checkout button. Most common are the basket display and order login display.

Ahhh, okay. So in theory could it become a "Buy Now" button on a product page?

dsisaacs
01-04-07, 08:53 PM
no, it gathers the contents of the basket and passes this to the google checkout similar to paypal. After the customer logs in google checkout interfaces with miva to calculate shipping.
but you can generate a buy this item button in your google account to place on a static page just as you can from paypal. You can't combine items with this button.