Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Forum: Plugins
    In reply to: Woocommerce

    Did anyone find a solution for this? I have the page.php -> woocommerce.php solution working but would rather use this. I’m using elegantthemes estore. I’ll ask over there too.
    -chris

    I’ve been having the same problem with the products page (shop) with woocommerce installed under eShop from elegantthemes.com

    I did find the workaround for page.php -> copy -> woocommerce.php and changing the if statements (big large block) worked. My new woocommerce.php file looks like this:

    ————
    <?php get_header(); ?>
    <?php get_template_part(‘includes/breadcrumbs’); ?>
    <div id=”main-area”>
    <div id=”main-content” class=”clearfix”>
    <div id=”left-column”>
    <?php woocommerce_content(); ?>
    </div> <!– #left-column –>
    <?php get_sidebar(); ?>
    <?php get_footer(); ?>

    My breadcrumbs are not working either. Does someonehave a solution for breadcrumbs. I’ve also heard this workaround is slow … I could not get the unhook solution to work, so if anyone has a suggestion on that, I’d like to know.

    Thanks,
    -chris

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