From 99497986abeaf41fc87d4ebab3116338f09a9fc8 Mon Sep 17 00:00:00 2001 From: Oleg Zhuk Date: Thu, 29 May 2025 19:00:54 +0200 Subject: [PATCH 1/4] Update settings for browser target and checkout process Changed `details_browser_target` to `_self` to open links in the same tab. Disabled multi-step checkout by setting `checkout_multistep_enabled` to `false`. --- client-app/config/settings_data.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client-app/config/settings_data.json b/client-app/config/settings_data.json index bcac2c07a7..3f8a61b8f8 100644 --- a/client-app/config/settings_data.json +++ b/client-app/config/settings_data.json @@ -1,7 +1,7 @@ { "current": "default", "settings": { - "details_browser_target": "_blank", + "details_browser_target": "_self", "files_enabled": true, @@ -24,7 +24,7 @@ "zero_price_product_enabled": false, - "checkout_multistep_enabled": true, + "checkout_multistep_enabled": false, "checkout_comment_enabled": true, "checkout_purchase_order_enabled": true, "checkout_coupon_enabled": true, From e061b95beb507d510ad3099f5b99667d40407bcc Mon Sep 17 00:00:00 2001 From: Maiia Diachkovskaia Date: Fri, 30 May 2025 16:42:32 +0900 Subject: [PATCH 2/4] feat: increase logo size --- .../shared/layout/components/header/_internal/bottom-header.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-app/shared/layout/components/header/_internal/bottom-header.vue b/client-app/shared/layout/components/header/_internal/bottom-header.vue index dfd1930a44..5f1335cba9 100644 --- a/client-app/shared/layout/components/header/_internal/bottom-header.vue +++ b/client-app/shared/layout/components/header/_internal/bottom-header.vue @@ -5,7 +5,7 @@ class="relative z-[2] flex min-h-[5.5rem] items-center gap-x-5 bg-inherit px-5 py-3 xl:px-12" > - +