close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

REGISTRATION/USERS required or optional

Thread began 7/01/2010 6:34 pm by alizamp405574 | Last modified 7/14/2010 3:38 pm by alizamp405574 | 1717 views | 8 replies

Eric Mittman

Rite now it looks like your checkout page is posting directly to your confirm page. On the confirm page you have the store order details and store order summary server behaviors as well a UPS shipping quote.

All of this looks to be configured correctly. The only issue that I can see that would be related to the user information that you see on the confirm page is that you are setting the values in the form to the posted elements. At the top of the page the values are being stored in session variables based on the posted values from the checkout page. You should try updating the form to use the session variables for the values rather than the posted elements. For example you should update the first name like this:

from this:

php:
<input type="hidden" name="x_first_name" id="x_first_name" value="<?php echo((isset($_POST["firstname"]))?$_POST["firstname"]:""?>" />



to this:

php:
<input type="hidden" name="x_first_name" id="x_first_name" value="<?php echo((isset($_SESSION["eCartCheckoutForm_firstname"]))?$_SESSION["eCartCheckoutForm_firstname"]:""?>" />



The session variables are all set at the top of the page, you will need to update each of the form elements to use session variable value rather than the posted value. Please give this a try and let us know what the result is.

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