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.
Need fast email support? Get SiteOrigin Premium
Replies
2Hi 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:
Replace that line with:
Finally, delete line 11:
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.