BV Commerce Forum
»
BV Commerce Support
»
Development
»
How to Have Single Page Checkout for Multiple Mini Sites!
Rank: Member
Joined: 10/3/2005(UTC) Posts: 22
|
Hello, I have to build several mini sites that just have a sales letter and an order page.
Need to use BVCommerce to capture all of the orders.
There will be no "Filling of the Cart" needed, just set quanity and order.
What approach should I take in order to put the Billing info(all products electronic), and CC info on one checkout page so:
1-User reads sales copy, clicks order.
2-One Page check out comes up with that copy.
3-User types in quanity of prefilled product.
4-User types billing info on the same page.
5-User types in CC info on the same page.
6-User clicks order.
7-User gets reciept in next page with download link.
Is there anyone here who can help me develop a plan of attach?
I was hoping this would be a piece of cake with the new single page checkout in BVC5.
Thanks,
Vic |
________________________________________________________________________________ Get Vic! http://www.getvic.com Claim your Victory on the World Wide Web!..... Get Vic________________________________________________________________________________ |
|
|
|
Rank: Member
Joined: 8/17/2006(UTC) Posts: 681
|
I implemented a "Buy Now" button for some of my products where I do: SessionManager.CurrentShoppingCart.Items.Clear() SessionManager.CurrentShoppingCart.AddItem(productId, 1) Response.Redirect(PersonalizationServices.GetCheckoutUrl(SessionManager.GetCurrentUserId)) So when you click the Buy Now you go directly to the checkout page to fill in your CC details. |
|
|
|
|
Rank: Member
Joined: 10/3/2005(UTC) Posts: 22
|
Originally Posted by: "Corneliu Tusnea" I implemented a "Buy Now" button for some of my products where I do: SessionManager.CurrentShoppingCart.Items.Clear() SessionManager.CurrentShoppingCart.AddItem(productId, 1) Response.Redirect(PersonalizationServices.GetCheckoutUrl(SessionManager.GetCurrentUserId)) So when you click the Buy Now you go directly to the checkout page to fill in your CC details.That is slick. I learned so much just from this small amount of code. I need to learn more about the object model of BVC 5. Got the BVC5 developer pack. Did you have some documentation that helped you to find the "CurrentShoppingCart" object? Thanks Corneliu!
|
________________________________________________________________________________ Get Vic! http://www.getvic.com Claim your Victory on the World Wide Web!..... Get Vic________________________________________________________________________________ |
|
|
|
Rank: Member
Joined: 8/17/2006(UTC) Posts: 681
|
Vic, I have no documentation for BVC5 at all :( I only have the express version of BVC so I don't have access to the code in the dlls either. Only to the aspx and code behind. The object model of BVC is great. I keep on whinging about some of their code (remains from BV4 that they had no time to upgrade?) but the object model itself is great and simple to use. Thumbs up for that to Marcus & BV. It would just be nice to be a bit more extensible ;) Corneliu. |
|
|
|
|
Forum Jump
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.