Hey there jerry,
Hope you’re well! 🙂
Since Goran ( your current theme ) is a child of ‘Edin’ theme. I suggest you just create new file inside Goran theme folder named ‘woocommerce.php’ ( w/o quotation mark ) then copy the code you will find here into that file. Final step is open the functions.php then add this code
/*to declare that you now support the woocommerce plugin*/
add_theme_support( 'woocommerce' );
Hope it helps! 🙂
Take care,
Calvin
Thanks so much Calvin
You helped me so much.
One more thing can I ask your help?
There is a ‘shop’ page in ‘Pages’ in wp-admin. I set a ‘Featured Image’ for shop page, but the shop page display the latest category’s name without the featured image.
I would like to display the text of the shop page’s title with the featured images I set. Like other pages I can create by my own with Goran templates.
I know it is here <?php get_template_part( ‘content’, ‘hero’ ); ?> in the woocommerce.php I just created.
How I modify it? It took me so long but I still cannot make it.
Hey there jerrywu1981,
Hope you’re well! 🙂
Woocommerce provides a set of helpful shortcodes for this type of customisation. Read more about it here: http://wordpress.stackexchange.com/a/88922
Hope it helps! 🙂
Take care,
Calvin
Hi Calvin, I already tried the shortcodes but the result is not what I want.
But still thank you, I think I will figure it out by myself.