Open suture opened 9 years ago
I have the same question. I am unable to find the source of the ${errorFeedback} variable (found in shipping-rates-calculator.liquid) for this case in either jquery.cart.min.js or shipping-rates-calculator.liquid. Any help would be appreciated.
Realized that the message is contained in an (imported) .js file that we don't have access to directly.
So workaround was implemented instead, replacing:
${errorFeedback}
with:
${errorFeedback.replace("Error: error This cart does not require shipping", "Error: This cart does not require shipping.")}
Is there a way to customise this error. It looks strange having "Error : error This".