customized place your order button
This commit is contained in:
		@@ -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');
 | 
			
		||||
      }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user