customized place your order button
This commit is contained in:
parent
9e01ecb2b9
commit
9e3cffa291
|
@ -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');
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue