woocommerce

Woocommerce shortcodes not working on page

Hello, I have a big problem πŸ™ When I add a shortcode on a page, it does nothing, it ignores the shorcode. Example: I add “[product_category category=”appliances”]” shortcode, and I publish the page. The result is a empty page. Help please. Regards. HHR.

More woocommerce support

Add 2 Sidebars (when woocommerce is active): on single product page on product list (archive) page

Sidebar don't show on blog post

Hi Tom, I’m facing a little trouble on my blog single page. Sidebar don’t show: => http://www.decolecedre.com/nettoyer-canape-cuir/ I guess the code I use on woocommerce page might be the problem add_filter( 'generate_sidebar_layout','generate_custom_woocommerce_sidebar_layout' ); function generate_custom_woocommerce_sidebar_layout( $layout ) { // If we are on a woocommerce page, set the sidebar if ( is_single() ) return 'no-sidebar'; … Read more

WooCommerce Product Filter

Hey Tom! I’m going to buy WooCommerce Product Filter on codecanyon, and want to ask you: is it compatible with GP? I mean their top widget features etc. Thanks in advance πŸ™‚

Add Woocommerce cart to menu + sticky menu

Hi tom, I have been using your theme for six months and Im pretty happy with it, so thanks! In my last project Im planing to include woocommerce, and I want to know if what is the best aproach to add a cart widget to menu and also sticky menu (like in the oficial woo … Read more

WooCommerce demp-store-notice

Hi Tom, Is there any way to put “demo_store” line like in your demo? http://demo.generatepress.com/shop/ I have the next problem: http://piccy.info/view3/9770316/04287bab82a7c764ad3099ba0e656708/orig/ The “store-notice” is fixed and it is located before the menu (even when scrolling the page), so you can’t put on any buttons in menu. Waiting for you reply, Best regards πŸ™‚

woocommerce align sale and regular price

I’m not able to find a solution to this: how to align the sale and regular price on same row See http://shop.nieuwoptiek.nl As extra info, on the single product page these prices are aligned on same row. But on the overview pages i can’t get this to work.

Woocommerce product category page question

hello, Is there a solution for THIS. I have been trying to get all the products on one line but it doesn’t seem to work, I played with the pictures resolution but nothing. How can I have all the “add to cart” buttons on one line? Also how can i have a border around the … Read more

WooCommerce – Move Variation Description

I’d like to move the product variation description to under the thumbnail. Currently it shows underneath the swatch selection (which for me is quite large, making the variation descriptions too far down the page!) Can I do this with hooks? It’s driving me mad! Thanks!

WooCommerce Shop Page with no sidebar

Hi, I am an old-school web developer perl/mysql/html. I am moving into the new century and learning to develop sites with WP and WooCommerce and of course, GeneratePress. I bought the plugin package and this has made my job so much easier. Here is my question, I installed WC and it generated several pages automatically, … Read more