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
|
|
|
|
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 -------------------------------- |
|
|
|
Rank: Administration
Joined: 4/2/2004(UTC) Posts: 2,393 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 |
|
|
|
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" 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 :)
|
|
|
|
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 -------------------------------- |
|
|
|
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.