Advertisement
MrJoshMiller

Modify the Checkout Title

Oct 2nd, 2013
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. // You will need to do this to force your change, comment out after you see the updated title
  2. menu_rebuild();
  3. function THEMEORMODULE_menu_alter(&$items) {
  4.   $items['cart']['title'] = '';
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement