devextreme, devexpress, shipping controller, cutsom adminlayout, custom Scripts partial, custom OrderGrid, AI services, AI messages

This commit is contained in:
Adam 2025-09-30 17:15:49 +02:00
parent aa87ed275a
commit 37ead9dbbe
3 changed files with 22 additions and 18 deletions

View File

@ -3323,8 +3323,8 @@ public partial class ImportManager : IImportManager
//insert or update billing address
if (orderBillingAddress.Id == 0)
{
await _addressService.InsertAddressAsync(orderBillingAddress);
order.BillingAddressId = orderBillingAddress.Id;
await _addressService.InsertAddressAsync(orderBillingAddress);
order.BillingAddressId = orderBillingAddress.Id; //WTF :)
}
else
await _addressService.UpdateAddressAsync(orderBillingAddress);

View File

@ -6,13 +6,13 @@
"WithNoLock": false
},
"AzureBlobConfig": {
"ConnectionString": "",
"ContainerName": "",
"EndPoint": "",
"ConnectionString": null,
"ContainerName": null,
"EndPoint": null,
"AppendContainerName": true,
"StoreDataProtectionKeys": false,
"DataProtectionKeysContainerName": "",
"DataProtectionKeysVaultId": ""
"DataProtectionKeysContainerName": null,
"DataProtectionKeysVaultId": null
},
"CacheConfig": {
"DefaultCacheTime": 60,
@ -26,7 +26,7 @@
"UseSessionStateTempDataProvider": false,
"ScheduleTaskRunTimeout": null,
"StaticFilesCacheControl": "public,max-age=31536000",
"PluginStaticFileExtensionsBlacklist": "",
"PluginStaticFileExtensionsBlacklist": null,
"ServeUnknownFileTypes": false,
"UseAutofac": true,
"PermitLimit": 0,
@ -39,32 +39,32 @@
"ConnectionString": "127.0.0.1:6379,ssl=False",
"SchemaName": "dbo",
"TableName": "DistributedCache",
"InstanceName": "nopCommerce",
"PublishIntervalMs": 500
"InstanceName": "",
"PublishIntervalMs": 0
},
"HostingConfig": {
"UseProxy": false,
"ForwardedProtoHeaderName": "",
"ForwardedForHeaderName": "",
"KnownProxies": "",
"KnownNetworks": ""
"ForwardedProtoHeaderName": null,
"ForwardedForHeaderName": null,
"KnownProxies": null,
"KnownNetworks": null
},
"InstallationConfig": {
"DisableSampleData": false,
"DisabledPlugins": "",
"DisabledPlugins": null,
"InstallRegionalResources": true
},
"PluginConfig": {
"UseUnsafeLoadAssembly": true
},
"WebOptimizer": {
"EnableJavaScriptBundling": true,
"EnableCssBundling": true,
"EnableJavaScriptBundling": false,
"EnableCssBundling": false,
"JavaScriptBundleSuffix": ".scripts",
"CssBundleSuffix": ".styles",
"EnableCaching": true,
"EnableMemoryCache": true,
"EnableDiskCache": true,
"EnableDiskCache": false,
"CacheDirectory": "\\Presentation\\Nop.Web\\wwwroot\\bundles",
"EnableTagHelperBundling": false,
"CdnUrl": "",

View File

@ -50,6 +50,10 @@
<None Include="appsettings.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<PackageReference Include="DevExpress.AspNetCore.Common" Version="25.1.3" />
<PackageReference Include="DevExtreme.AspNet.Core" Version="25.1.3" />
<PackageReference Include="DevExtreme.AspNet.Data" Version="5.1.0" />
<PackageReference Include="PdfPig" Version="0.1.11" />
<None Update="Areas\Admin\sitemap.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>