Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save RobertCalise/ffa74826922735b87a6b64f2e9d6ea1b to your computer and use it in GitHub Desktop.
Save RobertCalise/ffa74826922735b87a6b64f2e9d6ea1b to your computer and use it in GitHub Desktop.
Customize "review order" button label in Infusionsoft Shopping Cart theme.
<script type="text/javascript">
jQuery(document).ready(function() {
jQuery('a#reviewOrderButton').html('Proceed to Checkout');
});
</script>
@RobertCalise
Copy link
Author

RobertCalise commented May 9, 2017

Instructions for using this snippet can be found at:
http://www.thesaleswhisperer.com/blog/infusionsoft-cart-review-order-button

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment