• Resolved flo1982

    (@flo1982)


    Hallo,

    how can I remove the “Allow only one quantity of this product to be bought in a single order” from the product formular ?

    How can I active the checkbox “Enable for variations” as default in the product formular ?

    When I deactivate the product stock management again, is it possible that the “Stock status” will change to “in Stock” immediately ?

    Thank you
    Florian

Viewing 1 replies (of 1 total)
  • Plugin Support Jahidul Hassan Mojumder

    (@jahidulhassan)

    Hi @flo1982

    The inventory section of the product edit page is being rendered from wp-content\plugins\dokan-lite\templates\products\inventory.php this file. The changes you are intended to make will need proper customization. You can have a look at the file that I have referred to as we are unable to provide any custom solution to our users as per our support policy.

    If you want to remove the “Allow only one quantity of this product to be bought in a single order” option using CSS then you can use the below-mentioned one in your WordPress dashboard’s Appearance > Customize > Additional CSS.

    .dokan-product-inventory.dokan-edit-row label[for="_sold_individually"]{
      display: none !important;
    }

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Edit product formular in seller dashboard’ is closed to new replies.