Administrator getting "You do not have permissions for that" when creating a new View. Default theme and plugin deactivation did not resolve.
Solution:
Toolset capabilities were missing from the administrator role. Added snippet to theme's functions.php to force-assign Toolset capabilities, reloaded, then removed the snippet (caps persist on the role):
No WordPress user created after submitting Toolset User Form linked to WooCommerce payment. Also Shop page misconfigured.
Solution:
Expected behavior — form was set to "Create user" only on "Purchase complete." User is hidden until the WooCommerce order reaches "Completed" status. If payment fails or order stays in pending/processing/on-hold/cancelled, no user appears in WP Users.
Fix WooCommerce page setup: Shop page was set to Checkout. Set Cart, Checkout, My Account, and Shop to separate, distinct pages under WooCommerce → Settings → Advanced → Page setup.
Test end-to-end with Stripe sandbox or mark COD order as Completed manually in WooCommerce → Orders to confirm user creation triggers.