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

Show all varations in a catalog

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.

Dear sir/madam,

I have a big problem. My client wants to show all product variations in a catalog instead of only showing the parent product. I have the FREE version and do not see any option for this. Is there an option for this in the PRO version. If yes, can you show me where I can find it. Then I can purchase the PRO version.

Thanks a lot in advance!

Kind regards,

Robin

Hello Robin

The plugin does not have this feature. This is a filtering plugin and does not affect the theme template

Dear Pablo,

Thanks for you answer. This is what I do:

I place this code on my page:

[woof_products]

After that I place in my functions.php this code for that page:

if (is_page(11558)) {
$_GET['swoof'] = 1;
$_GET['paged'] = 1;
$_GET['product_cat'] = 'hoogslapers';
$_GET['pa_attribuut'] = 'bank';
}

Now I see the correct products on that page. After that I downloaded a plugin of Woocommerce that makes sure all variations are showed in a catalog. But that does not count for [woof_products]. When I use a woocommerce shortcode to show catalog it does show all variations. But with Husky shortcode is does not. But I cannot use a woocommerce shortcode to show catalog, because that does not correspond to the custom filter [woof is_ajax=1]. That is why I think the problem is within Husky, for not showing all variations of a product in a catalog.

How can I fix this and where is the problem?

Thanks in advance! I really need support about this. If I have to pay for it, I don't mind. Just need to get fixed.

Kind regards,

 

Robin Buren

hello Robin

This is an incompatibility with a third party plugin.

to be compatible with this 3rd party plugin you need code customization