• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Victor1Smith
#1 Posted : Thursday, September 21, 2006 7:33:40 PM(UTC)
Victor1Smith

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
________________________________________________________________________________
CorneliuTusnea
#2 Posted : Friday, September 22, 2006 7:24:38 PM(UTC)
CorneliuTusnea

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.
http://www.bestgames.com.au
http://www.bestchess.com.au



BV Product Links, Details and Signatures: Improve your customer experience:

http://www.acorns.com.au/projects/bv/quicklink/

Victor1Smith
#3 Posted : Friday, September 22, 2006 10:17:53 PM(UTC)
Victor1Smith

Rank: Member

Joined: 10/3/2005(UTC)
Posts: 22

Originally Posted by: "Corneliu Tusnea" Go to Quoted Post

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
________________________________________________________________________________
CorneliuTusnea
#4 Posted : Sunday, September 24, 2006 5:23:30 AM(UTC)
CorneliuTusnea

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.
http://www.bestgames.com.au
http://www.bestchess.com.au



BV Product Links, Details and Signatures: Improve your customer experience:

http://www.acorns.com.au/projects/bv/quicklink/

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.

©2024 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012