• Resolved derhintergrund

    (@derhintergrund)


    Hey,

    i´m using your plugin and a found a Problem with Woocommerce.
    If your plugin is actived the Woocommerce Catagories are empty and no Products are found.

    The Problem is in Facade.php on line 207:

    return $this->getPostBrowser()->addTestsToQuery($query);

    If I comment this line out everthing is working like it should.

    You´re adding your Post Type to the query and therefor overwriting the Woocommerce product Post Type.
    If you do this because your Post Type is not showing up on Archive Pages after you activate your plugin you should check out: flush_rewrite_rules()

    Greetings,
    Sebastian

    https://wordpress.org/plugins/wp-testing/

Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Problems with Woocommerce’ is closed to new replies.