Just discovered an issue with the sorting plugin used on our cart, was working fine yesterday, and no changes have been made to it. The site is located here.
I realize there is a mess of javascript and jquery in the HEAD, and I am sure that is not helping matters. The error I’m getting is Property ‘$’ of object [object Window] is not a function. Is there possibly a jQuery conflict going on here?
Just discovered an issue with the sorting plugin used on our cart, was working
Share
kiranvj vcsjones both had the right idea about what to tackle first. We have one of those badges on there that was trying to append a string when it was expected a number, hence the Nan error. Fixed that, but still getting the error. I haven’t uploaded my changes as this site takes a while, but I did fix the NaN eror, but still have the original problem.