View Single Post
  #395  
Old 05-18-2011, 02:28 AM
 
PhilJ PhilJ is offline
 

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

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

Quote:
Is it possible to use the X-Cart 4.4.3 speed up tool to optimize the JS/CSS in the Smart Template?

Yes, it's possible to make some 'load_defers' in skin/smart_template/custom/common.tpl

Eg.

{load_defer file="../smart_template/custom/js/ie6/ie6_redirect.js" type="js"}

However, it appears a limitation of the JS tool, is that it fails on already minified/compressed scripts. CSS files seem to be fine.
__________________
xcartmods.co.uk
Reply With Quote