How to disable overriding by AmazonPay info.
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to disable overriding by AmazonPay info.’ is closed to new replies.