Explorar o código

customized place your order button

bach %!s(int64=2) %!d(string=hai) anos
pai
achega
9e3cffa291
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  1. 10 0
      web/modules/custom/materio_commerce/materio_commerce.module

+ 10 - 0
web/modules/custom/materio_commerce/materio_commerce.module

@@ -1 +1,11 @@
 <?php
+
+function materio_commerce_form_alter(&$form, &$form_state, $form_id) {
+  if ($form_id == 'commerce_checkout_flow_multistep_default') {
+      if ($form["#step_id"] == "review") {
+          $t="t";
+        // $form['buttons']['continue']['#value'] = t('Desired Custom Text Here');
+        $form['actions']['next']['#value'] = t('Place your order');
+      }
+  }
+}