Skip to content

Commit

Permalink
Adding proper commenting to the cart text override.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwanberg committed Mar 3, 2015
1 parent 63d5a9a commit 44ce7ec
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<?php

/**
* Implements hook_commerce_checkout_page_info_alter().
*/
function sullivan_commerce_overrides_commerce_checkout_page_info_alter(&$pages) {
if(!empty($pages['review'])) {
$pages['review']['submit_value'] = t('Place order');
Expand Down

0 comments on commit 44ce7ec

Please sign in to comment.