hello friends, the solution to the given issue in my case was. First i thougth it was a noConflict issue. but no the problem was my jQuery library import happend before the import of other libraries such as prototype.js. if satchmo state/province ajax doesn't work, Check if your jQuery include is overwritten by another *.js library in the base.html template. This happend to me.
Solution, I putted als javascript imports at top of the base.html header. (first it was at bottom of the header). so the jQuery library import is done dynamically at the end and will work out fine and not get overwritten by prototype.js or any other javascript library. Good luck scrapper -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To view this discussion on the web visit https://groups.google.com/d/msg/satchmo-users/-/7aFjq5wtleEJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.
