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)
-   -   Customizing right-hand column (https://forum.x-cart.com/showthread.php?t=8628)

adams 07-26-2004 12:37 PM

Customizing right-hand column
 
Hello, everyone.

My company is going to try and get our X-Cart working this week. We're all excited about it but there are still a few customization questions.

How do you take out the "News" and "Authentication" boxes on the right? We're only selling one product and we don't want to look too complicated for new customers.

All help is appreciated. Thanks!

Emerson 07-26-2004 12:45 PM

Open the file /skin1/customer/home.tpl and comment out the boxes you don't want.

Like:
To remove the cart box, make the code
Code:

{ include file="customer/menu_cart.tpl" }

look like...
Code:

{* include file="customer/menu_cart.tpl" *}

That will supress that box.

HTH

shan 07-26-2004 02:39 PM

Quote:

Originally Posted by Emerson
Open the file /skin1/customer.tpl and comment out the boxes you don't want.

Like:
To remove the cart box, make the code
Code:

{ include file="customer/menu_cart.tpl" }

look like...
Code:

{* include file="customer/menu_cart.tpl" *}

That will supress that box.

HTH


do you mean skin1/customer/home.tpl

Emerson 07-26-2004 02:43 PM

Quote:

Originally Posted by shan
Quote:

Originally Posted by Emerson
Open the file /skin1/customer.tpl and comment out the boxes you don't want.

Like:
To remove the cart box, make the code
Code:

{ include file="customer/menu_cart.tpl" }

look like...
Code:

{* include file="customer/menu_cart.tpl" *}

That will supress that box.

HTH


do you mean skin1/customer/home.tpl


Oh boy... no words #-o

Thanks for catching it Shan ;)

shan 07-26-2004 02:50 PM

:wink:

adams 07-26-2004 03:24 PM

Ok, now I can find the file. Thanks, guys!


All times are GMT -8. The time now is 05:18 PM.

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