Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls

X-Cart Smart Template v4.4.x

 
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4
 
Thread Tools
  #301  
Old 02-26-2011, 10:05 PM
 
mpepel mpepel is offline
 

Member
  
Join Date: Aug 2008
Posts: 16
 

Default 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
__________________
x-cart version v4.4.1
Smart Template v4.4.1
currency rates module for X-Cart v4.4

Reply With Quote
  #302  
Old 03-01-2011, 12:47 PM
 
ilter ilter is offline
 

Member
  
Join Date: Dec 2006
Posts: 24
 

Default 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..
__________________
www.yourstore.com/xcart5/5.2.6
Reply With Quote
  #303  
Old 03-01-2011, 12:59 PM
 
Tony Pearce Tony Pearce is offline
 

eXpert
  
Join Date: Apr 2004
Location: Totnes, Devon, UK
Posts: 217
 

Default 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
__________________
X Cart version 4.1.9, 4.1.10, 4.1.11, 4.1.12
(Looking after 15 stores)
Just started 4.4.1 for client....
One Page Checkout, On-Sale, Dynamic Images ++++ Loads of others.
+ 2 Multi Domain stores on 4.1.9
Reply With Quote

The following 3 users thank Tony Pearce for this useful post:
flyclothing (05-15-2011), ilter (03-01-2011), PhilJ (03-02-2011)
  #304  
Old 03-03-2011, 02:29 AM
 
info@ausnetit.com.au info@ausnetit.com.au is offline
 

Advanced Member
  
Join Date: Aug 2010
Posts: 35
 

Default 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?
__________________
Chamath De Costa
Version X-Cart Gold.


Melbourne website design
SEO in melbourne
Reply With Quote
  #305  
Old 03-03-2011, 03:41 PM
 
Cptn JoeSoap Cptn JoeSoap is offline
 

Member
  
Join Date: Dec 2010
Posts: 27
 

Default 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
__________________
Version 4.4.1
x-cart pro
Reply With Quote
  #306  
Old 03-04-2011, 02:04 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

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

Quote:
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.

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"}
With...
Code:
 
(or whatever you want to put in its place)
__________________
xcartmods.co.uk
Reply With Quote

The following 3 users thank PhilJ for this useful post:
Cptn JoeSoap (03-04-2011), flyclothing (05-15-2011), zubair@scei.com.au (05-26-2011)
  #307  
Old 03-04-2011, 11:33 AM
 
sparker2 sparker2 is offline
 

eXpert
  
Join Date: Feb 2007
Posts: 290
 

Default 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.
__________________
Shareen
sparker2@cox.net
http://www.stitches4u.com
X-Cart Version 4.5.0 with Smart Template vs 4.4.x
Reply With Quote
  #308  
Old 03-04-2011, 11:34 AM
 
Tony Pearce Tony Pearce is offline
 

eXpert
  
Join Date: Apr 2004
Location: Totnes, Devon, UK
Posts: 217
 

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

it is in this thread already!
__________________
X Cart version 4.1.9, 4.1.10, 4.1.11, 4.1.12
(Looking after 15 stores)
Just started 4.4.1 for client....
One Page Checkout, On-Sale, Dynamic Images ++++ Loads of others.
+ 2 Multi Domain stores on 4.1.9
Reply With Quote
  #309  
Old 03-04-2011, 11:36 AM
 
Tony Pearce Tony Pearce is offline
 

eXpert
  
Join Date: Apr 2004
Location: Totnes, Devon, UK
Posts: 217
 

Default 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; }
__________________
X Cart version 4.1.9, 4.1.10, 4.1.11, 4.1.12
(Looking after 15 stores)
Just started 4.4.1 for client....
One Page Checkout, On-Sale, Dynamic Images ++++ Loads of others.
+ 2 Multi Domain stores on 4.1.9
Reply With Quote
  #310  
Old 03-04-2011, 11:37 AM
 
Tony Pearce Tony Pearce is offline
 

eXpert
  
Join Date: Apr 2004
Location: Totnes, Devon, UK
Posts: 217
 

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

if not here look in the modules/fast_lane_checkout section
__________________
X Cart version 4.1.9, 4.1.10, 4.1.11, 4.1.12
(Looking after 15 stores)
Just started 4.4.1 for client....
One Page Checkout, On-Sale, Dynamic Images ++++ Loads of others.
+ 2 Multi Domain stores on 4.1.9
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 08:37 AM.

   

 
X-Cart forums © 2001-2020