Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #2366654
Can't see what Variante of a variable producte ist ordert
Closed

Comments

  • Sandra Kuhn started the conversation

    Good evening,

    I have created bundles with variable products, unfortunately I do not recognize which variant was ordered when I order.

    What do I have to set so that this information is also transmitted?

    Is it also possible that the stock of the actual product is changed?

    https://ready410.com/produkt/virtue-spire-iii-loader-ice-elite-pack-bundle/

  •  767
    Janilyn replied

    Hi Sandra,

    Thank you for contacting WPClever Support Forum. 

    We’ve received your ticket and assigned one of our developers to help you with that. He’ll be looking into your issue and responding as soon as finding a solution. 

    Please stay in touch as he might need you to provide further information.

    Best regards.

    Janilyn T. - WPClever Support Agent

  •  1,226
    Dustin replied

    Hi Sandra,

    Please try to add this function to current theme (or child-theme) / functions.php

    add_filter( 'body_class', 'woosb_body_class' );
    function woosb_body_class( $classes ) {
        global $post;
        $woosb_product = wc_get_product( $post->ID );
        if ( $woosb_product && $woosb_product->is_type( 'woosb' ) ) {
            $classes[] = 'product-type-woosb';
        }
        return $classes;
    }

    If it still doesn't work, please send me your website info (wp-admin link, username, password) then I can check and fix this problem for you. You also can create a dev/staging site with the same issue then I'll work on it. Read more about sending secure login information here https://wpclever.net/faqs/sending-secure-login-information.

    Best regards,
    Dustin

  • Sandra Kuhn replied

    Thank you, it works perfekt

  •  1,226
    Dustin replied

    You're welcome!smile.png

    If you are satisfied with our plugin and support, please reward it with a full five-star ★★★★★ rating. https://wordpress.org/support/plugin/woo-product-bundle/reviews?rate=5#new-post
    Thank you in advance! <3

    Best regards,
    Dustin

  • Sandra Kuhn replied

    Good afternoon,

    since the last update the code you sent me doesn't work anymore ;(
    What can I do to show the variants in the article again?


    https://ready410.com/produkt/control-and-command-bundle/


  •  1
    Alan replied

    Hi! I find another problem that per package only 2 variants of the entire package appear. This does not allow me to move forward.

  • Sandra Kuhn replied

    Hello, the problem has been solved long ago. I got a preliminary newer version and since the last updates everything works as it should.

  •  1,226
    Dustin replied

    Hi Sandra,

    Thanks for that information!

    Feel free to submit a new ticket if you have any questions when using our plugin. I'll close this ticket now.

    Best regards,
    Dustin

  •  1
    Robert replied

    As Sandra wrote that this problem has been solved - I don't think so.

    I am using the newest version 5.2.6 and facing the same problem (but not only this), reported in other ticket: https://wpc.ticksy.com/ticket/2486514/