I have done this in Core Component V3.1 now for V4 when I want to build the dll this error comes :
Error 1 Type 'DotShoppingCart.Commercial.Core.Product' already defines a member called 'GetProducts' with the same parameter types D:\DotShoppingCartSuiteV4.0Source\Core\DBO\Product.cs 893 37 DotShoppingCart.Commercial.Core
This code is repeated twice in the Class File
public static List<Product> GetProducts(ProductListType listType, int productPerPage, int rowIndex, ProductSortBy sortBy,
string applicationFilter, decimal? priceFrom, decimal? priceTo, bool showOutofStock, out int totalNumber)
{
totalNumber = 0;
|