| ||||||||||
Shopping cart software Solutions for online shops and malls | ||||||||||
|
X-Cart Home | FAQ | Forum rules | Calendar | User manuals | Login |
A list of things asked a million times ..... | ||||
|
|
Thread Tools | Search this Thread |
#11
|
|||||||
|
|||||||
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"}
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
|
#12
|
|||||||
|
|||||||
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
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
#13
|
|||||||
|
|||||||
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>
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
|
|||
X-Cart forums © 2001-2020
|