• Resolved unrealg

    (@gokhandogan)


    How can I remove backorder options for sellers when listing products? At least for basic and variation products, backorder settings will default to “allow” and sellers cannot change this. Is there any code that can do this?

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

    (@jahidulhassan)

    Hi @gokhandogan,

    This feature is unavailable by default to set the backorder settings to be allowed by default and not allow the vendors to change that. If you want to have this feature, it will require proper customization.

    You can try using dokan_new_product_added this hook and update _backorders this metadata. After that, apply the below-mentioned CSS to hide the backorder field from the vendor dashboard.

    .dokan-dashboard .show_if_stock.dokan-stock-management-wrapper .last-child{
      display: none;
    }

    I hope this information will help. Thanks!

    Plugin Support Jahidul Hassan Mojumder

    (@jahidulhassan)

    Hi @gokhandogan,

    Due to inactivity, we are marking this topic as resolved. Feel free to open a new one if you face any further issues.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘disable backorders for seller’ is closed to new replies.