Forum Home Forum Home > Legacy Products > SalesCart Standard / PRO / SQL
  New Posts New Posts RSS Feed - How can I skip the confirmation page?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Forum LockedHow can I skip the confirmation page?

 Post Reply Post Reply
Author
Message
mrproducer View Drop Down
Newbie
Newbie


Joined: April/07/04
Status: Offline
Points: 11
Post Options Post Options   Thanks (0) Thanks(0)   Quote mrproducer Quote  Post ReplyReply Direct Link To This Post Topic: How can I skip the confirmation page?
    Posted: May/30/04 at 11:50am
Greetings ol wise gurus' of salescart.

I had asked about this once before, and got a suggested solution that didn't work... almost worked..

I would like to skip the confirmation page, confirm2.asp

Changing the redirect in confirm1.asp did not work, as it did not add totals, sales tax, and screwed up the order info on the online order mgmnt.

Is there a way to skip the confirmation page, and still have correct totals apear in the customers online receipt page, email receipt, and order mgmnt?

My client would love to know, she really doesn't like the confirmation page. Plus i like the idea of removing it on a new project.

thanks..
Patrick
KKI
salescart PRo 3.82
Frontpage 2002
Windows XP Pro

Back to Top
Techno Geek View Drop Down
Admin Group
Admin Group
Avatar
Evil monkey living in my closet!

Joined: March/11/04
Location: United States
Status: Offline
Points: 1206
Post Options Post Options   Thanks (0) Thanks(0)   Quote Techno Geek Quote  Post ReplyReply Direct Link To This Post Posted: June/01/04 at 8:58am
Open confirm1.asp, change the following line:

NextURL = "confirm2.asp"

change to

NextURL = "receipt1.asp"

but on confirm2.asp there is a hidden field that submit the taxes, grandtotal, etc. so if that is not submitted on confirm1.asp, then you'll have the problem.

What you'll want to do is make sure that your confirm1.asp submits the additional information.

<input type="hidden" name="grandtotal" value="<%= CStr(grandtotal)%>"><input type="hidden" name="subtaxes" value="<%= CStr(subtaxes)%>"><input type="hidden" name="Order" value="<%= order%>"

The information above would need to be submitted from confirm1.asp as opposed to confirm2.asp.

Hopefully this will help you get your customization done.
Techno Geek
Customer Support Engineer
ComCity and SalesCart Technical Support
Back to Top
mrproducer View Drop Down
Newbie
Newbie


Joined: April/07/04
Status: Offline
Points: 11
Post Options Post Options   Thanks (0) Thanks(0)   Quote mrproducer Quote  Post ReplyReply Direct Link To This Post Posted: June/01/04 at 9:27am
Thanks Will,
I'll give it a try!
soon as i figure out why my shipping and taxes aren't being skipped.

aaaaah. the joys of the internet.

Back to Top
Techno Geek View Drop Down
Admin Group
Admin Group
Avatar
Evil monkey living in my closet!

Joined: March/11/04
Location: United States
Status: Offline
Points: 1206
Post Options Post Options   Thanks (0) Thanks(0)   Quote Techno Geek Quote  Post ReplyReply Direct Link To This Post Posted: June/02/04 at 9:50am
PS. This was entered into our feature request list.
Techno Geek
Customer Support Engineer
ComCity and SalesCart Technical Support
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 11.04
Copyright ©2001-2015 Web Wiz Ltd.

Copyright 2015 by ComCity® LLC and SalesCart™.  All Rights Reserved