Anokhin Alexey
Anokhin Alexey
nopCommerce version: Steps to reproduce the problem: > The issue appears to be in the css bundle. Server was restarting by ops and that fixed the issue. > CSS files:...
nopCommerce version: 4.50 The bundles directory can be very large, especially after frequent style updates.
Sometimes people from our community report that they faced the next following exception: ``` System.InvalidOperationException: Operations that change non-concurrent collections must have exclusive access. A concurrent update was performed on...
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...
Let's replace the table view of shipping and billing addresses on the Order details page with `card`s In continuation of https://github.com/nopSolutions/nopCommerce/issues/7218 Do not forget to update the what3words plugin as...
nopCommerce version: all Steps to reproduce the problem: Add RTL support for invoice print layout. Source: https://www.nopcommerce.com/en/boards/topic/100606/pdf-invoice-print-not-support-arabic-language
**nopCommerce version: 4.70.4** In continuation of https://github.com/nopSolutions/nopCommerce/issues/7286. We should not allow to directly access them with GET (convert them to POST if possible)
Let's add the "Forgot password?" link to the "Change password" page (like it's done on the "Login' page)