HOW TO
  • Welcome
  • Update Credit Card
  • test form
  • Duplicates
  • Export Batch Email Address
  • Personalized Confirmation
  • End Goal
  • Create a Decision Diamond
  • Email Builder
  • Shopping cart settings
  • Sales Tax
  • RP Login Details
  • Pop up reminder
  • Shopping Cart thank you
  • How to add fields to your Web Form
  • Thank you
  • Welcome
  • Update Credit Card
  • test form
  • Duplicates
  • Export Batch Email Address
  • Personalized Confirmation
  • End Goal
  • Create a Decision Diamond
  • Email Builder
  • Shopping cart settings
  • Sales Tax
  • RP Login Details
  • Pop up reminder
  • Shopping Cart thank you
  • How to add fields to your Web Form
  • Thank you
Search by typing & pressing enter

YOUR CART

code to add to your order form

Picture
Picture

*You can copy the code. It's not part of an image*


Picture
<style>
a#checkoutWithPayPalLink
{
display:none;
}
</style>
Picture
<style type="text/css">
.smallHeader {display:none;}
.choosePlan {display:none;}
.paymentIcon {display:none;}
.checkoutWithPayPalLink {display:none;}
</style> 
Picture
<style type="text/css">
.viewCart{display:none;}
.orderSummary{display:none;}
.billingTable{height:400px;display:table;width:100%;}
.rightAlign,rightAlignTop{width:40%;}
</style>
Picture
<script type="text/javascript">
function changeCheckoutButton() {
var str = document.getElementById("CHECKOUT_LINKS").innerHTML;
var res = str.replace("Place Order", "Update Credit Card Info");
document.getElementById("CHECKOUT_LINKS").innerHTML = res;;
}
window.onload = changeCheckoutButton;
</script>  
Powered by Create your own unique website with customizable templates.