View Single Post
  #4  
Old 08-27-2013, 07:53 PM
  acidon's Avatar 
acidon acidon is offline
 

Senior Member
  
Join Date: Feb 2008
Posts: 139
 

Default Re: Template name for cart popup?

there is only one template in the folder, buy.tpl.

Inside of it links to some buttons templates:

Code:
{if $p.appearance.added_to_cart} {include file="customer/buttons/buy_more_list.tpl" type="input" additional_button_class="main-button"} {else} {include file="customer/buttons/buy_now_list.tpl" type="input" additional_button_class="main-button"} {/if}
__________________
Version 4.7.6 X-cart Gold
Reply With Quote