Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

can't get past the Delivery Information screen


Guest

Recommended Posts

I have a new install. I have setup several products. In testing,I add a product to the cart and then attempt to checkout. I get to the first screen and it displays my address but I can't go beyond. It just stays on this screen.

 

Please let me know what data is needed to resolve this.

 

Thanks.

Link to comment
Share on other sites

Additionally I am seeing an error on the page:

 

Line: 12

Char: 4

Error: Object expected

Code: 0

URL: http://mysite.com/checkout_shipping.php

 

The code from this page is from the HTML client side is:

 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">

2<html dir="LTR" lang="en">

3<head>

4<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

5<title>Welcome to Johnny V. Apparel</title>

6<base href="http://johnnyvapparel.com/">

7<!--[if lt IE 7]>

8<script defer type="text/javascript" src="pngfix.js"></script>

9<![endif]-->

10<script src="js/jq.js"></script>

11<script>

12 jQuery(function(){

13 $('.newp .infoBoxContents>tbody>tr:eq(0)>td:lt(2)').addClass('br');

14 $('.newp .infoBoxContents>tbody>tr:eq(1)>td:lt(2)').addClass('br');

15 $('.newp .infoBoxContents>tbody>tr:eq(0)>td').addClass('bt');

16 })

17</script>

18<link href="css/style.css" rel="stylesheet" type="text/css" />

19</head>

20<body>

 

 

Any ideas on how I can fix this would be appreciated.

Link to comment
Share on other sites

Additionally I am seeing an error on the page:

 

Line: 12

Char: 4

Error: Object expected

Code: 0

URL: http://mysite.com/checkout_shipping.php

 

The code from this page is from the HTML client side is:

 

this error is what's causing you to be unable to continue. but looking at the generated html won't do any good. we need to see the code that is generating that html. since it's only on line 12, please post the first 20 lines or so of the checkout_shipping.php file - as seen on your server, not the html from inside your browser. then someone can look at the code and might be able to determine what the problem is.

 

my line 12 is blank, so i'm assuming you've made changes to this file?? what contributions or changes have you made? knowing that may also help in tracking this down.

Link to comment
Share on other sites

Okay, my line 12 is also blank so the error is just the html rendering.

 

I don't believe that I have modified this file. Here is the full text of the file:

 

sorry, my brain's not working today. for whatever reason i was fixated on checkout_shipping, not your browser. so this is a javascript error. ok, that's different. :)

 

you have two different scripts included here, on line 8 the script is commented out but line 10 of the html you posted has this: <script src="js/jq.js"></script>

 

the error is probably on line 12 in the jq.js file. which browser are you using? i've found that debugging javascript is much easier using ff than ie. where is this jq.js file from? i'm assuming it's part of a contribution.

 

the problem is that the html doesn't look like it's the full page for checkout_shipping. this javascript error could be stopping the process - but the html just doesn't look like there's enough there...

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...