small bug when Adding Related Products

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
Version 4.2
When add "Related Products" to another Product, if the Product list has multiple pages, and Related Products are selected from more than 1 page, only Product(s) selected on the last used page are actually added to the Related Products grid.
eg.
Products spread across 3 pages, select 2 from Page 1, 1 from Page 2, and 2 from Page 3 - only the 2 from Page 3 get added.

Tested many times and this is the consistent behavior.  I would expect all selected items to be added at the same time - currently this involves doing a separate "Add" for each page containing Products that should be selected.  Not a huge issue, but ...
b :)
4 years ago
This is the expected behavior of data tables in terms of how it is implemented on nopCommerce.

Here server-side processing is enabled. That's why when you change page number or page size or reload table data in any other way, it will replace old rows with the new rows. In this way previously checked items will be gone also.
4 years ago
fair enough :)  - thanks Jaber
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.