Marcus Gesing

Results 26 comments of Marcus Gesing

I cannot reproduce that. Are you using Smartstore.Data.MySql with the current Pomelo version 6.0.1? What MySql version are you using (8.0.27 in my case)? Have you ever cleaned up the...

Based on the compatibility description your MariaDB version 10.5.15 is supported by Pomelo.EntityFrameworkCore.MySql. But if this is really always the case in practice I can't say, because I never tested...

Yes, that's possible through SyndicationLink.CreateMediaEnclosureLink.

No, it is reproducible. Navigate away from the product details page and then open it again.

This already exists, see [FontAwesomeIcon.cshtml](https://github.com/smartstore/SmartStoreNET/blob/4.x/src/Presentation/SmartStore.Web/Administration/Views/Shared/Partials/FontAwesomeIcon.cshtml). Used for example at CMS > Menus > Edit menu > Edit menu item > Icon.

You have to use shipping calculation by total to specify varying shipping costs by region.

Loading via AJAX is not good here. There is no search field in a multiple tags select2 box. If you type something, the input automatically appears at the first position...

I've included all API schema types in your sample project but don't still get this.

Web API: - [Migration](https://docs.microsoft.com/de-de/aspnet/core/migration/webapi?view=aspnetcore-5.0) and [sample](https://github.com/dotnet/AspNetCore.Docs/tree/master/aspnetcore/migration/webapi/sample/3.x/ProductsCore). - Replace outdated Swashbuckle component by [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore). - [Complex Type with navigation property](https://docs.microsoft.com/en-us/odata/webapi/complextypewithnavigationproperty) requires OData ASP.NET Web API > V6.