Quote:
Originally Posted by cflsystems
In skin1/customer/home.tpl take this
Code:
{if $active_modules.Special_Offers}
{include file="modules/Special_Offers/customer/new_offers_message.tpl"}
{/if}
and put it in skin1/customer/main/welcome.tpl after the greating
|
thanks for the tips on where to look and what to move. i tried your suggestion and it sort of worked. i played around with the placement of the copied code within skin1/customer/main/welcome.tpl and found that the only spot i could paste it to work was just after {$lng.txt_welcome}. in any other spot the special offer section would not show at all.
so again, thanks for the nudge. I really appreciate it. things look much better now.