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

Okay
  Public Ticket #3215611
image display and pricing
Closed

Comments

  • Thomas Kelly started the conversation

    Hello I added this plugin to my site over a year ago but recently had some website updates and the plug in does not work correctly anymore.  I am trying to bundle products on my website and used this plug in before.  It looks like the way the items are displayed have changed.  I used to be able to see the different variations when using the drop-down bar for each item but now they all say the same item but with different prices.  This is confusing as the client will not know what item they are choosing.  I am also not being able to see the total pricing once all selections are met.  I really need help re-setting this back up.  It has been almost two years since I initially did it and now it looks totally different.  I have attached the new version and the old version.

    Attached files:  new display.png
      old display.png

  •  767
    Janilyn replied

    Hi Thomas,

    Thanks for contacting us here. Sorry for the delayed response. We have just been back from a weeklong vacation so today I am able to respond to you. 

    By default, WooCommerce doesn't display attributes in variations of the variable products when there are 3 or more attributes. In some cases, attributes might be hidden by some conflict with the theme/template you're using.

    In order to make attributes of variable products appear again, you can try to add the following code snippet to the theme/function.php file of your site:

    add_filter( 'woocommerce_product_variation_title_include_attributes', '__return_true', 99 );

    Please try then provide us with your feedback if this works.

    Best regards.

    Janilyn T. - WPClever Support Agent