|
skip confirmation page? |
Post Reply |
Author | |
mrproducer
Newbie Joined: April/07/04 Status: Offline Points: 11 |
Post Options
Thanks(0)
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 |
|
mrproducer
Newbie Joined: April/07/04 Status: Offline Points: 11 |
Post Options
Thanks(0)
|
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 |
|
Techno Geek
Admin Group Evil monkey living in my closet! Joined: March/11/04 Location: United States Status: Offline Points: 1206 |
Post Options
Thanks(0)
|
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 |
|
mrproducer
Newbie Joined: April/07/04 Status: Offline Points: 11 |
Post Options
Thanks(0)
|
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 |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |