• Resolved TAKE

    (@takmori)


    Overriding account information by AmazonPay information has a lot of issues like
    1. dot will be inserted into the name
    2. address is inserted in the wrong field
    , so I want to disable the overriding function.

    I did like this

    jQuery(function($){
    	$('#amazon_link').removeAttr('checked');
    	$('.woocommerce-input-wrapper').css('display', 'none');
    });

    , but it still overrides.

    please tell me any other way.

    Thank you.

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

    (@christian1983)

    Hey @takmori

    Hope you are doing well!

    do you have a screenshot of the mentioned issues?

    We don’t support the customization of the plugin, but we would like to solve the issues.

    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

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to disable overriding by AmazonPay info.’ is closed to new replies.