Rank: Member
Joined: 11/21/2006(UTC) Posts: 29
|
Has anyone added items to the cart in bvc5 using soap calls or wsdl? I have a client that is using icovia space planner and they want to be able to add an entire plan to the cart at once via a buy now button. Ex: http://images.grizzly.com/shopplanner/resources/shopplanner.aspx Who knows this may even be a bvc cart.
|
|
|
|
Rank: Member
Joined: 12/23/2003(UTC) Posts: 909
|
This has been added to the application through the latest service pack, might be of use for you? Cart Multi Quick Add
The new cart multi quick add feature lets you add multiple items to the shopping cart with a single link to cart.aspx. The format is http://www.mystore.com/c...?multi=SKU123:3;PART23:1Use the "multi=" parameter to indicate that you want to add multiple parts at once The data for the multi= parameter is a list of SKUs for parts separated by a semi-color (;) You can also optionally at a colon (:) and a quantity after each sku EXAMPLE: For products with SKU of TEST001 and TEST002 the following code would add 1 of TEST001 and 2 of TEST002 cart.aspx?multi=TEST001;TEST002:2 |
|
|
|
|
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.