How to remove specific options from a specific product?

  • ipsacomedores
    Asked on June 21, 2024 at 4:01 AM

    Hello, I would like to know if it is possible to delete only the selected titles without affecting the others, thank you very much

    How to remove specific options from a specific product? Image 1 Screenshot 20

  • Raymond JotForm Support
    Replied on June 21, 2024 at 4:17 AM

    Hi Omar,

    Thanks for reaching out to Jotform Support. Yes, we can remove product options within a specific product. Let me show you how to do that:

    1. In Form Builder, click on your Product, and on its Gear icon.
    2. Next, under the Options tab, hover your mouse over the related option.
    3. Click on the Gear icon and Delete.
      How to remove specific options from a specific product? Image 1 Screenshot 20

    If that’s not exactly what you’re looking for, can you explain a bit more so I can help you better?

    Let us know if you need any help.

  • ipsacomedores
    Replied on June 21, 2024 at 4:48 AM

    When doing this, unfortunately it makes my product show the default options, what I'm really looking for is to hide them and when selecting them the options appear

  • Lorenz JotForm Support
    Replied on June 21, 2024 at 5:03 AM

    Hi Omar,

    A workaround for this is to add a quantity selector, and create a sub options based from any of the available product options of the item. Let me walk you through it:

    1. In the Form Builder, select the Product List.

    2. Click on the Cart icon to open its setting.

    3. Edit the product with product options and go to the Options tab.

    4. Next, add a Quantity selector, either text box or dropdown will do.

    5. Lastly, edit your preferred option as basis, and enable Create Sub Products from Options.

    How to remove specific options from a specific product? Image 1 Screenshot 20

    This will, however, hide all product options, and will show only once the product itself has been selected.

    Give it a try and let us know if there's anything else we can help you with.

  • ipsacomedores
    Replied on June 21, 2024 at 6:24 AM

    Unfortunately neither of the two answers are exactly what I'm looking for. I'm just looking to eliminate these two titles using CSS, is there any way?

    How to remove specific options from a specific product? Image 1 Screenshot 20

  • Lorenz JotForm Support
    Replied on June 21, 2024 at 6:44 AM

    Hi Omar,

    You can add the CSS code below into your form:

    /* Remove empty product options */

    table#input_202_1004_subproducts tbody tr th:nth-child(5), table#input_202_1004_subproducts tbody tr th:nth-child(6) {
    display: none !important;
    }

    /* end */


    Give it a try and let us know if there's anything else we can help you with.

 
Your Answer