Print Page | Close Window

skip confirmation page?

Printed From: SalesCart
Category: Legacy Products
Forum Name: SalesCart Standard / PRO / SQL
Forum Description: All questions pertaining to SalesCart Standard, PRO and SQL should be posted here.
URL: http://forum.salescart.com/forum/forum_posts.asp?TID=53
Printed Date: April/26/24 at 9:57am
Software Version: Web Wiz Forums 11.04 - http://www.webwizforums.com


Topic: skip confirmation page?
Posted By: mrproducer
Subject: skip confirmation page?
Date 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




Replies:
Posted By: Techno Geek
Date 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


Posted By: mrproducer
Date 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


Posted By: mrproducer
Date 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



Print Page | Close Window

Forum Software by Web Wiz Forums® version 11.04 - http://www.webwizforums.com
Copyright ©2001-2015 Web Wiz Ltd. - http://www.webwiz.co.uk