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)

PhilJ 01-10-2012 11:34 AM

Re: X-Cart Smart Template v4.4.x
 
The JS browser detection script is a little out of date, you can remove this code from skin/smart_template/custom/js/ie6/jquery.badBrowser.js

Code:

// Check for Chrome < Version 3.0
    var chrome = userAgent.indexOf('chrome');
    if (chrome > -1) {
        var snip1 = chrome+7;
        var version = userAgent.substring(snip1, (snip1+1));
        if (version < 3) {
            return true;
            }
    }
    // end


PoC2 01-11-2012 02:14 AM

Re: X-Cart Smart Template v4.4.x
 
Thanks, Phil. I've updated the file.

The person has since come back and said it's now fine!

junliw1975 01-11-2012 07:44 AM

Re: X-Cart Smart Template v4.4.x
 
I am using Smart Template V4.4.x and installed new product module, is there anyway that I can display them in mutiple pages? Right now it only displays in one page ( I want to display more than 50 items)

Thanks

jkwalz 01-21-2012 07:52 AM

Re: X-Cart Smart Template v4.4.x
 
Never mind....I am going to buy the Ability Template....

I apologize if this has been asked already but is there a way or easy tool that will allow me to generate a custom CSS theme for this template?

I know the new "Ability" template has that ability.

Thx,

Jason

PoC2 01-23-2012 04:09 AM

Re: X-Cart Smart Template v4.4.x
 
I hope this is a quick question.

I'm looking at creating an infobox in the right hand column of a three column layout in Smart Template.

There's nothing fancy inside it, just a box header saying "We Accept..." and the box itself containing logos for PayPal, Google Checkout etc.

Any quick pointers, very welcome. I've looked at modifying existing ones, but not sure how it would handle the box title as well.

Cheers!

Cankus 01-23-2012 06:40 AM

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

{capture name=menu}

Your content here

{/capture}
{include file="customer/menu_dialog.tpl" title="your box title" content=$smarty.capture.menu "}

PoC2 01-23-2012 08:10 AM

Re: X-Cart Smart Template v4.4.x
 
Thanks! It worked!

scalemar 01-25-2012 05:26 PM

Re: X-Cart Smart Template v4.4.x
 
Hello
It's Smart template able to work with the new x-cart 4.4.5?

Somebody tested?

Thank you
MC

PhilJ 01-25-2012 05:35 PM

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

It's Smart template able to work with the new x-cart 4.4.5?
It'll be tested tomorrow, as will Ability.

ediruzza 02-08-2012 10:09 AM

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

Did you test ST on 4.4.5 yet? Any issues?


All times are GMT -8. The time now is 11:59 AM.

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