problem with product category
Hi, How are you? I am having a problem with jigoshop category. i have created several category but categories are not shown in product category page. category page has been created, i can browse them but categories are not shown in category page.
Thank You
2 Posted by dyu on 23 Mar, 2012 04:37 PM
[jigoshop_category slug="category-name" per_page="8" columns="4" pagination="yes"] put these shortcde in a new page and dont forget to replace the slug of the category in the short code .Now you can display this page for showing the category products
3 Posted by mim on 23 Mar, 2012 04:51 PM
i think the problem is only for wpmu.
category page is ok. but my problem is: i have created product category from backend. now i can browse category page but in backend it does not show any category. when i go to create new product, it does not show my created category.
4 Posted by jason on 14 May, 2012 12:41 AM
I am having this same problem. I am also on wpmu or "multisite." Were you able to resolve this problem?
5 Posted by mim on 14 May, 2012 02:14 AM
yes, category problem has been solved but product attribute still does not work on wpmu.
6 Posted by jason on 14 May, 2012 02:17 AM
I still can't create product categories or view them in the backend like you describe. What did you do to fix this problem?
Here's an image of what my dashboard looks like.
7 Posted by mim on 14 May, 2012 02:27 AM
exactly the problem i faced, but jason, it was fixed automatically or i did something that i don't know.
8 Posted by baz on 05 Jul, 2012 06:23 PM
I am facing the same problem, anybody know how to fix this??
Your help would be appreciated!
Thank you very much!
9 Posted by dyu on 06 Jul, 2012 03:44 AM
Create a template page for product categories & use the below code in that template .
$args=array(
You will get the list of categories under the default taxonomy of jigoshop.
Hope this will help you