close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Can't get to checkout

Thread began 4/19/2012 3:32 am by russell298997 | Last modified 4/20/2012 11:39 am by Jason Byrnes | 1061 views | 3 replies |

russell298997

Can't get to checkout

Hi,

Am using eCart 4.52 and amending some cart pages perviously created. FOr some reason I cant get the mybasket.asp cart page to pass to checkout.asp and onwards. It just stays at mybasket.asp.

the live test site is index2.asp


Can you spot what I've done wrong from the attached files?

Thanks for your help as ever guys!

Attached Files
cart_files.zip
Sign in to reply to this post

Jason ByrnesWebAssist

on the checkout page, you have the following code at lines 47 - 58:

<%
if (WA_eCart_IsEmpty(QuoteCart2)) then
QuoteCart2_redirStr = "mybasket.asp"'_redirStr
QuoteCart2_cartAction = "RedirectIfEmpty"
end if
%>
<%
if (WA_eCart_IsEmpty(EFTCMain)) then
EFTCMain_redirStr = "mybasket.asp"'_redirStr
EFTCMain_cartAction = "RedirectIfEmpty"
end if
%>



it looks like you have 2 cart objects in your site, EFTCMain, and QuoteCart2. This code will set the cart to redirect to the mybasket.asp page if one of those carts is empty. you should probably remove the redirect code for the quoteCart2 object:
<%
if (WA_eCart_IsEmpty(QuoteCart2)) then
QuoteCart2_redirStr = "mybasket.asp"'_redirStr
QuoteCart2_cartAction = "RedirectIfEmpty"
end if
%>

Sign in to reply to this post

russell298997

thanks also...

This post has been deleted.

russell298997

added note

This post has been deleted.

russell298997

ignore me

This post has been deleted.

russell298997

second issue

hi, fixed the first issue.

i had to rerun checkout wizard to include shipping address option.

when i try to go from mybasket.asp to checkout.asp it throws up

Microsoft OLE DB Provider for ODBC Drivers error '80040e10'

[Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 1.

/checkout.asp, line 101

line 101 seeems to be a menu recordset which i wouldnt have thought was relevant. the rror is obviously to do with some disparity between the data and the dBase columns? just cant see what it is tho....?

Attached Files
ecartfiles.zip
Sign in to reply to this post

Jason ByrnesWebAssist

this error ussually happens if a column the recordset SQL does not exist in the access database:


the SQL for the menu recordset is:
"SELECT * FROM tblMenuSubcat ORDER BY Mfr ASC, MenuSubcat ASC"

double check the tblMenuSubcat table to make sure it contains each of the Mfr and MenuSubcat columns being referenced in the ORDER BY cluase.

Sign in to reply to this post

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...