X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Move txt_welcome above Special Offers... (https://forum.x-cart.com/showthread.php?t=49864)

xcel 09-24-2009 10:31 AM

Move txt_welcome above Special Offers...
 
Hey guys...

Was wondering if I could re-order somehow my txt_welcome to sit above my Special Offers. Currently Special Offers is above txt_welcome which doesn't quite make sense to me. First you greet your customer, then offer them with something tempting.

This is on 4.1.9

Thanks in advance.

cflsystems 09-24-2009 10:47 AM

Re: Move txt_welcome above Special Offers...
 
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

xcel 09-24-2009 01:07 PM

Re: Move txt_welcome above Special Offers...
 
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.

cflsystems 09-24-2009 06:34 PM

Re: Move txt_welcome above Special Offers...
 
Glad to help


All times are GMT -8. The time now is 10:47 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.