We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b70ed commit 453f0c6Copy full SHA for 453f0c6
views/js/front/order-opc.js
@@ -61,7 +61,7 @@ function handlePhoneNumber(selector)
61
var phone = selector.find('input[name="dpd-phone"]').val();
62
var phoneArea = selector.find('select[name="dpd-phone-area"] option:selected').val();
63
64
- // if empty then take it from address-fields input[name="phone"]
+ // if empty then take it from opc phone field
65
if (phone === '') {
66
phoneQuerySelectors.forEach(function (phoneSelector) {
67
if ($(phoneSelector).val()) {
0 commit comments