diff --git a/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Product/ProductDetail.cshtml b/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Product/ProductDetail.cshtml index fcac14b389..ce208ce07d 100644 --- a/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Product/ProductDetail.cshtml +++ b/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Product/ProductDetail.cshtml @@ -305,6 +305,8 @@ @await Component.InvokeAsync("Comment", new { entityId = Model.Id, entityTypeId = "Product" }) + + @section scripts { diff --git a/src/Modules/SimplCommerce.Module.Contacts/wwwroot/admin/contact-area/contact-area-list.html b/src/Modules/SimplCommerce.Module.Contacts/wwwroot/admin/contact-area/contact-area-list.html index a8c775447d..56959cc156 100644 --- a/src/Modules/SimplCommerce.Module.Contacts/wwwroot/admin/contact-area/contact-area-list.html +++ b/src/Modules/SimplCommerce.Module.Contacts/wwwroot/admin/contact-area/contact-area-list.html @@ -11,21 +11,45 @@

{{ ::vm.translate.get('Contact Areas')}}

- - - - + + + + - - - - + + + + + -
{{ ::vm.translate.get('Name')}}{{ ::vm.translate.get('Actions')}}
{{ ::vm.translate.get('Name')}}{{ ::vm.translate.get('Actions')}}
{{contactArea.name}} - - - - - -
{{contactArea.name}} + + + + + +
\ No newline at end of file + + +
+
+

Our points of Sale

+

+ +
+ +
+ hello +

Default warehouse

+ +

364 Cong Hoa,Hồ Chí Minh

+

☎   +32(0) 34 87 54  23

+ + + + + +
+ +
+ diff --git a/src/Modules/SimplCommerce.Module.Contacts/wwwroot/admin/contact-area/warehouse.jpg b/src/Modules/SimplCommerce.Module.Contacts/wwwroot/admin/contact-area/warehouse.jpg new file mode 100644 index 0000000000..e2146c78e4 Binary files /dev/null and b/src/Modules/SimplCommerce.Module.Contacts/wwwroot/admin/contact-area/warehouse.jpg differ diff --git a/src/SimplCommerce.WebHost/appsettings.json b/src/SimplCommerce.WebHost/appsettings.json index 150c72a1de..a084c55d01 100644 --- a/src/SimplCommerce.WebHost/appsettings.json +++ b/src/SimplCommerce.WebHost/appsettings.json @@ -1,6 +1,6 @@ { "ConnectionStrings": { - "DefaultConnection": "Server=.;Database=SimplCommerce;Trusted_Connection=True;TrustServerCertificate=true;MultipleActiveResultSets=true" + "DefaultConnection": "server=DotNetFSD\\SQLEXPRESS;database = SimplCommerce;user id = sa; password = pass@123;trustservercertificate = true;MultipleActiveResultSets=true" }, "Authentication" : { "Facebook" : {