Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
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?
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:
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.