Browse Source

removed the link on checkout completion message

bach 2 years ago
parent
commit
3e0966f56b

+ 1 - 1
config/sync/commerce_checkout.commerce_checkout_flow.materio_checkout_flow.yml

@@ -58,7 +58,7 @@ configuration:
       weight: 6
     completion_message:
       message:
-        value: "<p class=\"welcom\">[current-user:customer:address:given_name]&nbsp;[current-user:customer:address:family_name] thank you and welcome&nbsp;to <strong>[site:name]</strong>!</p>\r\n<p>Once your order is confirmed, you have access to <a href=\"/base\">more than 10,000 inspiring and innovative material sheets!</a></p>"
+        value: "<p class=\"welcom\">[current-user:customer:address:given_name]&nbsp;[current-user:customer:address:family_name] thank you and welcome&nbsp;to <strong>[site:name]</strong>!</p>\r\n\r\n<p>Once your order is confirmed, you have access to more than 10,000 inspiring and innovative material sheets!</p>\r\n"
         format: wysiwyg
       step: complete
       weight: 7

+ 1 - 1
config/sync/language/fr/commerce_checkout.commerce_checkout_flow.materio_checkout_flow.yml

@@ -2,5 +2,5 @@ configuration:
   panes:
     completion_message:
       message:
-        value: "<p class=\"welcom\">[current-user:customer:address:given_name]&nbsp;[current-user:customer:address:family_name] merci et bienvenue à [site:name]!</p>\r\n\r\n<p class=\"base\">Une fois votre commande confirmée, à vous l'accès à <a href=\"/base\">plus de 10 000 fiches de matières inspirantes et innovantes!</a></p>"
+        value: "<p class=\"welcom\">[current-user:customer:address:given_name]&nbsp;[current-user:customer:address:family_name] merci et bienvenue à [site:name]!</p>\r\n\r\n<p class=\"base\">Une fois votre commande confirmée, à vous l'accès à plus de 10 000 fiches de matières inspirantes et innovantes!</p>\r\n"
         format: wysiwyg

File diff suppressed because it is too large
+ 0 - 0
web/themes/custom/materiotheme/assets/dist/main.css


BIN
web/themes/custom/materiotheme/assets/dist/main.css.gz


File diff suppressed because it is too large
+ 1 - 1
web/themes/custom/materiotheme/assets/dist/report.html


+ 4 - 4
web/themes/custom/materiotheme/assets/styles/main.scss

@@ -2678,10 +2678,10 @@ article.card{
       }
       p.base{
         a{
-          @include btn;
-          background-color: $color-base;
-          color: #fff;
-          font-size: 1.134em;
+          // @include btn;
+          // background-color: $color-base;
+          // color: #fff;
+          // font-size: 1.134em;
         }
       }
       p.order{

Some files were not shown because too many files changed in this diff