• I recently installed woocommerce, and everything went well. I has a single item and tested with that. I never accessed its category, so I never noticed this in testing. But I went live by adding a woocommerce product category display menu. While the categories display on the page just fine, clicking on any of the categories retrieves wp-catalogue categories instead.

    If I deactivate wp-catalogue, everything works fine. Regardless of the status of woocommerce (installed, uninstalled, active, deactivated), wp-catalogue by itself always works fine.

    By the way, it seems someone had a similar problem on an earlier thread but they just got frustrated, did not follow-through, and there was not a resolution. Interestingly, their complaint was the opposite – woocommerce categories would come up in place of wp-catalogue categories. But they appeared to have installed the plugins in the reverse order. Maybe that is a hint???

    Here is the links:

    https://www.rdfarms.com

    Click on Alpacas available and see the wp-catalogue we have for our animals.

    Then click on Farm Store menu for our products. Click on one of the categories, and then your will see the wp-catalogue categories again instead and see the alpacas instead of the products available.

    One side note: I changed the references in your plugin to say “All Alapacas” instead of “All Products”

    Let me know what I can do to help,

    PS: Already did try the obvious – resetting permalinks, etc

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter NCDiesel

    (@ncdiesel)

    PS: Running wp-catalogue 1.7.1 and wordpress 3.8.1 And I already tried defaulting to the Twenty Eleven theme and had the same behavior

    Plugin Author Maeve Lander

    (@enigmaweb)

    Thanks for reporting this in details @ncdiesel Definitely sounds like a conflict between the two plugins. It’s something I will have to investigate further and run full testing. I’ll leave this thread open, so we can post back any further information here.

    Thanks again for drawing it to my attention. It may also be helpful to post the same ticket to WooCommerce.

    Thread Starter NCDiesel

    (@ncdiesel)

    Thanks so much for looking into it. I’ll cross-post to woocommerce support as well. Let me know if here is anything I can do to help

    Hi

    Please could you try changing index.php line 124 in the wp-catalogue plugin directory from

    if (is_tax()) {

    to

    if (is_tax('wpccategories')) {

    Please let us know if this works for you and it can be added to a near future update.

    Many thanks.

    Thread Starter NCDiesel

    (@ncdiesel)

    will do – it will be later tonight though. Thanks for looking into it. It did not get any traction over at woocommerce support.

    Thread Starter NCDiesel

    (@ncdiesel)

    That was it – check out my site now. Works exactly as expected.

    Thanks!

    Spencer

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Categories between Woocommerce and wp-catalog not playing nice’ is closed to new replies.