• Resolved andre74

    (@andre74)


    Hello
    I’m starting to create my e-commerce website and use Woocommerce.
    I’ve created products but all products are display in the same page. I would like to create 1 different page per category of product.

    Could you help me please?

Viewing 6 replies - 1 through 6 (of 6 total)
  • If you go to Admin page > Appearance > Menus, in the left panel there should be a section called “Product Categories”. Expand the section and add your categories to your menu.

    Thread Starter andre74

    (@andre74)

    Thanks for your answer but unfortunatly it’s seems that i haven’t the section “Product Categories”.
    In “menu”, i have “Categories” but i’m not managed to add some product categorie inside.

    Have you another idea to help me
    Thanks in advance

    Its not the “Categories” section, this is for post categories only. If you don’t have a “Product Categories” section, please check you have created some product categories at Admin page > Products > Categories, then go through your products and assign each product to one or more product categories.

    Product Categories section in the Menu setup page

    The system setup for the image is 2016 theme with WC only.

    Thread Starter andre74

    (@andre74)

    Perfect, now it’s works. I have submenu per category who sort my product as i wanted
    Thanks very much for your help.

    I have new question link to this point.
    Is it possible to create a “page” who display directly these information (already sort by categorie)?
    Actually it’s work if selected directly from the menu but i would like to have the same from a page.

    Thanks for your help

    Ideally you would use the shop page which has pagination, and add an additional sorting option to the product order dropdown. However, this would be a custom coding development. PHP skills or a developer would be needed.

    Alternatively, you could try to make a page using shortcodes, see:
    https://docs.woocommerce.com/document/woocommerce-shortcodes/#section-9

    So your page text would read:
    [product_category category=”shirts”]
    [product_category category=”trousers”]
    [product_category category=”coats”]

    In some circumstances, a product may be in multiple categories so appear more than once.

    Shortcodes don’t have pagination, so all your products would appear on one page.

    Thread Starter andre74

    (@andre74)

    I’ve tried the second option and it’s works well.
    Just, i created new product i must thinking to add it in these specific page … it will be not automatique

    Thanks very much for your support

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Create a new page of product with Woocommerce’ is closed to new replies.