View Single Post
  #135  
Old 05-02-2014, 05:57 AM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default Re: NEW xcart template - xtreme Gear

I am mad at myself for not discovering this 6 months ago...

xTreme is missing a very important include to

Code:
/skin/common_files/customer/noscript.tpl

This links to a <noscript> warning for customers who have javascript disabled.

Here's the fix:

file:
/skin/xtreme_gear/customer/home.tpl

BEFORE:
Code:
{load_defer_code type="js"}

INSERT:
Code:
{include file="customer/noscript.tpl"}

You will want to copy/edit the css from
/common_files/css/main.css
to /skin/xtreme_gear/css/altskin.css
(fix the path to the warning image)

and adjust the language in $lng.txt_noscript_warning
it may be smart to include a link to http://www.enable-javascript.com

NOT having a noscript warning is a HUGE oversight of this skin. I can't believe I didn't see this months ago.

PS -- today was the first order since using tis skin where a customer with js disabled actually checked out. Not sure how they managed to do that -- but they did fail to select the color of the item they wanted -- and since there was no js enabled, the js validation didn't force a color selection.
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote