Skip to content

Instantly share code, notes, and snippets.

@aristath
Created July 25, 2013 17:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aristath/6081963 to your computer and use it in GitHub Desktop.
Save aristath/6081963 to your computer and use it in GitHub Desktop.
case 'checkout':
$content .= '<a href="javascript:history.go(-1)">' . __("Continue Shopping", "mp") . '</a>';
$content .= do_shortcode($mp->get_setting('msg->checkout'));
$content .= _mp_cart_payment('form');
break;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment