X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Forum FAQs and guides (https://forum.x-cart.com/forumdisplay.php?f=30)
-   -   A list of things asked a million times ..... (https://forum.x-cart.com/showthread.php?t=20303)

balinor 10-29-2008 07:16 AM

Re: A list of things asked a million times .....
 
How to display Users Online only on the admin side

Open up rectangle_bottom.tpl and replace this:

{if $active_modules.Users_online ne ""}

with this:

{if $active_modules.Users_online ne "" and $usertype ne "C"}

If you are using Pro, use this to hide it from providers as well:

{if $active_modules.Users_online ne "" and $usertype ne "C" and $usertype ne "P"}

balinor 11-21-2008 02:54 AM

Re: A list of things asked a million times .....
 
How to get rid of the splash page

Delete index.html, or add this to your .htaccess file:

DirectoryIndex home.php

balinor 01-09-2009 01:13 PM

Re: A list of things asked a million times .....
 
How to remove SKU from product detail page

Open up customer/main/product.tpl and comment out this code:

<tr>
<td width="30%">{$lng.lbl_sku}</td>
<td nowrap="nowrap" id="product_code">{$product.productcode}</td>
</tr>


All times are GMT -8. The time now is 11:27 PM.

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