• Resolved kristinubute

    (@kristinubute)


    Hi, I have added a product that has 4 Types of Variations:

    Thickness / Width / Roll Size / Colour

    And just 1 product with all these variations. It has created over 100 variations for this product with all the options required.

    I have added All the correct Attributes, AND all the Variations also, therefore it has created quite a few for this product.

    I can see them all in the Product backend where it shows ALL the options for the Variations there, ready for pricing to be added. Obviously I don’t want to waste time and ADD the product pricing for each variation in the “EDIT PRODUCT” section as that takes forever. Therefore the purpose of using your plugin is to REDUCE my time spent adding and changing pricing for products with variations.

    As there are at least 100 prices to be added for this 1 particular product because of the number of variations, I would like to use your Bulk Editor.

    I have used your Bulk Editor previously for other clients with NO issues seeing the Variations Name Title in the Bulk Editor.

    I have clicked on the “SHOW Variations” obviously also FYI as I know how to use your plugin.

    Is it a filter issue because of so many variations for this particular product?

    Currently though when I look under the product in your plugin, it just shows the title of the Product (and doesn’t show the Variations in here at all for that product) therefore I cannot see WHAT price to ADD as I can ONLY see the same Title Description on many many lines.

    This is odd as I haven;’t seen this behaviour previously. Could it be having a heart attack as it has created many Variations, and the bulk editor doesn’t like it ?

    I have other products already in the Woocommerce store, and when I view then in Bulk Editor, they show the Size and Colour from the current product already live on the shop.

    So I’m rather confused as to WHY it is NOT showing the Title with the Variation in small letters so I can ADD Pricing for these product Variations urgently.

    I have the current WordPress and current Plugin installed.

    Please advise ASAP if someone has had this issue before or HOW do I fix this.?

    Thanks

    Kristin

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Support mediawebster

    (@mediawebster)

    hello Kristin

    Please read this -https://bulk-editor.com/why-the-attributes-of-one-product-can-be-seen-in-one-of-its-variants-and-no-attributes-are-visible-in-the-second-identical-product

    Thread Starter kristinubute

    (@kristinubute)

    Hi

    Thanks for your reply.

    This link shows it is already working on other products with variations no issues.

    https://snipboard.io/fi7VvD.jpg

    This next link shows that it is NOT working on this new product and NOT showing ANY product variations in the bulk editor.

    https://snipboard.io/3XhImo.jpg

    Do you think the functions.php code will fix this?

    It already works on all other products with Variations with no issues so I’m confused as to WHY I would need to add this code in, if all other products show properly in the Title with variations?
    It is just this new product with 101 variations, that is NOT showing in your Bulk Editor with the proper title and variations so I can ADD all the pricing.

    Could there be a glitch with your plugin as there are too many variations for that 1 product ?

    If it works fine for all other products with a few variations already in your editor.

    Thanks

    Kristin

    Thread Starter kristinubute

    (@kristinubute)

    If I did add this code into functions, will it affect the current products with variations that are already viewing properly on your plugin?

    I just need 1 particular product showing properly all other products with variations are perfectly fine.

    Thanks

    Plugin Support mediawebster

    (@mediawebster)

    Hello

    This code will not affect other variations

    Thread Starter kristinubute

    (@kristinubute)

    Hi, could you confirm exactly what this piece of code is meant to do ? and HOW it will ONLy fix 1 particular product with issues and NOT affect the other products ?

    Sorry I’m a bit worried of the after effect just in case.

    Kristin

    Plugin Support mediawebster

    (@mediawebster)

    Hello Kristin

    Please paste this code in functions.php of your current theme:

    add_filter('woocommerce_product_variation_title_include_attributes',function($should_include_attributes, $product){
        return true;
    },10,2);
    

    And don’t worry, you don’t need to configure anything additional

    Thread Starter kristinubute

    (@kristinubute)

    Thank you I will try that firstly.

    Thread Starter kristinubute

    (@kristinubute)

    Thank you I have added that in now.

    Plugin Support mediawebster

    (@mediawebster)

    Hello

    Welcome;)

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Cannot see the variation NAMES in your Bulk Editor’ is closed to new replies.