AddressFinder / addressfinder-magento

AddressFinder extension for Magento 2
Other
7 stars 7 forks source link

Incorrect layout selector for Shipping checkout #56

Closed katenorquay closed 4 years ago

katenorquay commented 4 years ago

Our layout selectors are looking for 'li#opc-shipping_method' and 'li#payment' but we have found a customer who has 'div#opc-shipping_method' and 'div#payment' elements. AddressFinder does not work for this customer.

Could these selectors be updated to just '#opc-shipping_method' and '#payment'?

bencorlett commented 4 years ago

This is for the standard checkout or a third party module?

I’d suggest we create another form for this, but I don’t believe we are officially supporting third party modules?

Sent from my iPhone

On 13 Feb 2020, at 12:19 pm, Kate notifications@github.com wrote:

 Our layout selectors are looking for 'li#opc-shipping_method' and 'li#payment' but we have found a customer who has 'div#opc-shipping_method' and 'div#payment' elements. AddressFinder does not work for this customer.

Could these selectors be updated to just '#opc-shipping_method' and '#payment'?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.