View Single Post
  #34  
Old 03-21-2011, 09:05 PM
 
teriwinkle teriwinkle is offline
 

Advanced Member
  
Join Date: Aug 2003
Location: Los Angeles
Posts: 63
 

Default Re: MaxCDN Content Delivery Solution?

I started to use MaxCDN, but I noticed that detail images would no longer pop up while MaxCDN was activated (via smarty code), nothing would happen at all when you click the view detail images. So I put the original smarty.php code back and immediately can view detailed images.

Anyone know why MaxCDN would effect the detailed images popup function? Thanks
xcart 4.4.2

My code:

// WCM - MaxCDN Implementation
if ($_SERVER['HTTPS'] != 'on')
{
$smarty->assign("SkinDir","http://mydomaincdn-url/skin1");
$smarty->assign("ImagesDir","http://mydomaincdn-url/skin1/images");
}
else
{
$smarty->assign('ImagesDir', $xcart_web_dir . $smarty_skin_dir . '/images');
$smarty->assign('SkinDir', $xcart_web_dir . $smarty_skin_dir);
}
__________________
Red Hat Linux/Apache
Reply With Quote