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)
-   -   Remove Contact Us at Bottom (https://forum.x-cart.com/showthread.php?t=65905)

PDW-Admin 01-20-2013 08:01 AM

Remove Contact Us at Bottom
 
I use the Gahela Support module. How do I get rid of the Contact Us link in the footer and the Ask a Question About this Product in the product descriptions of each one?

I am using the most current version of X-cart.

carpeperdiem 01-20-2013 11:06 AM

Re: Remove Contact Us at Bottom
 
For both template edits, it depends on the skin you are using.

THE BEST THING YOU CAN DO RIGHT NOW is to learn how to use Webmaster Mode and identify the template(s) used for the page you want to edit.

http://help.x-cart.com/index.php?title=X-Cart:Using_Webmaster_mode

Using webmaster mode, you will see that you probably have a template, <skin_name>/customer/bottom.tpl
And in bottom.tpl. it calls
<skin_name>/customer/phones.tpl

Depending on what your goal is, you can comment out the call to phones.tpl, or just the tel displayed.

{* this is commented out in a smarty template *}
this is not
/* this is a multi-line comment in a php file
the comment-out block continues until the
*/
// this is a commented out single line in a php file

I hope this helps.

J


All times are GMT -8. The time now is 12:58 AM.

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