From 3a1bcb48ccd3234be7d7c254d7dcc79425e5689e Mon Sep 17 00:00:00 2001 From: abhisheks Date: Fri, 8 Dec 2023 14:05:01 +0530 Subject: [PATCH 1/9] refactor: add spacing and highlight product description header --- templates/catalog/_partials/product-details.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/catalog/_partials/product-details.tpl b/templates/catalog/_partials/product-details.tpl index d705107..8559bf9 100644 --- a/templates/catalog/_partials/product-details.tpl +++ b/templates/catalog/_partials/product-details.tpl @@ -1,7 +1,7 @@ {block name='product_features'} {if $product.grouped_features} -
-

+
+

Description

    From 799f3e3f62b001f460be9ac30c157953b1abf225 Mon Sep 17 00:00:00 2001 From: abhisheks Date: Fri, 8 Dec 2023 14:51:27 +0530 Subject: [PATCH 2/9] refactor: add spacing between product details section --- templates/catalog/product.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/catalog/product.tpl b/templates/catalog/product.tpl index d7a64c9..ef8be53 100644 --- a/templates/catalog/product.tpl +++ b/templates/catalog/product.tpl @@ -66,10 +66,10 @@ {/block} {/block} -
    +
    {block name='page_header_container'} {block name='page_header'} -
    +

    {block name='page_title'}{$product.name}{/block}

    {if $product.description_short} {$product.description_short nofilter} From 59a7a3467087dbadd04587e8d578e71310ece753 Mon Sep 17 00:00:00 2001 From: abhisheks Date: Fri, 8 Dec 2023 15:23:36 +0530 Subject: [PATCH 3/9] refactor: update thob's 'Customise in 3D' button style --- modules/thob/views/templates/hook/configure-button.tpl | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 modules/thob/views/templates/hook/configure-button.tpl diff --git a/modules/thob/views/templates/hook/configure-button.tpl b/modules/thob/views/templates/hook/configure-button.tpl new file mode 100644 index 0000000..b47e299 --- /dev/null +++ b/modules/thob/views/templates/hook/configure-button.tpl @@ -0,0 +1,3 @@ + + Customize in 3D + From 7aba8afa0f8f719732bac8a336d84b85578e3166 Mon Sep 17 00:00:00 2001 From: abhisheks Date: Fri, 8 Dec 2023 15:37:10 +0530 Subject: [PATCH 4/9] refactor; update product action buttons styles --- modules/thob/views/templates/hook/configure-button.tpl | 2 +- templates/catalog/_partials/product-add-to-cart.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/thob/views/templates/hook/configure-button.tpl b/modules/thob/views/templates/hook/configure-button.tpl index b47e299..8f50c48 100644 --- a/modules/thob/views/templates/hook/configure-button.tpl +++ b/modules/thob/views/templates/hook/configure-button.tpl @@ -1,3 +1,3 @@ - + Customize in 3D diff --git a/templates/catalog/_partials/product-add-to-cart.tpl b/templates/catalog/_partials/product-add-to-cart.tpl index ea88b2a..fd89950 100644 --- a/templates/catalog/_partials/product-add-to-cart.tpl +++ b/templates/catalog/_partials/product-add-to-cart.tpl @@ -65,7 +65,7 @@