• Resolved srpnutratea

    (@srpnutratea)


    Hi There,

    If you look at the snapshot there are two texts visible in the checkout page, USE YOUR AMAZON ACCOUNT and Have an Amazon Account? How can I hide Have an Amazon Account?

    https://prnt.sc/DbbSgkjG7JKE

    I look forward to hearing from you.

    Kind regards,

    Satya

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Support Christian

    (@christian1983)

    Hey @srpnutratea ,

    Hope you are doing well!

    you can move the element div#pay_with_amazon out from div.woocommerce-info.info.wc-amazon-payments-advanced-info and the hide the element div.woocommerce-info.info.wc-amazon-payments-advanced-info Let me know if that helps.

    Also, in order to avoid having issues on your production site, we recommend you make all updates on staging first, run some tests to confirm that nothing went wrong, and only then perform the updates on production.

    Best,
    Christian

    Thread Starter srpnutratea

    (@srpnutratea)

    Hi Christian,

    I have sent you an email with the link.

    Kind regards

    SP

    Plugin Support Christian

    (@christian1983)

    Hey @srpnutratea ,

    Hope you are doing well!

    To change the message or remove it, you can use the hook woocommerce_amazon_pa_checkout_message and return an empty string on the hooked callback.

    Let me know if that helps.

    Best,
    Christian

    Thread Starter srpnutratea

    (@srpnutratea)

    Would you mind to share the code snippet for function.php file or CSS class to make it display:none?

    Plugin Support Christian

    (@christian1983)

    Hey @srpnutratea ,

    Thanks for your patience!

    here is an example that will return an empty string:

    add_filter( 'woocommerce_amazon_pa_checkout_message', function() {
        return '';
    }
    );

    https://ibb.co/yVmn88w

    An easy way to add this snippet is to use the plugin Code Snippet.

    Also, in order to avoid having issues on your production site, we recommend you make all updates on staging first, run some tests to confirm that nothing went wrong, and only then perform the updates on production.

    I hope this helps.

    Best,
    Christian

    Plugin Support Christian

    (@christian1983)

    Hey there,

    Since we haven’t heard back from the OP in a while, I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

    Best,
    Christian

    Thread Starter srpnutratea

    (@srpnutratea)

    Hi Christian,

    Thank you, It is working. Please mark this as resolved. I appreciate your help.

    Kind regards,

    SP

    Plugin Support Christian

    (@christian1983)

    Happy to hear,?@srpnutratea ?!

    If you need any other help, please don’t hesitate to open a new thread.

    Would you mind taking a minute to leave your feedback on your experience with the plugin? Your insights are incredibly valuable and will help us make sure we serve you and other amazing customers well in the future.

    Thank you for taking the time to share your opinion. It makes such a difference in how we show up and serve others!

    Best,
    Christian

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Have an Amazon account?’ is closed to new replies.