To hide all products from Shop Page, and show Category only, you can follow these.
#1. First, you need to find Shop Page URL.
In my example, we will have:
https://tuanphan3.squarespace.com/store-2
#2. Use this code to Custom CSS box
html:has(link[rel="canonical"][href="https://tuanphan3.squarespace.com/store-2"]) .products-flex-container {
display: none !important;
}