close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

checkout page is blank

Thread began 3/10/2015 11:01 am by Mark | Last modified 3/11/2015 9:38 am by Mark | 3554 views | 13 replies |

Mark

checkout page is blank

I'm trying to get the eCart working for website ltboosters.com. I ran the eCart Checkout Wizard and uploaded the files. When I hit the Checkout button on the cart page, it redirects to the checkout page - but it's blank. The store is offline, so you will have use this link to get to the cart.
https://www.ltboosters.com/pages/merchandise2.php

Let me know what else you might need to troubleshoot this.

Sign in to reply to this post

Jason ByrnesWebAssist

a blank page means that a php error is occurring but error reporting is turned off.

to turn error reporting on, add the following code at line 1:

<?php
error_reporting(E_ALL);
ini_set('display_errors','on');
?>



once we know what the error is, we will be able to troubleshoot the cause.

Sign in to reply to this post

Mark

OK Jason, error reporting is on. It's saying it's getting an unexpected "@" at line 306 - but that's not in the code.

Got it now. The problem was the confirm page. It was missing some quotes around the @@FieldValueStrParam@@

Sign in to reply to this post

Jason ByrnesWebAssist

please report the full error (Copy and paste) and include a copy of the page.

Sign in to reply to this post

Mark

Now I'm having an issue further down the process. After I fill in my credit card info, it says it failed.

Sign in to reply to this post

Jason ByrnesWebAssist

no, thats not missing quotes.

that will happen if, when running the wizard, you select to use one of the Database Presets, and your database already contains the table but uses a different structure.

I would delete the existing checkout pages, go into the DB and remove the existing orders and order_details tables then run the wizard again.

Sign in to reply to this post

Mark

OK. I'll do that now.

Sign in to reply to this post

Mark

OK, now I'm back where I was. Here's the error message when I hit the Checkout button on the cart page:
Parse error: syntax error, unexpected '@' in /home/ltbooster/public_html/confirm.php on line 306

Also attaching the checkout and confirm pages.

Attached Files
checkout.php
confirm.php
Sign in to reply to this post

Jason ByrnesWebAssist

did you delete the existing order tables before running the wizard. this happens if you have an existing order or order redials table i the database that uses a different structure.

also, make sure you have the latest eCart version, 6.1.0

Sign in to reply to this post

Mark

Yes, I dropped the order and order_details tables in the DB. eCart version is 6.1.0

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