If you're using our classic cart layout that displays the cart as an overlay within your page, you can remove the card-checkout button from the cart overlay on any given sales page by adding these lines to your View Cart code on that page, just after the line function EJEJC_lc(th) { return false; };
:
function EJEJC_config() {
EJEJC_POSTCALL=true;
}
function EJEJC_shown() {
jQuery("#btnCC").remove();
}
You might also consider just using a Buy Now button for PayPal, rather than an Add to Cart button. Buy Now buttons bypass our cart to take buyers directly to instant checkout for a single item using whatever checkout method you select when you obtain the Buy Now code. However, bear in mind Buy Now buttons cannot use tax/shipping calculation, certain discount settings, and other features that depend on our cart, as we explain in more detail here:
You can also hard-code a discount code into any purchase button link, as we explain here: