close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

not passing to paypal when hitting checkout

Thread began 4/16/2014 2:53 pm by mike-j-taylor318947 | Last modified 4/18/2014 9:45 am by Jason Byrnes | 1863 views | 13 replies |

mike-j-taylor318947

not passing to paypal when hitting checkout

static cart item added, then go to check out, fill in address details, when you hit check out the page flashes but doesn't go anywhere and the form is empty. this is on a live site www.theinsolecompany,co.uk.

any ideas

Sign in to reply to this post

Jason ByrnesWebAssist

I'll need to troubleshoot directly, see the private message section.

Sign in to reply to this post

mike-j-taylor318947

pm

Sign in to reply to this post

Jason ByrnesWebAssist

looking at the source of your checkout page, there are a number of problems I see, the first seams to be a problem in your template.

at the very top, there are 2 doctype and HTML tags:

<!DOCTYPE html>
<html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">


there should only be one.

further down, there is an opening head tag, then another opening head tag with out a closing head tag:

!-- InstanceBegin template="/Templates/grid.dwt" codeOutsideHTMLIsLocked="false" --><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<script src="webassist/progress_bar/jquery-blockui-formprocessing.js" type="text/javascript"></script>
<link href="webassist/forms/fd_newfromblank_default.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="webassist/jq_validation/Bloom.css" />
<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1/jquery-ui.min.js"></script>

<link href="WA_eCart/CSS/eC_Checkpoint_Custom_Arial.css" rel="stylesheet" type="text/css" />

<link href="webassist/forms/fd_cool_default.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="webassist/jq_validation/Midnight.css">
<link href="webassist/forms/fd_cool101_default.css" rel="stylesheet" type="text/css" />
<style type="text/css">
@import url("css/main.css");
</style>

<head><a name="backup"></a>


there should be only 1 opening head tag.

the closing head tag is down the page by the body:
</head>
<body class="products_results">

the opening head tag in the middle needs to be removed.

also, there are multiple code blocks for the jquery validation. This suggests that you ran the checkout wizard multiple times. If you need to re runn the checkout wizard, you should first delete the checkout pages to prevent duplicate code from being added.

all the duplicate code is causing conflicts and causing the validation on the page to fail.

Delete the existing checkout pages and rerun the checkout wizard to recreate them, and edit the template to remove the duplicate HTML tags.

Sign in to reply to this post

mike-j-taylor318947

pm

Sign in to reply to this post

Jason ByrnesWebAssist

you removed the country select list from the checkout form which is required.

Sign in to reply to this post

mike-j-taylor318947

pm

Sign in to reply to this post

Jason ByrnesWebAssist

In the checkout form, remove the onBlur event from the phone number field:

onblur="WAValidatePN(document.getElementById('CheckoutWizard_Cool101_Default').Phone_Number,'',false,true,' xxxxxxxxxxx',document.getElementById('CheckoutWizard_Cool101_Default').Phone_Number,0,true);MM_validateForm('Phone_Number','','R');return document.MM_returnValue"

The state field cannot be removed, it is needed to fill in the form even if it is left blank.

Sign in to reply to this post

mike-j-taylor318947

pm

Sign in to reply to this post

Jason ByrnesWebAssist

looking at the source of the checkout page, I still see the onblur event. It has not been removed from the page that is on the server.

Sign in to reply to this post
loading

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...