• Resolved Danny

    (@daining1298)


    It would be nice to enable editing variations also.
    And maybe it is better to disable Stock quantity editing. I enable each variation’s Manage Stock and disable product Manage stock. But in BEAR editor, Stock quantity still be changed and it will enable Manage stock back.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support mediawebster

    (@mediawebster)

    Hello

    Ok! I passed this to the developers

    Plugin Author RealMag777

    (@realmag777)

    Hello

    New hook ‘woobe_stock_quantity_dependency‘. If to set FALSE then with changing of stock quantity to positive value field ‘manage_stock’ will not be changed automatically. By default is TRUE.

    add_filter('woobe_stock_quantity_dependency', function ($status) { return false; });

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Enable editing for variations’ is closed to new replies.