cancel
Showing results for 
Search instead for 
Did you mean: 

Adding to item quantity

05-17-2007 5:17 PM
262 views 5 comments
0 Likes
SAP Managed Tags
Subscribe

Hi all

When first adding an item to the basket, is it possible to add more than 1. For example on the partdetail.aspx page have a quantity box next to the add to basket link. Rather than adding it once then having to update the quantity after in basket view.

Thanks

0 Likes

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Likes

There is a cartviewer.aspx plugin I made that is distributed with 5.9 in the plugins directory of the Netpoint website.

Former Member
0 Likes

The cart page is actually doing the add part, so you would either need to redirect from there using a plugin, or create a plugin to manually add the part (using NPOrder.AddPart())

If you want to create the plugin, then you only need to swap out the NavigateURL on the "~/catalog/controls/partslistblock.ascx" for the cart image.

Find the lnkAddToCart Hyperlink and change

NavigateUrl="~/commerce/cart.aspx?AddPartNo="

to

NavigateUrl="~/catalog/partdetail.aspx?partno="

Message was edited by:

Shane Hart

Former Member
0 Likes

Quantity box just adds a quantity box to the partdetail page; the use would still be required to edit the quantity.

Currently, the only means of doing this is to create the part as a BOM with quantity specified

Former Member
0 Likes

Also is it possible to redirect back to the item you added, rather than go to the basket page?

Former Member
0 Likes

Sorry, ignore this post, think I've found it. Is it in the Part Details section (tick the Quantity Box)?