Hi all.
Same issue here !
I have 3 shops working well (2 x PS1.6.1.17, 1 x PS1.6.1.23), and suddendly all of them get the error "TECHNICAL ERROR: unable to save account Details: Error thrown: [object Object] Text status: parsererror"
This appears when customer try to validate its basket using the quick check-out without creating account.
It was working perfectly yesterday. Today none of my site are working.
In one of them, (PS version 1.6.1.17)
I tried to do the FIX:
find in .\themes\your_used_theme\js\order-opc.js
rows 185-187
But in rows mentionned, I do not have thoses values...
I find them in rows 171 (function updateCarrierSelectionAndGift) or 215 (function confirmFreeOrder).
Existing values are already set correctly...
type: 'POST',
url: orderOpcUrl,
async: true,
cache: false,
dataType : "json",
Any help would be appreciated !!!