# Hiding product from shop and order via custom form

In order to only allow users to order the product via the form you build, you will have to follow the below steps:

1. Make sure you are running Super Forms **v4.9.800** or higher
2. Go to **Super Forms > Settings > WooCommerce Checkout**:<br>

   <figure><img src="https://852124118-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fl6Kz0R6S7z3Fb6KLZYVE%2Fuploads%2FgApGjmrod7etdt4jDBH7%2Fsuper-forms-global-woocommerce-checkout-settings.png?alt=media&#x26;token=998a7cc2-702f-47ad-a219-bb44bcfb2136" alt="WooCommerce Checkout settings"><figcaption><p>WooCommerce Checkout settings</p></figcaption></figure>
3. Map the form with the product ID's and or Product category slugs under the **Hide products from the shop** setting. In the below example we will hide all products that belong to the category "Computers" which slug is "computers".<br>

   <figure><img src="https://852124118-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fl6Kz0R6S7z3Fb6KLZYVE%2Fuploads%2FjgpPn3HyxJH1rphdcapu%2Fhide-products-from-the-shop-by-category-or-product-id-woocommerce.png?alt=media&#x26;token=4740c2e5-cb98-44fe-8a58-b274e8e7420e" alt="Hiding WooCommerce products from the shop based on Category slug or product ID."><figcaption><p>Hiding WooCommerce products from the shop based on Category slug or product ID.</p></figcaption></figure>
4. Click **Save Settings**<br>

   <figure><img src="https://852124118-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fl6Kz0R6S7z3Fb6KLZYVE%2Fuploads%2F5c5S6EXtEoa5yMbGnVKK%2Fsuper-forms-save-global-settings.png?alt=media&#x26;token=0346a010-ee15-42a5-987f-70ac63ffaf9a" alt="Save your WooCommerce settings"><figcaption><p>Save your WooCommerce settings</p></figcaption></figure>
5. Visit your shop Front-end and confirm the products are no longer visible. Also confirm you can still order them via your forms.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.super-forms.com/features/integrations/woocommerce-checkout/hiding-product-from-shop-and-order-via-custom-form.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
