Hi Isaac,
The ikenvape.com site is showing really slow page load times (about 25 seconds) today
There are multiple <html> elements in each page being delivered to my browser, I just counted 47 of them in the 'all cartos' page. The same number in the 'all attys' page. Don't know if that's the source of the slowness or not... but the repeated <html> tags is definitely a bug.
There is some other repeated'ness elsewhere as well...
<!--[if IE 7]>
<link rel="stylesheet" href="http://ikenvape192.corecommerce.com/00162-1/design/css/cc-ie7.css" type="text/css" media="screen" />
<![endif]-->
<!--[if IE 6]>
<link rel="stylesheet" href="http://ikenvape192.corecommerce.com/00162-1/design/css/cc-ie6.css" type="text/css" media="screen" />
<![endif]-->
<!--[if IE 7]>
<link rel="stylesheet" href="http://ikenvape192.corecommerce.com/00162-1/design/css/ie7.css" type="text/css" media="screen" />
<![endif]-->
<!--[if IE 6]>
<link rel="stylesheet" href="http://ikenvape192.corecommerce.com/00162-1/design/css/ie6.css" type="text/css" media="screen" />
<![endif]-->
There are multiple instances of these helper functions defined...
// wrapper for getProductSearchResult
function x_getProductSearchResult()