close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Confirm Page

Thread began 11/29/2010 7:01 pm by ecologictech417149 | Last modified 12/03/2010 12:07 pm by Jason Byrnes | 2500 views | 9 replies |

ecologictech417149

Confirm Page

When I go to test the page live... I will add a product to the cart and then proceed to check out. I will then fill in all of the personal billing and shipping information. When I click the checkout button it takes me to the confirm page and its blank....please help

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.

add the following code at line 1 of the confirm page to turn error reporting on:

php:
<?php

error_reporting
(E_ALL):
ini_set('display_errors','on');
?>
Sign in to reply to this post

ecologictech417149

I added the code and still just a blank page....file is attached....

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

Jason ByrnesWebAssist

your page is missing the line to include the eCart object. you also added a blank line when adding the error reporting code.

change line 1 - 9:

php:
<?php 

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

<?php require_once('Connections/MyConnection.php'); ?>
<?php
$EcologicTechnologies
->GetContent();
?>



to:

php:
<?php 

error_reporting
(E_ALL): 
ini_set('display_errors','on'); 
?> 
<?php require_once('WA_eCart/EcologicTechnologies_PHP.php'); ?>
<?php 
require_once('Connections/MyConnection.php'); ?>
<?php
$EcologicTechnologies
->GetContent();
?>
Sign in to reply to this post

ecologictech417149

I made the changes to the code for lines 1-9....same problem happening....new file attached...

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

Jason ByrnesWebAssist

please post a link where i can see the issue.

Sign in to reply to this post

ecologictech417149

confirm.php

or if you want to go through the process I have some add to cart buttons added to a couple of products on the following page...you could add one to cart and checkout maybe..

fog_systems.php ...

Sign in to reply to this post

Jason ByrnesWebAssist

my apologies, the error reporting code had a syntax error, it should be:

php:
<?php  

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




i had a colon (:) at the end of line 2 instead of a semi colon (;)
error_reporting(E_ALL);

Sign in to reply to this post

ecologictech417149

i changed line 2 to a ; from a : like you said and Im still getting a blank page...please help

Sign in to reply to this post

Jason ByrnesWebAssist

I have created a support ticket so we can look into this issue further.

To view and edit your support ticket, please log into your support history:
supporthistory.php

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