Amazon pays hide order details at checkout
-
Hello, I got a problem with Amazon Pay on checkout.
Amazon is displaying Shipping Address and Payment Infos correctly, but it does not display customer details, so it is impossible for the consumer to continue the step.
Customer details not displaying : https://prntscr.com/v3phei
Customer details displayed correctly : https://prntscr.com/v3pgie (1/2) https://prntscr.com/v3pgi7 (2/2)
To fix this, I tried this CSS code :
/* Fix Amazon Pay 1 */ #amazon_customer_details.wc-amazon-payments-advanced-populated+#customer_details { display: block; } /* Fix Amazon Pay 2 */ #amazon_customer_details.wc-amazon-payments-advanced-populated+#customer_details .col-1 { display: none; }
CSS code works when I add to Chrome console, but CSS code does not works when I add in to the “additionnal CSS” section my theme.
So, it is impossible for me to solve the problem. Is anybody can help me ? Thanks
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Amazon pays hide order details at checkout’ is closed to new replies.