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)

SGS 12-10-2011 10:20 AM

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

Not sure if this will help but just in case, Smart Template 4.4.x has 3 updated pages that make it 4.4.4. compatible. One page deals with the home page. Might be worth looking at if you have not done so already.

Look at Post #473 in this thread:

skin/smart_template/customer/main/product_details.tpl
skin/smart_template/modules/Customer_Reviews/vote_reviews.tpl
skin/smart_template/customer/home.tpl

I thought there was another update given to fix the social book marks as well but am not sure if its a fix from Philj or QT?

Also, you might want to take a number and stand in the waiting line. Must be at least several dozen people waiting for Philj to resurface and resume working on fixes. I too am waiting for a few to be worked on.

Good Luck

vtalk 12-10-2011 10:40 AM

Re: X-Cart Smart Template v4.4.x
 
Is http://xcartmods.co.uk/ down?
I receive the message
Forbidden

You don't have permission to access / on this server.

Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.

SGS 12-10-2011 10:42 AM

Re: X-Cart Smart Template v4.4.x
 
Just wait awhile, it should be back up.

SGS 12-10-2011 11:09 AM

Re: X-Cart Smart Template v4.4.x
 
The site is backup now.

PhilJ 12-14-2011 03:45 AM

Re: X-Cart Smart Template v4.4.x
 
Minor update for the Smart Template dynamic search addon, to make it work better with Chrome and IE...

1) In skin/smart_template/custom/header.tpl

Remove this around line 80... (part of the search input field code - skip this if it doesn't exist)

Code:

fadeSearch();

2) Then in skin/skin/smart_template/custom/js/smart_dynamic_search/smart_dynamic_search.js

At the very end, replace...

Code:

// Hide dropdown onblur
function fadeSearch() {
    // jQuery
    $('#ajax_listOfOptions').fadeOut('slow');
    // non jQuery
    //var theSearchBox = document.getElementById('ajax_listOfOptions');
    //theSearchBox.style.display = 'none';
};


With...

Code:

// Fade Out Search Dropdown on click elsewhere
$(document).ready(function() {
    $("body:not(#ajax_listOfOptions)").click(function(){
        $("#ajax_listOfOptions_iframe,#ajax_listOfOptions").fadeOut('fast');
    });
});


PoC2 12-14-2011 04:05 AM

Re: X-Cart Smart Template v4.4.x
 
Thanks for the heads-up Phil!

Is there a way to keep up with small changes like this? (Change file with pointers to updated files/code>)

or should we just follow this thread?

flyclothing 12-14-2011 09:24 AM

Re: X-Cart Smart Template v4.4.x
 
I dont see the above "fadeSearch();" on line 80 in the header.tpl. I have this...


<div id="st_search">
<input id="st_search_input" name="posted_data[substring]" type="text" value="{$lng.lbl_product} {$lng.lbl_search}..." onblur="if(this.value=='') this.value='{$lng.lbl_product} {$lng.lbl_search}...';" onfocus="if(this.value=='{$lng.lbl_product} {$lng.lbl_search}...') this.value='';" {if $config.Smart_Template.st_dynamic_search eq "Y"}onkeyup="ajax_showOptions(this,'getProduct',ev ent)" onblur="this.form.submit();" {/if}/>
<input id="st_search_button" type="submit" value="" />
</div>

info@ausnetit.com.au 12-14-2011 02:41 PM

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

How do I connect products to countdown tpl file?
It's only display the MSG

Thanks

yamadan 12-18-2011 09:13 AM

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

Is there a quick way to add a custom 404 page using this template?

Thanks

Mr. G 12-18-2011 09:41 AM

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

Originally Posted by yamadan
Hi,

Is there a quick way to add a custom 404 page using this template?

Thanks

Check this post out: http://forum.x-cart.com/showpost.php?p=310221&amp;postcount=262

Please tell me if you get it to work. Because I didn't get it to work consistently, as I wrote on that post.


All times are GMT -8. The time now is 08:38 AM.

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