Home › Forums › WoodMart support forum › Paypal Express on mini-cart and checkout › Reply To: Paypal Express on mini-cart and checkout
March 18, 2021 at 5:16 pm
#274648
Elise Noromit
Member
Hello,
Please add this code to the functions.php of the child theme.
add_action( 'wp_enqueue_scripts', function() {
wp_enqueue_script( 'wc-gateway-ppec-smart-payment-buttons' );
} );
Best Regards