• Resolved blasyfeel

    (@blasyfeel)


    Hello, in the configuration I have defined the sale of digital products only. I would like to hide the virtual product type in product creation. I would like the seller to be able to choose only the downloadable product. Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @blasyfeel

    Thanks for reaching out.

    You can simply hide the virtual product options from the product creation form by applying the following CSS in your site’s wp-admin -> Appearance -> Customize -> Additional CSS section:

     .content-half-part.virtual-checkbox {  
       display: none; 
    } 

    Let me know the update.

    Regards,

    Thread Starter blasyfeel

    (@blasyfeel)

    That’s great. thank you very much

    Shafinoid

    (@shafinahmad01)

    Hello @blasyfeel

    I believe you have got the solution and your query is being satisfied. Assuming that I am resolving this topic.

    Feel free to create another one anytime.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide virtual product in adding products’ is closed to new replies.