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
  #651  
Old 04-10-2012, 04:44 AM
 
PhilJ PhilJ is offline
 

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

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

Quote:
On line 71 in the install.txt file, in step 4, is
{if $active_modules.News_Management}
But in my skin/common_files/admin/menu_box.tpl file, it does not match. Instead, on line 134 it is
{if $active_modules.News_Management ne ""}

Mr G, that code is essentially the same. You might have an older version of the mod, in which case I can send you the latest, if you get in touch with your order ID.
__________________
xcartmods.co.uk
Reply With Quote
  #652  
Old 04-10-2012, 04:53 AM
 
PhilJ PhilJ is offline
 

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

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

Quote:
Hi Phil,
Can I display 5 products in 1 row with Smart Template?
If I buy it, can u install it for me?
I need display English and Chinese(UTF8. Can ST handle it?

thx Phil

Hi idigibarry,
You can have up to 6 products in a row.
It will work with Chinese UTF8 also, you may just need to change the $default_charset variable in home.tpl
__________________
xcartmods.co.uk
Reply With Quote
  #653  
Old 04-12-2012, 09:27 PM
  Mr. G's Avatar 
Mr. G Mr. G is offline
 

eXpert
  
Join Date: Nov 2010
Posts: 386
 

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

Quote:
Originally Posted by PhilJ
If anyone wants to increase the width of the search box...
(original post #324, fyi) So I finally did this. Looks better. Except, the Dynamic Product Search drop down box of results is shifted to the left, and seems to still be 200 px. How can I change the width and the horizontal position? Thanks for you input!
__________________
4.7.6 Gold Plus
XCartMods.co.uk Ultra Template
X-Cart Abandoned Cart
BCSE PayPal DPM
CDSEO Pro 2.1.8
BCSE Drop Shipper Pro
Google Rich Snippets
Time and money-saving tips I've learned as a webstore owner at http://ShoppingCart-Program.com
Reply With Quote
  #654  
Old 04-13-2012, 03:20 AM
 
PhilJ PhilJ is offline
 

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

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

In skin/smart_template/custom/js/smart_dynamic_search/smart_dynamic_search.css

Modify #ajax_listOfOptions

It helps if you use Firebug to find CSS - www.getfirebug.com
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
Mr. G (04-13-2012)
  #655  
Old 04-13-2012, 08:39 AM
  Mr. G's Avatar 
Mr. G Mr. G is offline
 

eXpert
  
Join Date: Nov 2010
Posts: 386
 

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

Thanks, Phil. For the benefit of everyone...
Quote:
Originally Posted by PhilJ
If anyone wants to increase the width of the search box...

In your chosen theme css file, eg.

skin/smart_template/custom/themes/royal.css

Let's say we want to make it 100px wider...

Adjust these values...
Code:
#st_menu { margin-right: 300px; } #st_menu_search { float: left; width: 300px; margin-left: -300px; }
Then...
Code:
#st_search_input { float: left; color: #000; height: 14px; width: 234px; margin: 0px 0px; background: url(../images/search_bg.png) left no-repeat; padding: 8px; font-size: 1.0em; border: none; outline: none; }
Also upload the attached image to...

skin/smart_template/custom/images
Now, in
Quote:
Originally Posted by PhilJ
In skin/smart_template/custom/js/smart_dynamic_search/smart_dynamic_search.css

Modify #ajax_listOfOptions
change to width: 400px; and height: 300px;
After that, the drop down box will be aligned properly, be wider, and will show a few more results to reduce user scrolling.
__________________
4.7.6 Gold Plus
XCartMods.co.uk Ultra Template
X-Cart Abandoned Cart
BCSE PayPal DPM
CDSEO Pro 2.1.8
BCSE Drop Shipper Pro
Google Rich Snippets
Time and money-saving tips I've learned as a webstore owner at http://ShoppingCart-Program.com
Reply With Quote
  #656  
Old 04-26-2012, 01:22 PM
  jcorneli's Avatar 
jcorneli jcorneli is offline
 

Advanced Member
  
Join Date: Jul 2007
Posts: 74
 

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

Hi All,

I have had some mods done to my xcart and I think I have wrecked my Smart Template. In the Admin area the only place I can make changes is in Smart Templates Options dropdown. Was there a way to select featured products for the Carousel/Slider. Was that ever there or am I completely lost? When I make a product a featured product in the categories it is not added to the slider.

Also new products do not update when changes are made to the products.

Any help/advise would be appreciated.
__________________
www.usapolicesupply.com
v4.6.3

Xcartmods reBoot Template
WebsiteCM CDSEO Pro SEO
BCS Multipe Upselling Links
Firetank Feed Manager

BCS Product Importer Updater Pro
BCS Drop Shipper Pro
BCS Quote Request Module
BCS Printable Online Catalog
Reply With Quote
  #657  
Old 05-07-2012, 12:41 AM
 
poweruserlef poweruserlef is offline
 

Newbie
  
Join Date: Mar 2012
Posts: 4
 

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

When on the Featured products type we choose standard and on the
products layout we use X-Cart standard the products going out from
the right hand side of the dialog boxes

Any ideas how this can be fixed??
__________________
X-Cart Gold Version 4.4.5
Reply With Quote
  #658  
Old 05-18-2012, 05:47 PM
  jcorneli's Avatar 
jcorneli jcorneli is offline
 

Advanced Member
  
Join Date: Jul 2007
Posts: 74
 

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

Anybody?
__________________
www.usapolicesupply.com
v4.6.3

Xcartmods reBoot Template
WebsiteCM CDSEO Pro SEO
BCS Multipe Upselling Links
Firetank Feed Manager

BCS Product Importer Updater Pro
BCS Drop Shipper Pro
BCS Quote Request Module
BCS Printable Online Catalog
Reply With Quote
  #659  
Old 05-18-2012, 05:56 PM
  Mr. G's Avatar 
Mr. G Mr. G is offline
 

eXpert
  
Join Date: Nov 2010
Posts: 386
 

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

I am saying this without researching, from memory when I messed with this one year ago: I think the products in the slider are hard-coded. Think of the slider like a banner that you custom design.
__________________
4.7.6 Gold Plus
XCartMods.co.uk Ultra Template
X-Cart Abandoned Cart
BCSE PayPal DPM
CDSEO Pro 2.1.8
BCSE Drop Shipper Pro
Google Rich Snippets
Time and money-saving tips I've learned as a webstore owner at http://ShoppingCart-Program.com
Reply With Quote
  #660  
Old 06-26-2012, 05:18 AM
  a1deano's Avatar 
a1deano a1deano is offline
 

X-Adept
  
Join Date: Oct 2004
Posts: 745
 

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

Hi Phil

I know you've been busy with the Ability and the newer Template but just wanted to ask regarding the Social Bookmarks that's built into the smart template i want to add Pinterest to the set but don't know how, can you advise please.

Thanks Dean
__________________
--------------
V4.6.1
xcartmods - Reboot Template

X-cart - X-PDF

Altered Cart - Checkout one
Reply With Quote

The following user thanks a1deano for this useful post:
Mr. G (06-26-2012)
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4



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 03:14 PM.

   

 
X-Cart forums © 2001-2020