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 11-19-2011 11:27 AM

Re: X-Cart Smart Template v4.4.x
 
Sorry, that's been building up for ages, I just hate facebook, no disrespect to you Bill.

And relax...

BillV 11-19-2011 11:50 AM

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

Originally Posted by PhilJ
Sorry, that's been building up for ages, I just hate facebook, no disrespect to you Bill.

And relax...


Phil,
No offense taken. I do not use Facebook myself and my kids are forbidden. My client uses facebook for his business and saw this as a way to spread the word.

SGS 11-19-2011 04:44 PM

Re: X-Cart Smart Template v4.4.x
 
Anyone know of a fix for the Smart Template 4.4.x. Site Preference Switcher. I am trying to set the Product Layout manually, meaning I do not want my customers changing the product layout. I have turned off the switcher in the control menu. And followed the following instructions:

To set the initial products layout (row or grid) edit line 10 of skin/smart_template/custom/js/switchers/switch_layout.js

$.cookie('view_Layout', 'row', { // Set initial products layout: row or grid

No matter what I set here in line 10, row or grid there is no change.

Please, Please do not ask me if I have clear my cashe, Yes I have!
Mysite.com/cleanup.php" Yes I have!
I have deleted all my cookies from the site as well.
I have Switch to a clean computer, never been to the site, tried using Safari, and FireFox, both the latest versions on both PC and MAc's.

Same results!!!

Anyone ecounter this problem or know a way to fix it?

Thanks!!

SGS 11-21-2011 04:56 AM

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

Originally Posted by sparker2
Can some please tell me the step by step instruction to add a new tab to the smart tabs for products? I would like to add a new tab and have looked at the tabs.tpl file and copied and pasted one of the other sections then changed the name but it will only show the tab information that it was copied from even though I gave it a new name. I just want to display some simple txt in it so I created a txt language with the txt that i would like displayed and as you have guessed it, I got know where. Thank you very much for your help. The new tab is going to be called Machine Formats and I want it to list some txt. Site is closed so if you need me to open it so you can see, just PM.


Is there a step by step set of instructions for setting up a new tab in Smart Template 4.4.x? I have the Product Download mod as well and I still can not get the download to show up in a tab?

Anyone using Smart Template 4.4.x and the Product Download? Anyone??

SGS 11-21-2011 04:56 AM

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

Originally Posted by sparker2
Can some please tell me the step by step instruction to add a new tab to the smart tabs for products? I would like to add a new tab and have looked at the tabs.tpl file and copied and pasted one of the other sections then changed the name but it will only show the tab information that it was copied from even though I gave it a new name. I just want to display some simple txt in it so I created a txt language with the txt that i would like displayed and as you have guessed it, I got know where. Thank you very much for your help. The new tab is going to be called Machine Formats and I want it to list some txt. Site is closed so if you need me to open it so you can see, just PM.


Is there a step by step set of instructions for setting up a new tab in Smart Template 4.4.x? I have the Product Download mod as well and I still can not get the download to show up in a tab?

Anyone using Smart Template 4.4.x and the Product Download? Anyone??

ediruzza 11-21-2011 05:16 AM

Ability Demo?
 
What happened to the demo URL?

gtwing 11-21-2011 07:40 PM

Re: X-Cart Smart Template v4.4.x
 
I would really like to know more about the Ability template as well. I've been clicking on the demo link several times a day hoping for more than a closed store page. I'd rather they get rid of the link until the demo page is up, drives me crazy 8O !

gtwing 11-21-2011 07:43 PM

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

Originally Posted by PhilJ

Bearing in mind the features, it's been tricky getting everything to work seamlessly, but we're getting there.

I'd hoped to launch today, but getting it finished and documented is going to take a bit longer than I thought.

It will have five different header and footer layouts to choose from - it'll be very easy to make your own custom header/footer.


Phil,

Any chance the demo page might be up soon? How about a features list in the meantime?

PhilJ 11-22-2011 01:26 PM

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

Any chance the demo page might be up soon? How about a features list in the meantime?

Gary, I'm working on the Ability template, hence the demo not being available at the moment.

A full feature list will be available ASAP, it's getting rather large. I will move any Ability related info to a new thread shortly.

SGS, re. rows/columns switcher, do ensure that you have cleared ALL cookies to see any changes.

Adding a new tab is very simple - skin/smart_columns/custom/tabs.tpl

Along similar lines insert your tab title, eg....

Code:

<li><a href="#st_tab9" rel="tcontent9"><span>NEW TAB TITLE</span></a></li>

Then your tab content...

Code:

<div id="tcontent9" class="tabcontent">
NEW TAB CONTENT
</div>


Each tab needs to have a unique identifier, ie." tabcontent9".

SGS 11-22-2011 01:31 PM

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

With the Switcher, Yes, Yes, Yes, I have changed computers, cleaned, cleared, delete the cookies, still the same. I have installed a new xcart pro 4.4.4 and installed the Smart Template 4.4.x with the 3 page update, still the hard coded switcher does not work.

After installing the "Product Download" mod and setting up a download link, the tab still does not show up, period, and yes I have enabled Smart Tabs, YES YES YES, I get it, any time you work with anything now days, clearing the cashes and deleting cookies is a must!! Clear and delete cookies standard operating process. But when I turn off, uncheck the little box marked Enable Smart Tabs, the Tab for Product Download can now be seen with the download link but its in the Standard X-cart mode or tabs..

I am at a loose what to do next??

SGS

PhilJ 11-22-2011 03:33 PM

Re: X-Cart Smart Template v4.4.x
 
Which browser are you using? I'd recommend using Chrome to test. Sometimes other browsers do not clear out everything.

The tabs will need to be custom coded a little to accommodate the download links. File a support ticket with us, providing your access info and I'll sort that out for you.

SGS 11-22-2011 05:03 PM

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

I did try Chrome on a PC. Same results. It's as if once the switcher is turned off from the control menu, what ever is set on line 10 does not matter at all.

As to the Product Download Mod, I will open a ticket with you in a day. Trying to get the cart ready.

Can you tell me how to set the "Feature Product" to show 4 products instead of 3 and how can I make the images larger/smaller? I currently have this set to the "Pager".

Thanks.

SGS

gtwing 11-22-2011 05:08 PM

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

Thanks, the Ability demo link is working and it looks great! I'm currently (slowly) moving my info over from 4.3.0 to 4.4.4 and will definitely purchase when it's ready.

Good job.

anandat 11-24-2011 06:42 AM

Re: X-Cart Smart Template v4.4.x
 
Hi Phil,
While playing at demo of Ability template just found small bug.
When you click on + icon on category menu items it start loading that category page !!
I tried with chrome browser & not tested with any other browser.

PhilJ 11-25-2011 03:06 AM

Re: X-Cart Smart Template v4.4.x
 
Please use this thread for any Abiltity Template related questions / requests etc.

SGS 11-30-2011 07:17 AM

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

I opened a tick as you advised.

Thanks,

SG

a1deano 12-08-2011 09:57 AM

Re: X-Cart Smart Template v4.4.x
 
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

SGS 12-08-2011 10:06 AM

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

Any chance of getting the Layout switch issue fixed, I have an open ticket with you but no reply. I know your working hard on "Ability", just let me know when you can get to it.

SGS

bibi 12-08-2011 01:12 PM

Re: X-Cart Smart Template v4.4.x
 
Phil,
I have sent you several tickets.
I just want to know if you did anything different to get the files to install so i can install it on my live site
Regards
Bibi

pdub 12-09-2011 08:09 PM

Re: X-Cart Smart Template v4.4.x
 
Just wondering if anyone else has encountered this issue after a fresh installation of Smart Template on 4.4.4?

Everything installs and seems to operate correctly. However, the home page of the shop comes up with "Remote server or file not found". Even if I select a different default x-cart theme, it still happens.

If I remove the code that is meant to be included in home.php after "require './auth.php';"

# Smart Template
if ($main == "" && $cat == 0 && $config['Smart_Template']['st_featured_new'] == 'Y') {
require './smart_new_products.php';
}
if ($main == "" && $cat == 0 && $config['Smart_Template']['st_featured_random'] == 'Y') {
require './smart_random_products.php';
}
if ($main == "" && $cat == 0 && $config['Smart_Template']['st_ticker'] == 'Y') {
require './smart_get_news.php';
}
# /Smart Template

Then the homepage of the site works fine. If I add that code back in, re-FTP, clear out cache / cookies / try it on a different machine / anything else that should isolate test it, the same thing happens.

I installed x-cart & the Smart Template only a few weeks ago, but had to reinstall everything due to a completely unrelated different reason. It is running on the same server however, and I had no issues the first time around.

I have run the SQL patch multiple times, although I'm sure it wouldn't have any effect anyhow.

The admin side of the shop is unaffected regardless of that code being present in home.php or not.

I have reuploaded all the Smart Template theme files also.

And yeah, even with that code there and using a default x-cart theme, the problem still occurs. Obviously, it can be left out and the shop still runs ok, however it means I cannot have any new products, random products or news on the front of the site.

I raised a ticket with xcartmods.co.uk a few days ago, but haven't heard a work back from them. Just wondering if anyone else out there in the cart community had encountered a similar issue?

Thanks in advance,
Paul

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.

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 01:21 AM.

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