Andrei Mazulnitsyn

Results 74 issues of Andrei Mazulnitsyn

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

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

There's no way to see what message templates are assigned to an email without clicking into each message template, or using the database directly. Let's add a new filter to...

functionality / feature

See https://github.com/nopSolutions/nopCommerce/blob/develop/src/Plugins/Nop.Plugin.Misc.Omnisend/Views/Configure.cshtml#L29C29-L29C67 Rename it to "recommended not to change this setting"

refactoring / source code

nopCommerce version: 4.70 ![image](https://github.com/nopSolutions/nopCommerce/assets/5019111/6b366d85-143b-45b8-a068-8d644b63b869) There should be two serapate locales for Google and MS. Currently "Admin.Configuration.EmailAccounts.RedirectUrl.Info" has information related to Google

refactoring / source code

Usually, when you want to edit a product you go to the edit page of that product. It doesn’t matter with a small change but will become complicated and time-consuming...

enterprise / highlight feature

A vendor will be able to manage his own discounts in admin area > promotions > discounts. Each discount will have "VendorId" column (similar to what we have with "Product"...

functionality / feature

Let's add a new boolean property to the "Category" entity that will manage whether a vendor can add products to this category. Its name will be "Restrict from vendors". The...

functionality / feature