Quote:
Phil or anyone know how and where In the Ability templet to put a google button when clicking the checkout button at the top there is no google button. If you click on view cart there is a button.
|
Ensure this code exists in skin/ability/customer/content.tpl
Code:
{if $main ne "cart" and $main ne "checkout" and $main ne "order_message"}
{if $gcheckout_enabled}
{include file="modules/Google_Checkout/gcheckout_top_button.tpl"}
{/if}
{if $amazon_enabled}
{include file="modules/Amazon_Checkout/amazon_top_button.tpl"}
{/if}
{/if}