Despise how the last page says "Continue to next step" and it's over.

/**
 * Implements hook_commerce_checkout_page_info_alter().
 */
function hook_commerce_checkout_page_info_alter(&$checkout_pages) {
  if (isset($checkout_pages['review'])) {
    $checkout_pages['review']['submit_value'] = t('Complete order');
  }
}

Comments

mglaman’s picture

Project: MojoCart » Commerce Deploy

Commerce deploy should do this!

mglaman’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.