Skip to content

Instantly share code, notes, and snippets.

@jorgejaramillo
Created April 13, 2012 05:29
Show Gist options
  • Save jorgejaramillo/2374059 to your computer and use it in GitHub Desktop.
Save jorgejaramillo/2374059 to your computer and use it in GitHub Desktop.
WooCommerce - Link de pagar ahora
<?php if (sizeof($woocommerce->cart->cart_contents)>0) :?>
<a href="<?php echo $woocommerce->cart->get_checkout_url()?>" title="<?php _e('Pagar Ahora','woothemes') ?>"><?php _e('Pagar Ahora','woothemes') ?></a>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment