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

Forum Lockedskip 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: skip confirmation page?
    Posted: April/07/04 at 9:28am
Greetings,

Long time sales cart pro user here, with a question to the great oz.

using frontpage 2002 with sales cart pro 3.82

Here is a link to my latest project:
http://www.herbalbodies.com

My client would like to be able to skip the confirmation page and have it go straight to the receipt page.
Is this possible? if so, how?

also, whenver we test a purchase from "in state, Floirda" so that it needs taxes, it lists 2 items instead of 1 on the confirmation page. It only charges for 1 but lists both.

On our online admin page it shows two items, 1 with the tax and 1 without, but total only reflects 1 item.

Wierd huh? This one has me lost.

any help, would be greatly appreciated.
thanks,
Patrick
kki

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: April/07/04 at 5:34pm
First question, you can do this by editing confirm1.asp. You can change the code to make it work.

Note: The change below is not part of support. We only make suggestions on code changes. So in another word, proceed at your own risk!

NextURL = "confirm2.asp"
'Response.write (NextURL)
Response.Redirect (NextURL)
Response.End

change to:

NextURL = "receipt1.asp"
'Response.write (NextURL)
Response.Redirect (NextURL)
Response.End

Second question, your shop.mdb database Tax table has the state of Florida repeated twice. You might want to get rid one of them.
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: April/09/04 at 9:45am
Will,

Thanks for the excellent suggestions. Once again the awesome salescart team has helped me with a problem.

I’ve been using salescart for years and have never been disappointed in the service that the Comcity team delivers day in and day out. Every single time, they have helped me with a problem, and that is just one of the many reasons I have stayed a Salescart Pro user for so long.
Thanks again Will!
Peace.
Patrick
KKI
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: April/18/04 at 5:39pm
Nueman!
Man, i thought we had it, i was all excited.
But, it didn't work.
It does jump to the correct receipt page, however it does not display the Tax or the Grand Total.
This info is also now missing from the receipt email.
any ideas?
Thanks for the idea, i thought we had it.
Patrick
kki
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