Your wishlist is currently empty!

Wishlist
jQuery(document).ready(function($){ var stripeExpress = $('#wc-stripe-express-checkout-element'); var paypalExpress = $('.wc_ppcp_express_checkout_gateways'); if (stripeExpress.length || paypalExpress.length) { var wrapper = $('

Express Checkout

'); if (stripeExpress.length) { stripeExpress.before(wrapper); } else { paypalExpress.before(wrapper); } wrapper.append(stripeExpress); wrapper.append(paypalExpress); } });