alinmircea

Results 3 issues of alinmircea

When you disable the splashscreen (nologo) synchronizationcontext.current will be null during workbench initialization. As a result posting the search results through sync context, during search and replace will break with...

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.60 + Can't add index on Topic.SystemName becase it's nvarchar(max). Let's change it to nvarchar(400) https://github.com/nopSolutions/nopCommerce/blob/324486b38f31c5730047128f31b7bfb1b1be60f9/src/Libraries/Nop.Data/Mapping/Builders/Topics/TopicTemplateBuilder.cs#L17 Please add SystemName in column definition in the builder so column gets...

refactoring / source code