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

why only one category is display on (the lasted)

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.

https://transfert.free.fr/neqO1Qf

HI if you have more than one category for a post, tableon display only the lastes one, not all the category

that's a bug for me , tableon should display all catégory

see screenshot attached

I found something strange

all the category ares displayed if the parent category is validate

It is not the normal way , parent category is nomally not use, not required

Hello

The plugin shows several categories - https://share.pluginus.net/image/i20241121100948.png

The plugin shows only marked categories

 

hello

no see my screen shot, if the parent category is not in the post , the child category does'nt appears

best

on my test site ( for testing before to put in prod site ) i made to show you that :

post :"Noel" :  for this parent category"Autre lecture" is not set . the sub category poesi 3.5 5.7 are set but ... no category is seing  !!!

post"Oh non georges" : for this parent category"autres lectures" are set and you can see sub category poesies 3.5 and do non

https://www.arrow-breizh.fr/lire/choisir-un-livre/

Ok! Try in file -"\plugins\woot-products-tables\profiles\woocommerce\woocommerce.php" - change this code - https://share.pluginus.net/image/i20241121135303.png

$terms = get_terms(array(
'taxonomy' => $t->name,
'orderby' => 'name',
'order' => 'ASC',
));
$options = woot()->filter->build_taxonomy_tree($t->name, $terms, [], $include_only);

and do a test

HI

I would be .. but i don't have the directory !!?

I have a post-table-filterable directory IS your's ?

Hello

ok!  in file - post-table-filterable\profiles\woocommerce\woocommerce.php

Or  you  can  drop me  ftp access - https://share.pluginus.net/image/i20230222134241.png ->https://share.pluginus.net/image/i20230222134615.png - I will do it

Hi

I did'nt have directory woocomerce , i have directory default, and in It single,default , universal php

i can give you by email ftp access on my dev site

I found where, i give you private data

 

the directory where wp is installed is :  lire

best

It's my fault.

in file - \wp-content\plugins\posts-table-filterable\profiles\default\default.php - I  changed this code - https://share.pluginus.net/image/i20241122124338.png

$terms = get_terms(array(
'taxonomy' => $t->name,
'orderby' => 'name',
'order' => 'ASC',
));
$options = tableon()->filter->build_taxonomy_tree($t->name, $terms, [], $include_only);

Please do a test

GREAT !! it works

 

THANK'S !

what will you do ? a new version ?

best

or should i copy the modified file in my prod site ??

This code will be included in the new version of the plugin. But unfortunately I don't know when the release will be.

or should i copy the modified file in my prod site ??  -  Yes, for a quick fix

fine !

i do and wait for the realeas

best again

Great! Welcome;)