Created
October 26, 2023 15:54
-
-
Save PluginRepublicSupport/6b84a78610dbd6354d8df77745e2e9fe to your computer and use it in GitHub Desktop.
Edit child product quantity in cart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Editable child quantity in cart when set to independent | |
add_filter('pewc_disable_child_quantities', '__return_false'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment