Easy way do delete files from cpanel

Sometimes we need to empty all files under a web hosting, how to do then?

 Very simple, just login your cpanel, click “File Manager” and choose “public_html”, del  “public_html” and rebuild a new one. That’s it! Very easy, right!

 Somebody may ask how to del part of the files, also very easy. Go to  “public_html”, and choose the files you want to delete, and del them.  Simple?

Custom content to a specific category page of X-cart

When we go to a specific x-cart category, we can put there some custom content above the category thumbnails. We need to modify skin1/customer/main/subcategories.tpl and just after the h1 tag (or any other place we want it to show)

{if $current_category.category eq “100″}show cusotm contents, prescription glasses{/if}
{if $current_category.category eq “200″}show cusotm contents, men’s glasses{/if}
{if $current_category.category eq “300″}show cusotm contents, women’s glasses{/if}

replace “100,200,300″ with the category id