View Single Post
  #16  
Old 10-05-2012, 03:07 PM
 
Dougrun Dougrun is offline
 

X-Adept
  
Join Date: Apr 2012
Posts: 897
 

Default Re: X-Cart Promo Box

change:
4) In skin/common_files/customer/main/welcome.tpl

Wherever you want the promo box to appear, insert...

{* Promo Box *}
{if $active_modules.Promo_Box}
{include file="modules/Promo_Box/promo.tpl"}
{/if}
{* /Promo Box *}

should be:
4) In skin/YOUR_SKIN_NAME/customer/main/welcome.tpl

Wherever you want the promo box to appear, insert...

{* Promo Box *}
{if $active_modules.Promo_Box}
{include file="modules/Promo_Box/promo.tpl"}
{/if}
{* /Promo Box *}
__________________
4.7.x xcart store
Business 5.4xx
Reply With Quote