View Single Post
  #4  
Old 04-07-2014, 11:55 PM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default Re: New to x-Cart; Crumbs, Footer, Titles

Would you like to wipe the footer completely? If so, you should create a skin module and add "[path-to-your-skin]/customer/en/layout/main.footer.tpl" file with the following contents:
Code:
{* * @ListChild (list="layout.main", weight="500") *}

This empty file should replace the existing one (and make the footer empty).

You can use a single module to do both the jobs (adding the skin and hiding other widgets).
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
Reply With Quote