|
How can I skip the confirmation page? |
Post Reply |
Author | |
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)
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 |
|
mrproducer
Newbie Joined: April/07/04 Status: Offline Points: 11 |
Post Options
Thanks(0)
|
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. |
|
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)
|
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 |
|
mrproducer
Newbie Joined: April/07/04 Status: Offline Points: 11 |
Post Options
Thanks(0)
|
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 |
|
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 |