• Resolved swaip

    (@swaip)


    Hi,

    and thanks for your plugin.
    It works like a charm to organise product brands, but it does not seem to display product variations at all in the brand’s page:

    https://aap.swaip.fr/brand/rhiza/

    while allowed product variations are correctly shown in the category pages, example the two leather jackets at the end of this page :

    https://aap.swaip.fr/product-category/women/jackets-and-coats/

    Is there any setting I should tweak ?
    Where should I start if I wanted to display product variations? Is there a hook I could call to start somewhere ?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • HI Swaip,

    i am experiencing the same Issue, if i find anything out i’ll let you know.

    Best Regards.

    Hi Again,

    i am using the plugin “Show Single Variations Shop & Category for WooCommerce Pro” to display product variations.

    My current system info is: Array
    (
    [home_url] => https://www.camanwi.com
    [site_url] => https://www.camanwi.com
    [version] => 3.8.0
    [wp_version] => 5.3
    [wp_multisite] =>
    [wp_memory_limit] => 40M
    [wp_debug_mode] =>
    [wp_cron] => 1
    [language] => es_ES
    [server_info] => Apache/2.4.29 (Unix) mod_hive/6.27 OpenSSL/1.0.1e-fips mod_fastcgi/2.4.6
    [php_version] => 7.1.33
    [php_post_max_size] => 32M
    [php_max_execution_time] => 45
    [php_max_input_vars] => 1000
    [max_upload_size] => 25165824
    [default_timezone] => UTC
    [theme] => Array
    (
    [name] => Zakra Child Theme Ferrer
    [version] => 1.0
    [parent_theme] => Zakra
    )

    [active_plugins] => Array
    (
    [0] => vaultpress/vaultpress.php
    [1] => contact-form-7-mailchimp-extension/cf7-mch-ext.php
    [2] => contact-form-7/wp-contact-form-7.php
    [3] => disable-gutenberg/disable-gutenberg.php
    [4] => duplicator/duplicator.php
    [5] => elementor-pro/elementor-pro.php
    [6] => elementor/elementor.php
    [7] => jetpack/jetpack.php
    [8] => loco-translate/loco.php
    [9] => login-logout-register-menu/login-logout-register-menu.php
    [10] => mailchimp-for-wp/mailchimp-for-wp.php
    [11] => maintenance/maintenance.php
    [12] => perfect-woocommerce-brands/main.php
    [13] => seur/loader.php
    [14] => themegrill-demo-importer/themegrill-demo-importer.php
    [15] => ubermenu-sticky/ubermenu-sticky.php
    [16] => ubermenu/ubermenu.php
    [17] => wc-smart-cod/wc-smart-cod.php
    [18] => woo-product-variation-gallery/woo-product-variation-gallery.php
    [19] => woo-show-single-variations-shop-category-pro/woo-show-single-variations.php
    [20] => woo-variation-swatches/woo-variation-swatches.php
    [21] => woocommerce-admin/woocommerce-admin.php
    [22] => woocommerce-gateway-stripe/woocommerce-gateway-stripe.php
    [23] => woocommerce-order-export/woocommerce-order-export.php
    [24] => woocommerce/woocommerce.php
    [25] => wordpress-seo/wp-seo.php
    [26] => wp-mail-logging/wp-mail-logging.php
    [27] => wpcf7-recaptcha/wpcf7-recaptcha.php
    )

    [pwb_options] => Array
    (
    [version] => 1.7.7
    [wc_pwb_admin_tab_brand_single_position] => after_meta
    [old_wc_pwb_admin_tab_slug] => brand
    [wc_pwb_notice_plugin_review] => 0
    [wc_pwb_admin_tab_slug] =>
    [wc_pwb_admin_tab_brand_desc] =>
    [wc_pwb_admin_tab_brand_single_product_tab] =>
    [wc_pwb_admin_tab_brands_in_loop] =>
    [wc_pwb_admin_tab_brands_in_single] =>
    [wc_pwb_admin_tab_brand_logo_size] =>
    )

    )

    I use WooCommerce to run a online fashion store.

    “Show Single Variations Shop & Category for WooCommerce Pro” is hiding parent products from the catalogue. This is something we want as we want to display directly the child products (one for each colour). However, this means that when i search by brand, or when i want to display by brand there are not products showing up. I’ve found out that the child producs do not have a brand attribute therefore is a expected behaviour for them not to show up. I believe one way of solving this would be adding a brand attribute to child products or to overwrite “Show Single Variations Shop & Category for WooCommerce Pro” from hiding parent products when trying to display by brand ( not by categories)

    Thread Starter swaip

    (@swaip)

    Thanks for sharing your problem and configuration.
    As of me, I’m using the premium plugin WooCommerce Show Single Variations by Iconic.
    I can see the parent product but cannot see its variations on the brand page.

    Plugin Contributor titodevera

    (@titodevera)

    Hi swaip!

    “WooCommerce Show Single Variations by Iconic”, by default, product variations will inherit the categories ( product_cat ) and tags ( product_tag ) from the parent product.

    If you want to get it work with PWB you should add this to your functions.php:

    
    function iconic_add_brands_to_variations( $taxonomies ) {
      $taxonomies[] = 'pwb-brand';
      return $taxonomies;
    }
    add_filter( 'iconic_wssv_variation_taxonomies', 'iconic_add_brands_to_variations', 10, 1 );
    

    More details here

    ??

    Thread Starter swaip

    (@swaip)

    Thanks for your answer !
    In the end I decided to switch to simple categories, easier to search for brand (I couldn’t find any product from a brand if I searched for the brand name).

    Hi titodevera,

    Do you know of a similiar solution for the plugin “Show Single Variations Shop & Category for WooCommerce Pro” by Gravity Master ?

    Best Regards,

    Alvaro.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Product variations not showing in brand’s page’ is closed to new replies.