products

Woocommerce exclude products from shop – workshops

Hi I’m trying to remove 2 categories from the shop landing page using a PHP snippet from woocommerce. https://docs.woocommerce.com/document/exclude-a-category-from-the-shop-page/ The 2 product categories/slugs are events and workshops The snippet is here: /** * Exclude products from a particular category on the shop page */ function custom_pre_get_posts_query( $q ) { $tax_query = (array) $q->get( ‘tax_query’ ); … Read more

Woocommerce Product Tables from Auto Scraped Products

Question please: I’ve already scraped a range of products off a site for selling on my WP/W’Comm site. Is there a tool, that will auto generate product [sliding] tables, based off those already scraped products and that I can place those [sliding] tables onto say the homepage of my site? I hope I’ve explained this … Read more

WooCommerce Product Amount too big for box

Hey guys, Quick question: I have a WooCommerce store setup (here: http://getmegoing.co.za/shop/), however when one clicks through to the individual products and the amount one wants to add to the cart goes above 9 (i.e. double digits), the amount is too large to see in the box – thoughts? Thanks! Cornelius

Generate Page Header makes WooCommerce Products disappear

Howdy! I’ve been loving your theme so much that it’s the first I’ve ever paid money to upgrade 🙂 Unfortunately, after updating to WordPress 4.2, the Generate Page Header plugin I purchased created the following issues: It removed all but one of my WooCommerce variable products from both the front and back end (simple products … Read more

Change Search Parameters in Navigation Menu?

Hey there! Loving the theme – I’m currently working on a WooCommerce site and have implemented a custom GeneratePress child theme. I love the search button in the main navigation bar – however, it searches ALL posts, pages AND products. I would just like it to search products only. I’ve done some research in the … Read more