Follow up to Put the whole category tree to wordpress menu
-
This is a continuation of a closed thread as support really didn’t give an answer.
The issue is when a real company with real product use Woocommerce real companies tend to have more than 100 products. The current Woocommerce is severely limited out of the box for no good apparent reason. An end-user is forced to use some scripting or manually create possibly a hundred menu items.
The current solution I have used for 250 categories with 3500 products.
1. Use a plugin (JS menu) https://www.ads-software.com/plugins/jc-submenu/
This menu allows you to dynamically create your menusOnly two drawbacks
1. Not updated for the past 3 WordPress updates. Currently still works as of PHP 7.4
and 6.0. Not sure if there are issues2.DOM becomes very large (with 200 categories) 4700+ objects added to the DOM.
It would be nice if WordPress or Woocommerce would have this function built in.
Also is there a way to use the plugin, woocommerce or another method to keep the DOM size down?
- The topic ‘Follow up to Put the whole category tree to wordpress menu’ is closed to new replies.