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

It is really annoying that every time to save a page we have to scroll up and then hit the save button. Why not make the `content-header` sticky?'🤷‍♂️😎 https://user-images.githubusercontent.com/10446385/217815271-b86ad483-a7c0-4c3a-816a-01523d9801f9.mp4

on hold / maybe wont

This pull request addresses the following: 1. Adds concise unit tests for the `IsAddressValidAsync` method in the `AddressService` class. 2. Focus is on validating essential fields (FirstName, LastName, Email). Changes...

This pull request addresses the improvement of email validation test coverage, specifically focusing on 1. Top-Level Domains (TLDs) variations (e.g., .com, .co.uk, .museum). 2. Hyphenated domains. (e.g domain_with-hyphen.com , example-domain.net)...

#6978 Add LanguageId field to NewsletterSubscription 1.Added new language field "Subscription Language" in the NewsLetterSubscription table. 2.To store the data in the new field for both guest and subscribed user...

nopCommerce version: 4.60 Different methods are invoked to get tax rates for order total and order items, which in complex tax providers (e.g. Avalara tax plugin) can lead to their...

discussion / investigation

Add tags implementation for Topics. Just as you have TAGS available for the catalog (products), I have extended for TOPICS.

#2090 Automatically update products fields (total) when editing order items (price, qty). this is the update code: orderItem.PriceInclTax = unitPriceInclTax * quantity; orderItem.PriceExclTax = unitPriceExclTax * quantity;

nopCommerce version: 4.60.1 All details at https://www.nopcommerce.com/en/boards/topic/96120/no-password-length-restriction-leads-to-denial-of-service Let's investigate whether it can be used for any kind of attacks Related work item: https://github.com/nopSolutions/nopCommerce/issues/6557

refactoring / source code