nopCommerce icon indicating copy to clipboard operation
nopCommerce copied to clipboard

ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.

Results 248 nopCommerce issues
Sort by recently updated
recently updated
newest added

Change to non-deprecated `PrecisionScale` method in `FluentValidation`. See https://github.com/FluentValidation/FluentValidation/issues/2030 for reason.

refactoring / source code
discussion / investigation

nopCommerce version: 4.60 > Suggestion that there now be a case to add a Type or DIsplay Location field and make it a Tuple > So that the values can...

functionality / feature

nopCommerce version: 4.60 > When attempting to change a customer's password in the backend, a bug has been identified. If you try to click on "change password" in the customers...

refactoring / source code

nopCommerce version: 4.60.6 Steps to reproduce the problem: none --- Unify ProductPriceModel from ProductDetailsModel and ProductOverviewModel to have a single price calculation method.

refactoring / source code

nopCommerce version: 4.60.6 Steps to reproduce the problem: none --- Now you can show only prices w/ or w/o tax. Can we have: - w/ tax - w/o tax -...

on hold / maybe wont

Because HttpClient is a shared object it produces the following exception: System.InvalidOperationException: This instance has already started one or more requests. Properties can only be modified before sending the first...

Let's give merchants a page builder that will help them to manage content easily. Let's use draggable blocks such as: - Custom image or our picture (stored in our database)...

enterprise / highlight feature

We have to replace all Brevo affiliate links (ending with `?tap_a=30591-fb13f0&tap_s=840216-5153c7` query string) with a new link - https://get.brevo.com/5f897rrc6cwa Also let's add back the "Create a Brevo account" block with...

refactoring / source code

Hi, feel free to use the code and change from Chart.js 2 to Chart.js 4 I needed a V4 feature for my need so i had to upgrade this 2...

nopCommerce version: develop Currently `SearchProductsAsync` method of `ProductService` doesn't handle any exceptions thrown by search providers (see https://github.com/nopSolutions/nopCommerce/blob/develop/src/Libraries/Nop.Services/Catalog/ProductService.cs#L910). Let's add a setting indicating whether to return default search results when...

refactoring / source code