X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   X-Cart Smart Template v4.4.x (https://forum.x-cart.com/showthread.php?t=55088)

jkwalz 12-24-2011 08:41 AM

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.

junliw1975 12-27-2011 07:56 PM

Re: X-Cart Smart Template v4.4.x
 
I have the same problem, did you get it fixed?

Quote:

Originally Posted by a1deano
Hi Phil

Just wanted to ask regarding the smart tabs, ive set my first tab to "Recommended" but when i first go onto an item the "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


PhilJ 12-27-2011 08:44 PM

Re: X-Cart Smart Template v4.4.x
 
Quote:

Does anyone else have customers who get 501/505 errors?
Where are you getting these errors? sounds like a Windows issue, need more info to diagnose.

torbenbendixen 12-29-2011 02:45 PM

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.

masada3336 01-02-2012 10:59 AM

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!

PhilJ 01-02-2012 11:35 AM

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"}"?>

a1deano 01-02-2012 12:36 PM

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

PhilJ 01-02-2012 12:45 PM

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

a1deano 01-03-2012 08:08 AM

Re: X-Cart Smart Template v4.4.x
 
Hi Phil

Thanks for your help that sorted it out great for me

Many thanks again

torbenbendixen 01-03-2012 12:00 PM

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.