Closed hans2103 closed 5 years ago
placing the order only seems to work when I apply the override on js/postcodenl/api/lookup.js suggested by Anton (@speedupmate) in #28
OPEN
js/postcodenl/api/lookup.js
FIND
if (PCNLAPI_CONFIG.showcase && data.showcaseResponse)
ADD BEFORE
//OneStepCheckout support change to remap the fields, address element id -s have been changed
var street1 = 'street0', var street2 = 'street1';
SAVE&CLOSE
I didn't create a pull request, since I haven't tested it on other checkout plugins.
UPDATE: as pointed out by @speedupmate this statement is invalid.
This applies to Idev's Onestepcheckout (onestepcheckout.com) v4.5.5 as well.
no it does not apply to 4.5.5. if you have the issue with 4.5.5 then you have not updated all templates app/design/frontend/base/default/template/onestepcheckout/billing_fields.phtml app/design/frontend/base/default/template/onestepcheckout/shipping_fields.phtml
@speedupmate
Updated OneStepCheckout to version 4.5.4 When PostcodeAPI is activated I cannot place an order. When I set "Handmatig adres invullen" and fill out the address manually I'm able to place an order. There is no message to be seen when pressing the button. no visible error to be seen.