Google Checkout Acceptance Logo
Google Checkout Users -
Want an easy way to let your buyers know you accept Google Checkout? You can easily create a securely hosted Google Checkout Acceptance logo within your Google Checkout account and include it on your Auctiva Commerce store. Google provides a Google Checkout Acceptance logo code snippet specific to your Google Checkout account in the Tools > Acceptance logo section of your Google Checkout account. Just copy the code provided by Google and place it on whichever portion of your Auctiva Commerce site you desire – the footer, for example.
Note that if you want to center it you need to move the Google script code within the DIV they provide and add a bit of CSS – I used the following setup to include and center the logo on my test store and it worked like a charm with the Wood Deco theme.
<div style=”margin: 0pt auto; width: 200px;” id=”googleCheckoutLogo”> <script src=’https://checkout.google.com/buttons/logos?merchant_id=xxxxxxxxxxxxxxx&loc=en_US&f=png’ ></script></div>
If people click on this logo they will be directed to a Google Checkout page about your store; this page will include any Google Checkout buyer reviews of your store from previous transactions.
Thx,
Chris








