How to move x-cart homepage welcome text?

The default place of x-cart welcome test is at the top of homepage. If you like to remove the welcome text to other place, say just under featured products. How to do then?

Very simple! Login your x-cart admin panel, click “Edit templates Files”, and go to “/customer/main/welcome.tpl”.

Move

{$lng.txt_welcome}


just under


{include file="customer/main/featured.tpl" f_products=$f_products}

and change

{$lng.txt_welcome}


to


{$lng.txt_welcome}

done! I have test the code successfully under x-cart pro v.4.1.9