![]() |
Re: X-Cart Smart Template v4.4.x
Thanks Scrapbook Supplies. I don▓t think Phil▓s New Products supports more than one language except for the dialog label┘ At this point I just removed it.
Klemens Rozmach.com |
Re: X-Cart Smart Template v4.4.x
hello,
how i can i show on new products area 6-9 products ? now i can show only 3 products. i am waiting your helping.. |
Re: X-Cart Smart Template v4.4.x
simple, just edit:
smart_new_products.php in root # The Query $qry = "SELECT * FROM " . $sql_tbl["products"] . " WHERE forsale='Y' AND avail > 0 ORDER BY add_date DESC LIMIT 12"; this line shows 12 items |
Re: X-Cart Smart Template v4.4.x
Hi Phil,
I thought if i untick :"Use selected featured products type on homepage only" will show FP on category pages? or if there is no products will display the standard FP on Cat pages? But it's not doing it on this http://www.gloryweddingcreations.com.au/home.php?cat=274 "Only uses pager or carousel featured products on homepage - uses standard featured products view on category pages." Anyway i want to show FP in category pages? |
Re: X-Cart Smart Template v4.4.x
Hi there Philmystro Flex
I have a quick question: How do stop having my vertical left menu categories duplicating onto the horizontal black bar (the same bar where the search box is located it) I just want these categories on the vertical bar and not the horizontal one. Apologies if this has been covered already, I've read through this forum before for another problem and honestly am not going to read through 31 plus pages again lol |
Re: X-Cart Smart Template v4.4.x
Quote:
You can disable the horizontal category menu in the smart template settings, which then replaces them with a custom horizontal menu. Or, to remove altogether, in skin/smart_template/custom/header.tpl Replace... Code:
{include file="custom/horiz_custom.tpl"} Code:
|
Re: X-Cart Smart Template v4.4.x
Hello, can someone please tell me how to resize my checkout page. For some unknown reason my checkout page is speaded all across the whole page instead of the standard size like my home page. I am using fast lane checkout also just so you know. I tried to use One Page Checkout but had to many issues with Smart Template. Thanks for your help and any tips you can provide me.
|
Re: X-Cart Smart Template v4.4.x
it is in this thread already!
|
Re: X-Cart Smart Template v4.4.x
To change the layout width at checkout, in skin/smart_template/customer/home.tpl
Change... (around line 30) Code: .container_fixed { width: 100%; } To... Code: .container_fixed { width: 970px; } |
Re: X-Cart Smart Template v4.4.x
if not here look in the modules/fast_lane_checkout section
|
All times are GMT -8. The time now is 11:53 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.