Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
 All Forums
 Technical
 ASP (Windows server) versions
 extracheckoutfield2required Not Requiring Selectio
Author « Topic »  

KevinRobson
Advanced Member

USA
245 Posts

Posted - 10/18/2022 :  12:31:38  

includes.asp has this line:
extracheckoutfield2required=TRUE

It should require a selection, but it does not. People are able to continue to checkout without making a selection. https://www.floridaboyscaladiums.com/cart.asp

Vince
Administrator

42460 Posts

Posted - 10/19/2022 :  02:00:16  
Hi Kevin
I tried on my test site and everything seems to be ok. I was going to try on your site to see if you have a javascript error on the page but the site just hangs when I try to connect to it. Can anyone else get to your site or is it just me?

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

Phil
ECT Moderator

United Kingdom
7619 Posts

Posted - 10/19/2022 :  02:29:49  

KevinRobson
Advanced Member

USA
245 Posts

Posted - 10/19/2022 :  04:46:34  
It's up now, https://www.floridaboyscaladiums.com

dbdave
ECT Moderator

USA
10272 Posts

Posted - 10/19/2022 :  16:02:46  
Hi Kevin, I had initially tried the site too, but it was not loading.
Just now, I checked it and there is (as Vince suggests) as Javascript error on the cart page.
It's related to "FlexSlider" and assuming you have this FlexSlider, it's probably not something you need on the cart page.

Javascript errors can stop other JavaScript on the page from working and this may be your issue.

There are actually 2 errors showing and on your cart page, if you right click and select "inspect" and then view the "console", you can see the errors there.

I see the following
"The byte stream was erroneous according to the character encoding that was declared. The character encoding declaration may be incorrect."
and
"Uncaught ReferenceError: SyntaxHighlighter is not defined" which is related to the flexslider.

The first one, you have the following at the top of your pages
<!DOCTYPE html><html>

Try changing that to

<!doctype html>
<html lang="en">


Thanks,
David



Thanks,
David


Edited by - dbdave on 10/19/2022 16:03:51

KevinRobson
Advanced Member

USA
245 Posts

Posted - 10/20/2022 :  06:22:43  
I've removed all of the scripts except the ect scripts. Also fixed the doctype at the top of the page. Still extracheckoutfield2required=TRUE is not working.

dbdave
ECT Moderator

USA
10272 Posts

Posted - 10/20/2022 :  07:37:53  
Hi, Did you check the console?

I still see errors

quote:
The byte stream was erroneous according to the character encoding that was declared. The character encoding declaration may be incorrect. cart.asp
Uncaught ReferenceError: $ is not defined
<anonymous> https://www.floridaboyscaladiums.com/js/ectsearch.js:1
ectsearch.js:1:2
GEThttps://www.floridaboyscaladiums.com/favicon.ico


The ectsearch.js is throwing an error most importantly.

David

Vince
Administrator

42460 Posts

Posted - 10/20/2022 :  07:51:51  
quote:
Uncaught ReferenceError: $ is not defined
This error is generally when you have a script that relies on JQuery, but don't have JQuery defined.

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.01 seconds. Snitz Forums 2000