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

Notification

Icon
Error

dmcbrier
#1 Posted : Thursday, October 21, 2010 11:36:11 AM(UTC)
dmcbrier

Rank: Member

Joined: 8/25/2007(UTC)
Posts: 124

I would like to build a custom page and then add an add-to-cart button for the item
Is there a way to do this?





Thank you
shanplourde
#2 Posted : Thursday, October 21, 2010 2:02:43 PM(UTC)
shanplourde

Rank: Member

Joined: 9/19/2010(UTC)
Posts: 104

Hi there, you can build any pages that hook into the BV software but it's a bit technical. In general I've found that you have to create an aspx and an .aspx.cs file. Starting from an existing BV page is probably a good idea as well. Maybe the cart.aspx and cart.aspx.cs, or a product detail page.
Best regards,
Shan Plourde
www.pahsah.com
+1 (416) 628-1280
--------------------------------
Aaron
#3 Posted : Thursday, October 21, 2010 2:06:17 PM(UTC)
Aaron

Rank: Administration

Joined: 4/2/2004(UTC)
Posts: 2,381
United States
Location: Hummelstown, PA

Thanks: 6 times
Was thanked: 163 time(s) in 158 post(s)
Sure, just click to the cart like this:

Code:
/Cart.aspx?quickadd=PRODUCT_BVIN


or

Code:
/Cart.aspx?quickaddsku=PRODUCT_SKU


or

Code:
/Cart.aspx?multi=PRODUCT_SKU1;PRODUCT_SKU2;PRODUCT_SKU3



And if you really want to get fancy, you can also specify the quantity of each item like this:

Code:
/Cart.aspx?quickadd=PRODUCT_BVIN&quickaddqty=QTY


or

Code:
/Cart.aspx?quickaddsku=PRODUCT_SKU&quickaddqty=QTY


or

Code:
/Cart.aspx?multi=PRODUCT_SKU1:QTY1;PRODUCT_SKU2:QTY2;PRODUCT_SKU3:QTY3
Aaron Sherrick
BV Commerce
Toll-free 888-665-8637 - Int'l +1 717-220-0012
sternyy
#4 Posted : Monday, October 25, 2010 11:27:34 AM(UTC)
sternyy

Rank: Member

Joined: 1/10/2005(UTC)
Posts: 714

Thanks: 14 times
Was thanked: 1 time(s) in 1 post(s)
Originally Posted by: "Aaron" Go to Quoted Post

Sure, just click to the cart like this:



Code:

/Cart.aspx?quickadd=PRODUCT_BVIN



or



Code:

/Cart.aspx?quickaddsku=PRODUCT_SKU


or



Code:

/Cart.aspx?multi=PRODUCT_SKU1;PRODUCT_SKU2;PRODUCT_SKU3



And if you really want to get fancy, you can also specify the quantity of each item like this:



Code:

/Cart.aspx?quickadd=PRODUCT_BVIN&quickaddqty=QTY


or



Code:

/Cart.aspx?quickaddsku=PRODUCT_SKU&quickaddqty=QTY


or



Code:

/Cart.aspx?multi=PRODUCT_SKU1:QTY1;PRODUCT_SKU2:QTY2;PRODUCT_SKU3:QTY3


Thats what i do for custom pages. Works great :)
shanplourde
#5 Posted : Monday, October 25, 2010 11:31:41 AM(UTC)
shanplourde

Rank: Member

Joined: 9/19/2010(UTC)
Posts: 104

Neat, good to know that, will try it out
Best regards,
Shan Plourde
www.pahsah.com
+1 (416) 628-1280
--------------------------------
dmcbrier
#6 Posted : Tuesday, October 26, 2010 7:17:52 AM(UTC)
dmcbrier

Rank: Member

Joined: 8/25/2007(UTC)
Posts: 124

I am sure a lot of people will benefit from this. Thank you very much for this wonderful information. Thank you. Thank you.
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