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
  #141  
Old 01-08-2011, 12:50 PM
 
PhilJ PhilJ is offline
 

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

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

Shareen, the code you mention should only display products that are "Available for sale".

Regarding "free" products, that could be a bug with x-cart.

Mick, to change the tax rate, in skin/smart_template/custom/

featured_new_products.tpl
featured_random_products.tpl
featured_carousel.tpl
featured_pager.tpl

Change..
Code:
{$config.General.currency_symbol}{math equation="x * y" x=$r_products[product].price y=1.175 format="%.2f"}
to...
Code:
{$config.General.currency_symbol}{math equation="x * y" x=$r_products[product].price y=1.2 format="%.2f"}
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
candc (01-08-2011)
  #142  
Old 01-08-2011, 01:09 PM
 
PhilJ PhilJ is offline
 

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

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

Quote:

The template has problem showing new product's thumbnail.
Jondoe, sometimes x-cart is sensitive with certain image formats, try uploading a PNG thumbnail instead.
Quote:
How do I define the number of products shown on each pagination for "featured products pager"?
skin/smart_template/custom/js/paginate/jquery.paginate.js
Look for...
Code:
perPage : 3, // Number of items per page
Also, in skin/smart_template/custom/common.tpl
Change...
Code:
<script type="text/javascript" src="{$AltSkinDir}/custom/js/paginate/jquery.paginate.min.js"></script>
to...
Code:
<script type="text/javascript" src="{$AltSkinDir}/custom/js/paginate/jquery.paginate.js"></script>
And in skin/smart_template/custom/css/common.css
Change...
Code:
ul.feat_pager li { margin: 0; padding: 0; text-align: center; width: 33.33%; /* Pager Column Width */ }
4 columns = 25% etc.
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
jondoe (01-09-2011)
  #143  
Old 01-08-2011, 01:16 PM
 
candc candc is offline
 

eXpert
  
Join Date: Jul 2009
Location: UK
Posts: 292
 

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

Thanks Phil, had already done that with no luck.

Tried it on the other site now, and it worked fine.

So one site is ok, the other isn't
__________________
Ver 4.4.4 Gold
Ability
BCSE Pre Order
BCSE Global Product Options
BCSE Stock Notify
CDSEO Pro
MM OPC - Gave up with it
Altered Cart OPC
XMobile
Powered by EWD

Ver 4.4.4 Gold
Ability
BCSE Pre Order
BCSE Global Product Options
BCSE Stock Notify
CDSEO Pro
Altered Cart OPC
XMobile
Powered by EWD
Reply With Quote
  #144  
Old 01-08-2011, 04:51 PM
 
sparker2 sparker2 is offline
 

eXpert
  
Join Date: Feb 2007
Posts: 290
 

Unhappy Re: X-Cart Smart Template v4.4.x Random Product Mod

Phil so are you saying that I am stuck with my issues with the Random Products and also products not showing correctly when they are priced 0.00.
__________________
Shareen
sparker2@cox.net
http://www.stitches4u.com
X-Cart Version 4.5.0 with Smart Template vs 4.4.x
Reply With Quote
  #145  
Old 01-08-2011, 04:54 PM
 
PhilJ PhilJ is offline
 

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

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

No, not at all, let me do some testing and I'll get back to you.
__________________
xcartmods.co.uk
Reply With Quote
  #146  
Old 01-09-2011, 08:43 AM
 
sparker2 sparker2 is offline
 

eXpert
  
Join Date: Feb 2007
Posts: 290
 

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

Ok Thank you very much Phil for your reply. Hopefully it will be something easy that we can change in the code.
__________________
Shareen
sparker2@cox.net
http://www.stitches4u.com
X-Cart Version 4.5.0 with Smart Template vs 4.4.x
Reply With Quote
  #147  
Old 01-09-2011, 09:04 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

Hi Phil,
I hope you had a good vaca. When you get a chance, can you get to my post back on 12/28 here: http://forum.x-cart.com/showpost.php?p=305708&postcount=117
TIA!
__________________
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
  #148  
Old 01-09-2011, 09:28 PM
 
mpepel mpepel is offline
 

Member
  
Join Date: Aug 2008
Posts: 16
 

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

Phil,
My Vertical menu is functioning weird.
With ⌠Enable vertical flyout category■ menu shows ⌠Tree-like expanding■; also background is missing┘ nothing similar to your DEMO.
I am not sure if I have all necessary files (do I need ⌠ul#vnavmenu■?).
Thanks,
Klemens
__________________
x-cart version v4.4.1
Smart Template v4.4.1
currency rates module for X-Cart v4.4

Reply With Quote
  #149  
Old 01-10-2011, 12:35 AM
 
jondoe jondoe is offline
 

Advanced Member
  
Join Date: Apr 2010
Posts: 90
 

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

Why it shows a messy page which is a new create category filled with 3 items only? The left panel totally disappeared and the table border is totally messed up:
http://www.ekidult.com/preorder
It shows no problem when I use any default xcart's template.

Quote:
Originally Posted by PhilJ
Jondoe, sometimes x-cart is sensitive with certain image formats, try uploading a PNG thumbnail instead.

skin/smart_template/custom/js/paginate/jquery.paginate.js
Look for...
Code:
perPage : 3, // Number of items per page
Also, in skin/smart_template/custom/common.tpl
Change...
Code:
<script type="text/javascript" src="{$AltSkinDir}/custom/js/paginate/jquery.paginate.min.js"></script>
to...
Code:
<script type="text/javascript" src="{$AltSkinDir}/custom/js/paginate/jquery.paginate.js"></script>
And in skin/smart_template/custom/css/common.css
Change...
Code:
ul.feat_pager li { margin: 0; padding: 0; text-align: center; width: 33.33%; /* Pager Column Width */ }
4 columns = 25% etc.
__________________
xcart v.4.4.2
CDSEO pro v1.7
Preorder/Backorder
Back in Stock Notification
Customer Reward Points
Buy Together
Smart Template
xcart Store Manager v3.3.0
Reply With Quote
  #150  
Old 01-10-2011, 09:09 AM
 
PhilJ PhilJ is offline
 

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

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

Quote:
Why it shows a messy page which is a new create category filled with 3 items only? The left panel totally disappeared and the table border is totally messed up:
http://www.ekidult.com/preorder
It shows no problem when I use any default xcart's template.
The smart template has a pure CSS layout for products display, unlike the default x-cart, which uses tables.
So any badly formed HTML may break the layout.
Ensure that your product descriptions are well formed, ie. no unclosed DIV tags etc.
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
jondoe (01-10-2011)
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 02:59 AM.

   

 
X-Cart forums © 2001-2020