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
Request clarification before answering.
There is a cartviewer.aspx plugin I made that is distributed with 5.9 in the plugins directory of the Netpoint website.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, ignore this post, think I've found it. Is it in the Part Details section (tick the Quantity Box)?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 17 | |
| 12 | |
| 8 | |
| 8 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.