PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Purchased the paid version - feature suggestion

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

I got the paid version tonight to utilize ready_chain.

Works great!

However - when using taxonomies/categories it would be nice if the plugin had an option to show the full chain and can calculate the ids automatically instead of having to hard code it.

I ended up writing a script that would auto populate the ready_chain ids based on the parent categories (two possible levels deep). My solution works great for my needs, but I could easily argue that the functionality is broken or not really usable  as-is especially on dynamic sites

Great plugin and support regardless!

Hello

ready_chain - Describe in more detail what does not work in this functionality.

So it works, but in order to use ready_chain, you need to specify the ID's that it will go into.. which is fine if you know the ID chain - but on dynamic pages, that isn't possible.

For example, I am using the plugin on a video upload page where the user can select the category the video goes into. This works great on new videos, but when editing the video I won't know what category chain to use because it is stored in the database (it should reflect the chain that they last used for that video).

I ended up solving this by writing a script that parses and caches the existing category tree and loops through the category to find child/parent relationships. Then I can cross reference that with the category ID that they selected previously which would then tell me the correct category tree to use, which I can then inject into the shortcode ready_chain attribute.

Ideally it would be great if there was a way to do this within the plugin itself instead of having to hardcode the ID chain.

I'm also just nit picking.. I was able to overcome this, but most people probably wouldn't know how to

Hello

the purpose of this attribute is prefiltering.

ready_chain  - the only point I see is that the script calculates the chain of taxonomies by the final ID.  But this method is not reliable in the future of mass use( Multiple threads can lead to one post ).