• Resolved borboletanna

    (@borboletanna)


    I need to configure Shop page with categories products exclusively.
    I don’t want also products.

    Now, I configured Woocommerce setting up Categories in the Shop page but the page remain just you can see here: https://www.borseggi.it/e-shop/

    Also, I don’t want to see the ordering list choise menu. How can eliminate it?

    Kind regards

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support RK a11n

    (@riaanknoetze)

    Hi there,

    It looks like you’re using Gutenberg blocks on the page that’s been assigned for your shop. To remedy that, you’ll want to do one of the following:

    • Remove the Gutenberg blocks and use the WooCommerce shop page settings under **Appearance > Customize > WooCommerce > Product Catalog**
    • Assign a different page as your shop page under **WooCommerce > Settings > Products > General > Shop pages > Select – Shop page**

    As for hiding the sorting dropdown on the *current* design, you could use the following custom CSS under **Appearance > Customize > Additional CSS** :

    
    .wc-block-components-sort-select__select {
      display: none;
    }
    

    Note that this CSS might need to be tweaked if you’re changing pages or removing Gutenberg blocks.

    Thread Starter borboletanna

    (@borboletanna)

    1. I don’t know how to remove the Gutenberg blocks.
      Please, can you kindly explain to me how to do it?
    2. I’ve assigned this page as my shop page but nothing change.

      Thanks tousand!

    Hello @borboletanna ,

    1. To remove a block, you need to navigate to wp-admin > Pages > Edit your page and then select the block you want to remove. You will be given a couple of tools to use and from there select the “Remove block” option – https://prnt.sc/wj4u9t

    A more detailed guideline is here – https://www.ads-software.com/support/article/wordpress-editor/#adding-a-block

    2. I can see that the page is showing product categories. The shop page will show what you have selected under wp-admin > Appearance > WooCommerce > Product Cataloghttps://prnt.sc/wj4zbk.

    I hope this clears the confusion.

    Thank you ??

    Rynald0s

    (@rynald0s)

    Automattic Happiness Engineer

    Howdy.

    We haven’t heard back from you in a while, so I’m going to go ahead and mark this thread as resolved. If you have any other questions please start a new thread.

    Cheers!

    Thread Starter borboletanna

    (@borboletanna)

    I’m sorry, I haven’t been able to solve my problem yet.

    I tried the solutions you given to me but without success. You can show the same page with errors…
    I don’t want Shop Page with products but yes with product categories.

    I just configured Appearance > WooCommerce > Product Catalog > categories but nothing change..

    How can I solve by other ways?

    Kind regards

    ANNA

    Hello @borboletanna ,

    I am sorry to hear that you are still facing the issue.

    I checked again the page https://www.borseggi.it/e-shop/ and it looks like the page is still using the Products block. If you use the Products block then the settings from the Customize will not affect the page.

    Please remove the block from this page (instruction is on my last reply).

    Then select the page from wp-admin > WooCommerce > Settings > Products > Shop page.

    A detailed guideline on which pages to set on WooCommerce is here.

    Please follow the above steps and let me know how it goes.

    Thank you ??

    Thread Starter borboletanna

    (@borboletanna)

    Finally, I got it!
    At the end, I created a new store page because no block was configured with products but anyway there was a problem that I don’t understand yet.

    Thank yu thousand anyway

    Best regards

    ANNA

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Woocommerce Shop page is not displayed as I set it up’ is closed to new replies.