Nopcommerce 1.7 - 1.9 No Linq Code

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 anni tempo fa
Hi,

I first modified 1.7 and found linq code that i could modify to make changes to what was requested to and from the database.

In nopcommerce 1.9, there is no linq code.  Why is that?  How is the information being retrieved from the database?

I am trying to replicate what i did in 1.7, in 1.9 (1.7 is too slow).  I used productmanager.cs and modified homepage products to retrieve a certain amount and in any random order.  I am unsure of how to do this under the new architecture.

Any help will go a long way.

Thanks
13 anni tempo fa
1.9 uses linq. You need to look in ProductService.cs instead of productmanager.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.