• Resolved therealcrazy8

    (@therealcrazy8)


    If you look on the very bottom of the shop page, you will see, that there is a cluster of what appear to be catalogs or something. I am not sure why they’re showing up there, nor do I know how to get rid of it. I have gone through the WooCommerce and the Ultimate Product Catalog plugins and I have found nothing. Well, almost nothing. I did come across where I can alter “Sort By” and “Display” settings, but nothing to actually remove any of what’s on the bottom of that page.

    Thank you

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • The sort by dropdown and the 4 categories are the standard WooCommerce shop output. You can’t turn them off.

    The large part of the page above is coming from your plugin. I don’t have that and its not supported here.

    I think the way forward for you is to try to get the two on different pages. If the plugin gives you a shortcode, don’t use it on the shop page. You have to have a shop page, but you don’t have to link to it.

    Otherwise a less elegant fix would be to hide the shop part with some custom css:

    main.template-shop {
      display: none;
    }

    Custom css can be entered at:
    Dashboard > Appearance > Customize > Additional CSS

    Thread Starter therealcrazy8

    (@therealcrazy8)

    I think the only issue I can see right now from trying this is that when you hit the “continue shopping” button on the “cart” page, you get sent back to the single product page, rather than the catalog page that the associated product belongs in.

    I guess to further explain, If I select “Product A” From Catalog “Letters” and end up on the cart page and shows the button “continue shopping” I don’t want to be brought back to the “Product A” page. I want to be brought back to the “Letters” Catalog page.

    Much like, if at any point I select “Product 1” from the “Numbers” Catalog, and end up on the cart page and shows the button “continue shopping”, I don’t want to be brought back to the “Product 1” page. I want to be brought back to the “Numbers” Catalog page.

    I am assuming that the “continue shopping” button can only be designated to go to one page (either the product you just added to the cart, or the “shop” page) and if that’s the case, having two separate catalog pages poses an issue.

    I did try the CSS, and that works great. I do like the suggestion of doing two catalog pages, as that would clean it up a bit, but I am not sure how I would successfully pull that off and everything work the way I’d like it to.

    Plugin Support con

    (@conschneider)

    Engineer

    Hi there,

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

    Thread Starter therealcrazy8

    (@therealcrazy8)

    Sorry I havent gotten back to this. I did just try the recommended plugin, but I am noticing that I currently dont have a “continue shopping” link to hit. All I see is “Cart Updated”. Any reason why that would be?

    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Shop Page Catalog Issue’ is closed to new replies.