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

nopCommerce version: 4.40.3 Steps to reproduce the problem: have a problem with my shopping cart total decreasing every time i do reorder on an order including products with CustomEredenteredPrice options...

discussion / investigation

Continuation of task (https://github.com/nopSolutions/nopCommerce/issues/8). Right now we update order totals. Product quantity will automatically calculate the total of the product itself. When I manually add the correct price for the...

functionality / feature

It would be good if each vendor can configure own shipping methods (options) and buyers whose orders contains items from several vendors could select vendor-specific shipping options at checkout. Or...

functionality / feature

nopCommerce version: 4.30 > Currently, in 4.3 we can define a column as an editable column which will give the user the ability to edit the column in inline edit....

on hold / maybe wont

https://github.com/nopSolutions/nopCommerce/blob/5e654720bc4f08a436300a40232f25f3659bef36/src/Presentation/Nop.Web/Factories/ProductModelFactory.cs#L405 Please check the location above, OveriddenPrice is handled as AdditionalCharge. I'm not sure if this is an actual bug as we're not using DisplayFromPrices=true, and I've not tested. (Encountered...

discussion / investigation

nopCommerce version: > 4.5 Steps to reproduce the problem: Schedule tasks are made async but there caller stacks are sync and that leads to threadpool starvation, refer below screen shots...

refactoring / source code

nopCommerce version: 4.70 Steps to reproduce the problem: Discount requirement does not save and display correctly.

discussion / investigation

This pull request introduces a new message template, OrderCancelled.VendorNotification, aimed at enhancing communication between vendors and the system. ![image](https://github.com/nopSolutions/nopCommerce/assets/5871403/3def2f0d-275f-4f27-aa15-f0e0ae91e397) ![image](https://github.com/nopSolutions/nopCommerce/assets/5871403/cf36a75d-88e7-4e0d-b9b3-52eed406d4b6) ![image](https://github.com/nopSolutions/nopCommerce/assets/5871403/1a9cd639-9210-41b6-9fcd-355042658e90) Issue #7108

There's no need to keep "HasTierPrices" column in the "Product" entity. It was required for performance optimizarion when we used Entity Framework. Now we can cache values between HTTP requests....

refactoring / source code

There's no need to keep "HasDiscountsApplied" column in the "Product" entity. It was required for performance optimizarion when we used Entity Framework. Now we can cache values between HTTP requests....

refactoring / source code