![]() |
Re: X-Cart Smart Template v4.4.x
Torben, it should display a list of products after typing 3 characters. Try typing 'mic' on the demo.
Ensure you have the dynamic search feature enabled in the template options. If it's not working for you, then ensure you have uploaded all the files, including smart_dynamic_search.php in the root. |
Re: X-Cart Smart Template v4.4.x
Hello Phil.
It is working, but it don't find products like the standard search. If i edit a product and put in "abcde" in the field "Keywords" the standard search find this products if I search for abcde, but the dynamic search don't find this product. Hope you know what i mean :-) |
Re: X-Cart Smart Template v4.4.x
Torben, it should work fine, click here and enter 'abcdef' in the search and it should bring up the diamond ring product.
I understand what you mean though... the dynamic search feature does not work with the keywords, just the product titles. |
Re: X-Cart Smart Template v4.4.x
I can see the product, but first after i push the magnifying glass.
The ring don't show as a dynamic product. |
Re: X-Cart Smart Template v4.4.x
Hi Phil
Just wanted to ask if you have a code so i can put a vertical social media sharing box on the side, floating or not. Thought id ask you first as it for your smart template. Many thanks |
Re:404 X-Cart Smart Template v4.4.x
Quote:
I have tried the 404 download files and have the same problem, what was the cure for seeing the custom 404? Thanks Update: I found a work around by adding the full path to the new file in htaccess eg. ErrorDocument 404 http://yourwebsite.co.uk/404_custom.php |
Re: X-Cart Smart Template v4.4.x
Sorry if I may have missed this, but I'm running (the latest?) Smart template with 4.4.4 and a user reported the following strange behaviour using Chrome:
Quote:
So they're using the latest version of Chrome, but it thinks it's unsupported? Any ideas on a possible fix? Many thanks! |
Re: 404 X-Cart Smart Template v4.4.x
Quote:
|
Re: X-Cart Smart Template v4.4.x
Quote:
Just untick the option in the settings :-) |
Re: X-Cart Smart Template v4.4.x
D'oh! Thank you! That was simple. :-)
Out of interest - is there somewhere in the database or a file that checks for this (just wondered about updating its checklist to allow it to work with the latest version of Chrome etc)? |
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 |
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! |
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 |
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 |
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! |
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 "} |
Re: X-Cart Smart Template v4.4.x
Thanks! It worked!
|
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 |
Re: X-Cart Smart Template v4.4.x
Quote:
|
Re: X-Cart Smart Template v4.4.x
Phil
Did you test ST on 4.4.5 yet? Any issues? |
Re: X-Cart Smart Template v4.4.x
Quote:
Yes, the current demo is based on X-Cart v4.4.5. No issues so far. |
Re: X-Cart Smart Template v4.4.x
How do you add new social links at bottom of site? I would like to add pinterest but it's not showing. I have already added the image to the image folder and added this to the footer:
Quote:
and this to the theme css Quote:
but the image is not showing up properly. It also looks like I need to increase the footer height. |
Re: X-Cart Smart Template v4.4.x
Quote:
I can't get this 404 error page to work. Is there any fix to this? Thank you. |
Re: X-Cart Smart Template v4.4.x
In the New Products and the Random Products Modules on the home page, I am getting inaccurate prices. I mean they are close, but not correct to any of the options or combinations of options. The slider works well.
Happened after upgrade from 4.4.2 to 4.4.5. Any ideas would be appreciated |
Re: X-Cart Smart Template v4.4.x
Phil,
I followed the instructions for the countdown mod on #72 but it is not working. I've added the countdown ticker to the cart for a leap year sale, modified the text and changed the dates in skin/smart_template/custom/js/countdown/countdown.js but it's still not working. Any guesses why? Also, any update to the affiliate section in the Smart Template? |
Re: Custom custom ;) 404 error page
Quote:
When the CleanURLs are enabled, the <xcart-dir>/dispatcher.php script handles the '404 Page not found' errors. In this case the error message page is returned by the "func_page_not_found" function which can be found in the <xcart-dir>/include/func/func.core.php script. In order to make it so that the custom pages of the 'Custom_404_Page' module will be shown, you must add the code below to the beginning of the "func_page_not_found" function in the <xcart-dir>/include/func/func.core.php script: Code: text if (is_readable($xcart_dir . '/your-404-error-filename.php')) { func_header_location('your-404-error-filename.php'); } That did the trick for me. |
Re: X-Cart Smart Template v4.4.x
Minor fix for Chrome not displaying product prices and buttons in products list...
skin/smart_template/custom/css/common.css Replace... Code:
ul.grid_view li .product_block .overflow { overflow: hidden; } /* New */ With... Code:
ul.grid_view li .product_block .overflow { overflow: hidden; clear: both; } /* New */ |
Re: X-Cart Smart Template v4.4.x
HI Phil,
I'm using Version 4.4.4and having issues with IE 8.0? http://www.lankadeals.com.au Any idea pls. |
Re: X-Cart Smart Template v4.4.x
How do I edit the "Random Products" and the "New Products" Blocks Layout on the Home Page? Change from 3 to 4 products and truncate the Title to 30 characters.
How do I edit "the "Grid View" Layout on the Category/Products Page? |
Re: Custom custom ;) 404 error page
Quote:
|
Re: X-Cart Smart Template v4.4.x
Quote:
The original code Code:
ul.grid_view li .product_block .overflow { overflow: hidden; } /* New */ |
Re: X-Cart Smart Template v4.4.x
Quote:
Someone help me pls |
Re: X-Cart Smart Template v4.4.x
Quote:
you need to specify what your issues are... |
Re: X-Cart Smart Template v4.4.x
1 Attachment(s)
Hi Phil,
In IE 8 menu going down and where the slogan ⌠Homes of Advertising andDeals■ is appears differently by font and alignment in a Laptop, Notebook andiPhone We were testing the appearance of the website invarious types of computers √ Desktop, Laptop, notebook and iphone. It seems tobe the webpage and its content does not automatically align with screenresolutions |
Re: X-Cart Smart Template v4.4.x
Quote:
Any Help please? |
Re: X-Cart Smart Template v4.4.x
Quote:
Hi, I need your help to sort this issue. Thanks, |
Re: X-Cart Smart Template v4.4.x
People need to remember that you ONLY bought a template. You did not purchase Phil to design your website for you. Use FF and download Firebug, and of course backup files before you edit them. When your going to edit your website do small edits, and then test your website to see if everything is okay. A lot of the errors/issues is down to human error, e.g coding wrong or just being lazy.
|
Re: X-Cart Smart Template v4.4.x
Quote:
I wanted to see if anyone has found code to do this in this template. Since it is available in Ability, we should also be able to get it in this one. I do not want to spend over $100 and the time involved in installing new template just to get this feature. |
Re: X-Cart Smart Template v4.4.x
2 Attachment(s)
Phil,
The problem with the chrome browser is still not fixed. Please address this as soon as u can I have installed Firefox 11 and the problem with the header colour not coming through is worst it is completely grey. I really need to get this sorted. Thanks |
Re: X-Cart Smart Template v4.4.x
Bibi, just disable this option in the template settings...
"Display warning to unsupported browser users" The Chrome detection code is out of date, this was addressed in this thread a few pages back. |
All times are GMT -8. The time now is 07:43 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.