Some WooCommerce UserWP Account Tab Errors
-
Let me note up front that I really like this plugin, it’s lightweight and reasonably free of bloat-wear. Too many people making cute, flashy administration UIs and fluff which USerWP doesn’t have (YEA!). Fluff consumes server resources = costs admins and customers $$.
Submitted a ticket as a premium user, but got a bit of a terse “not our problem” answer even though I documented the problem and provided a login to see the error. I did offer to help further debug. Check your helpdesk for the details.
There appears to be a defect in the base UserWP codebase (template-functions.php / loop-posts.php / posts-post.php) when it encounters an account page tab that is being added. It appears that the error trapping is a bit weak in traversing entries (posts) since it doesn’t reformat the information found. Granted the 3rd party plugin might be written poorly, but UserWP ought to throw a simple soft error statement instead of just passing through the post and completely messing up the Account page.
Would also be nice if UserWP’s template-functions.php (line 100) was defined better in the Docs so one could build a filter in order to potentially handle the problem: “Allow 3rd party plugin filter template file from their plugin.”
The topic ‘Some WooCommerce UserWP Account Tab Errors’ is closed to new replies.