Display Pay button is custom location
-
Hello, I’m trying to figure out a way to display the Amazon Pay button in a side cart (https://xootix.com/plugins/side-cart-for-woocommerce/), is there a way to output this using a shortcode or something similar?
The code to place it where I want it is:
add_action( ‘xoo_wsc_payment_buttons’, function(){
echo do_shortcode( ‘[amazon_button]’ );
} );But I don’t know what should be used as shortcode or if there is another way to generate it.
Thank you for your help.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Display Pay button is custom location’ is closed to new replies.