Woocommerce Shop custom page - woocommerce

I all,
I need to create a custom shop page using wordpress. I have two main categories. Food and Drinks and I would like to have the same woocommerce products grid style, but divided in two. One for Food and One for Drinks.
I am using page-shop.php template on my theme, and this page simply loops posts.
How can I accomplish this?
Thanks

The easiest way to do this is by using the default woocommerce product category page such as https://yoursite.com/product-category/drink - assuming you have added drink as a product category.

Related

Only show top level categories on a WooCommerce home page

I'm setting up a new shop using the WooCommerce plugin and so far all is working 100% except now I'd like to only show the Top Level Categories on the home page instead of Categories and Sub Categories.
My shop has 4 main categories and 25-50 sub categories and it's making the home page look ugly.. is there an automatic way to only shop the top 4 catgegories or am I going to have to do this manually?
I'm using the ShopKeeper theme
http://themeforest.net/item/shopkeeper-ecommerce-wp-theme-for-woocommerce/full_screen_preview/9553045
hi you need to use woo commerce shortcode on shop page.
[product_categories number="4" parent="0"]
To show ALL top level categories:
[product_categories number="0" parent="0"]
Just a supplemental, enter the ID of the category within parent to display the children of that category. Easily find this by going to Products > Categories, hovering over the link of the required category and finding the ID in the URI.

Woocommerce How to make multiple product pages?

I am new to Woocommerce.
I need to make product list pages for Windows, Android, and Accessories.
I already organized them by categories and made setting to display by "categories and subcategories."
However, in Shop page, still the products are showing.
Can anyone tell me what is wrong with this?
Also, how to make multiple category product pages?
For example, windows products page only need to show Windows products. And Android products page only need to show Android products.
Thanks,
WooCommerce has default product category template and it has a default slug named 'product-category'.
So you can show different products by using the link likes:
http://yoursite.com/product-category/windows
http://yoursite.com/product-category/android
There are also some plugins that provide shortcodes/elements, so you can insert the shortcode or element on your page to show products for specific cateogry.
For example, if you are using WooCommerce with Visual Composer, there is a Product Categories element.
So you can insert the element with specific category setting on your page.
First you should delete the shop page and make a page what you want to name. Also make a category with the same name. Then use this short code [products limit="8" columns="4" category="hoodies, tshirts" cat_operator="AND"] . In the place of hoodie and tshirt you specify your own category's slug name and that's it. And paste it in the page short code box. Now the page will only show one specific category product in a single page. You can also change products limit and number of products in a row.

Woocommerce - How to put a product on a Wordpress portfolio page?

Is there a way to put a link to a particular product from the Woocommerce store onto a Wordpress portfolio page?
I have a portfolio page that shows a picture of a room with a chair and a table. I want to put product links for the chair and table on the same portfolio page and have the product links connect to the product pages in the Woocommerce store. Ideally the product link would consist of a photo, the price, and the product name.
Is this possible? If so can anyone recommend a simple way to do this?
I am using the Forte theme from Pixedelic.
The easiest way might be to use a shortcode from WooCommerce:
http://docs.woothemes.com/document/woocommerce-shortcodes/
Not sure if this will solve your problem exactly as desired, but it might get you close.

Show only posts related to category or page wordpress

I'm kinda new to wordpress and was wondering if I could do the following:
Let's say I have a site for a bakery and in the mainmenu on top there are four links:
Home - About - Products - Contact
Under the page products I would have a number of posts : Bread, cupcakes, ..etc. all of these posts would be categorized under the category products. Now if I go to the products page I want to see only these posts in a sidebar. Therefor I have two questions:
How can I connect this category to this page
How can I show the posts from this category in a sidebar
If anything is unclear please feel free to ask me, also if you would suggest another way of working please let me know.
Much appreciated, thanks!
[EDIT]
I have found that it is better to add a category for this products category instead of a page. Now I'm still looking to display a static post as an intro for this products category.
For connect this category to this page
you can set product to category archive page from
wp-admin/nav-menus.php
you can create a simple page template to list category post
you can use http://wordpress.org/plugins/list-category-posts/ plugin and use short code like [catlist name="news"] in you page content.

Wp eCommerce - Staying within category when product tag is clicked.

I have categories set up in WP eCommerce and I also have product tags set up as well. But let's say I'm in the t-shirt category then I click the product tag "blue". I would like it to stay within the t-shirt category instead of showing all products in the whole store. Is this achievable?
I solved this creating separate custom navs out of the product tags then using isotope to handle the filtering of products. It was actually easier than I thought. Just figured I would post my resolution just incase someone ran across this question.

Resources