![]() |
Re: X-Cart Smart Template v4.4.x
IE9 has not been tested yet (was only released Monday)
I do not like committing to use a brand new browser before it's been thoroughly reviewed and tested etc. I'm guessing it still has trouble rendering some CSS3 elements. You could try this... skin/smart_template/custom/common/tpl Replace... Code:
{if $config.Smart_Template.st_boxes eq "js"} Code:
{if $config.Smart_Template.st_boxes eq "js"} Don't forget, IE9 is only available to Win 7 / x64 users... there's a still a lot of XP users out there. |
Re: X-Cart Smart Template v4.4.x
Here's a small enhancement to the template to reduce the number of unused JavaScript files, if you don't have all the options turned on.
File: skin/smart_template/custom/common.tpl Before: Code:
<script type="text/javascript" src="{$AltSkinDir}/custom/js/switchers/switch_width.js"></script> After: Code:
{if $config.Smart_Template.st_site_width_switch eq "Y"} |
Re: X-Cart Smart Template v4.4.x
Has anyone tried to use carousel for random products on homepage (instead of featured products)? Any suggestions to accomplish this?
Many thanks. |
Re: X-Cart Smart Template v4.4.x
I would like to get two rows of products in pager mode on featured products . So instead having three products displayed it will increase to 6.
How can I achieve that ? |
Re: X-Cart Smart Template v4.4.x
Hi Phil, do you know is it possible to set the number of new products from 3 to more?
Jon |
Re: X-Cart Smart Template v4.4.x
Quote:
Replace instances of... Code:
$f_products Code:
$r_products Quote:
Look for this line... Code:
Quote:
More than 3 products per row is suited to a 'fluid or 'full' width layout. |
Re: X-Cart Smart Template v4.4.x
Which setting you mean in General settings of Smart Template? I don't see I can change the number of new products
|
Re: X-Cart Smart Template v4.4.x
jondoe, the dropdown menu - "Product columns"
|
Re: X-Cart Smart Template v4.4.x
http://www.ekidult.com/product_columns.JPG
It doesn't work for me. As I change it to 6, it shows the same 3 products. As I change it to 2, it remains unchange. |
Re: X-Cart Smart Template v4.4.x
I've found the answer from your installation manual:
1) To adjust the number of new products on display, edit smart_new_products.php End of line 4... DESC LIMIT 3"; ^ 3 being the number of new products. |
All times are GMT -8. The time now is 03:21 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.