View Single Post
  #496  
Old 03-21-2013, 08:53 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart Ability Template v4.4.x

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}
__________________
xcartmods.co.uk
Reply With Quote