Add multiple items from a same page

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 年 前
Is it possible to select multiple products from a same page, something like the following link?
http://www.hoseinahurry.com/sae-100r12-hydraulic-hose-100r12.html
13 年 前
Looks like that will require some customisations as per https://www.nopcommerce.com/boards/t/4008/add-multiple-products-into-shopping-cart-from-catalog-page.aspx

It is something I would also like to see in the product.
13 年 前
Anyone have any idea how to implement the customisations required for this?

Thanks!
13 年 前
Could you try this.
At Libraries\Nop.BusinessLogic\Orders\ShoppingCartManager.cs (Row 1199 )
                    for (int i = 1; i <= quantity; i++)
                    {
                        InsertShoppingCartItem(shoppingCartType,
                            customerSessionGuid,
                            productVariantId,
                            selectedAttributes,
                            customerEnteredPrice,
                            1,
                            now,
                            now);
                    }
13 年 前
Actually we did:
In http://www.hydraulichoseshop.com/products/25-hydraulic-hose-100r2at.aspx here
We have created a new product template and used it in the category area.
13 年 前
Wow, that looks great Naimul.

Could you post the code for that or even PM me with it?

Thanks in advance!
12 年 前
Can I add feature to add many products to cart with one click?

I am trying to also do this. I read in some posts that maybe it is a possible customization.

Is this a complex customization? Is it really possible?

Any ideas to time required (to consider if it is worth the effort and cost) to do this type of customization.

I sell food products. I loose many sales due to the time it takes a customer to add many products one at a time. The possibility to add many with one click is good.

Click here (https://www.organicbuyersgroup.com.au/shop/index.php?main_page=index&cPath=10) see a competitors site that does this.

Click https://www.eclipsewholefoods.com.au/category/96-pure-herbs-and-spices.aspx?orderby=5 here to see my current site. You can see that the competitors site is faster so you can add many more products.

I would really appreciate some assistance with all this.

Thanks

Brett
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.