![]() |
Re: X-Cart Smart Template v4.4.x
Does anyone else have customers who get 501/505 errors? I have a few customers who are able to load my website once then after that all they ever get are 501/505 errors.
|
Re: X-Cart Smart Template v4.4.x
I have the same problem, did you get it fixed?
Quote:
|
Re: X-Cart Smart Template v4.4.x
Quote:
|
Re: X-Cart Smart Template v4.4.x
I am just bought this template is is very happy so far :-)
In Danish we have 3 special letters, that isn't in the English language and these 3 letters doesn't show in the template. Character set is iso-8859-1 and it works in the standard templates that comes with X-Cart. Anybody who knows how to fix this?? Thank you. |
Re: X-Cart Smart Template v4.4.x
Hi Phil,
Is there a download link on your support site for the latest smart template download? I'm upgrading from 4.4.1 to 4.4.4 and would like to start off fresh and clean. Thanks! |
Re: X-Cart Smart Template v4.4.x
Hi Masada, sure PM'd you.
If anyone has Torben's issue above with characters in a different language, then... skin/smart_template/customer/home.tpl Change... Code:
<?xml version="1.0" encoding="{$default_charset|default:"iso-8859-1"}"?> to... Code:
<?xml version="1.0" encoding="{$default_charset|default:"UTF-8"}"?> |
Re: X-Cart Smart Template v4.4.x
Hi Phil
I now you've been busy with Ability but need your help please, wanted to ask regarding the smart tabs, ive set my first tab to "Recommended" when i view a product description "Send to a friend" tab is always highlighted when id like the "recommended" tab to always be high lighted first. Can you advise how to do this please. Thanks Dean |
Re: X-Cart Smart Template v4.4.x
To set the initial tab that gets displayed to recommended products, in skin/smart_template/custom/tabs.tpl
Replace... Code:
<li><a href="#st_tab5" rel="tcontent5"><span>{$lng.lbl_recommends}</span></a></li> With... Code:
<li class="selected"><a href="#st_tab5" rel="tcontent5"><span>{$lng.lbl_recommends}</span></a></li> Then remove the class="selected" from the other tabs. By default it's set to remember the last tab selected. You can disable that by editing skin/smart_template/custom/js/tabs/tabs.js Change... Code:
var enabletabpersistence=1 To... Code:
var enabletabpersistence=0 HTH |
Re: X-Cart Smart Template v4.4.x
Hi Phil
Thanks for your help that sorted it out great for me Many thanks again |
Re: X-Cart Smart Template v4.4.x
Regarding dynamic search, it don't seem to catch the words put in the search field on the products, is that correct??
Thank you. |
All times are GMT -8. The time now is 03:52 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.