Cant buy a new product from the store, is showing this error:
VM436:2 Uncaught TypeError: a[0].querySelectorAll is not a function
at HTMLDocument.<anonymous> (<anonymous>:2:52)
at HTMLDocument.dispatch (jquery-3.5.1.min.js?_v=a242162f:2:43090)
at v.handle...
The video shows my two problems:
When I add an item to the cart it redirects to the forum index.
When my users purchase a custom item it comes inactive by default.
video link
this is the code im using for check if custom item is active
<xf:if is="$purchase.Item.category_id == 3 AND...
Hello. I want to create a kind of "Discord Hypersquad" system, so I have one usergroup for each one and I want to know if there is a possibility to display the total amount of points earned by the members of each usergroup.
I was trying quite a few options but in the end I came to the...