Please select drop-off location
-
Since 3.3.1 if you keep getting “Please select drop-off location” :
First : disable auto update
Then edit packlink-pro-shipping\resources\js\packlink-checkout.jsand replace [1] by [0] at lines :
function setHiddenFields(location) {
let dropOffId = document.getElementsByName( 'packlink_drop_off_id' )[1];
let dropOffExtra = document.getElementsByName( 'packlink_drop_off_extra' )[1];Someone forgot array start at 0 , not 1 ….
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘Please select drop-off location’ is closed to new replies.