Home>Support>How to make Woo commerce integrate with Origami theme?

How to make Woo commerce integrate with Origami theme?

Hello.

I´m using the Origami theme but did not realize that Woo commerce don´t integrate with the Origami theme. Is there any way around this?

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    Hi Andreas

    We can assist with the first solution listed here: http://docs.woothemes.com/document/third-party-custom-theme-compatibility/.

    Create a child theme for Origami: https://codex.wordpress.org/Child_Themes. The style.css file in your child theme should look as follows:

    /*
     Theme Name:   Origami Child
     Author:       SiteOrgin
     Template:     vantage
     Version:      1.0.0
    */
    
    @import url("../origami/style.css");

    Take page.php out of your Origami parent theme and place it in your child theme.

    On line 7 you’ll see:

    <?php the_content() ?>

    Replace that line with:

    <?php woocommerce_content(); ?>

    Finally, delete line 11:

    <?php if(is_singular()) comments_template(); ?>
  2. 10 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    And finally re-name page.php in your child theme to woocommerce.php.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More