• I can’t get all products in the list view. The plugin displays 11 products, instead of the 127 products that are actually in that category.

    The products that are shown have regular SKU’s with just numbers, but no products with the special SKU’s are displaying.

    This is a SKU from a product in our shop: matrix_2584 (This is not possible to view or edit in this plugin)

    This is a SKU that is regular: 2584 (This does display).

    Please assist, and send a fix for this.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter michaelw90

    (@michaelw90)

    Commented out post__not_in in line 112 in yith-woocommerce-bulk-product-editing -> includes -> class.yith-wcbep-list-table.php as a temporary fix:

    $query_args = array(
        'post_type'           => $post_types,
        'post_status'         => 'any',
        'posts_per_page'      => $per_page,
        'ignore_sticky_posts' => true,
        'paged'               => $current_page,
        'orderby'             => $order_by,
        'order'               => !empty( $_REQUEST[ 'order' ] ) ? $_REQUEST[ 'order' ] : 'DESC'
        //'post__not_in'        => $posts_not_in
    );
    • This reply was modified 7 years, 7 months ago by michaelw90.
    Thread Starter michaelw90

    (@michaelw90)

    Nevermind, I realized now that you don’t support variable products…

    Plugin Author YITHEMES

    (@yithemes)

    Hi michaelw90,
    and thank you for writing in!

    Nevermind, I realized now that you don’t support variable products…

    Yes, the free version of YITH WooCommerce Bulk Product Editing allows you to edit prices for simple products. It doesn’t support variable products.

    Best Regards
    YITH Support

    • This reply was modified 7 years, 7 months ago by YITHEMES.

    Shame
    It’s too expensive to buy the whole package (IMHO) but almost no use at all in the free version.
    If you added this functionality you would probably find a lot more people started using it and then wanted to consider the upgrade. As it is, I’m deactivating and looking for another extension

    Plugin Author YITHEMES

    (@yithemes)

    Hi there,
    I’m really sorry to read that you are not able to get any help from the free version, I understand that managing variations is essential for you and you can’t afford the premium version. Unfortunately, I can’t offer you any discount on the premium version because I have sold the rights on the premium plugin and we can’t talk about it here.
    Yet, I can show you some more free features. With the free version that you can download here you can achieve the basic bulk editing on your product prices.
    You can either change prices simultaneously on all the products in your shop, or just on a selection of them, or on those belonging to specific categories.
    Moreover, you can also filter your product by price and change all those having the same price (or greater/less than the specified one) at the same time.
    I hope you can, however, use the plugin as is or find a better solution for free! ??

    Best Regards
    YITH Support

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Does not display all products’ is closed to new replies.