• Resolved franacosta

    (@franacosta)


    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)
  • Plugin Support Adam Heckler

    (@adamkheckler)

    Unfortunately Amazon Pay doesn’t include a shortcode to display the button wherever you wish.

    Depending on how your side cart plugin is coded, the button may display in the side cart or it may not. If it does not display in the side cart, but it does show on the regular cart/checkout page, then the issue most likely lies with your side cart plugin. You’ll need to contact the developers of that extension for assistance in that case.

    Sorry I can’t be of more help here!

    Thread Starter franacosta

    (@franacosta)

    Hi Adam, thank you, I was hoping there was a way to display it using a shortcode but I understand if that’s not currently an option.

    I’ll reach out to the developers to see if we can find a way, thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display Pay button is custom location’ is closed to new replies.