Enable Sold individually by default Home / Topic / WCMp Vendor Frontend Reports / Enable Sold individually by default Search for: WCMp Vendor Frontend Reports Enable Sold individually by default Resolved This topic has 3 replies, 2 voices, and was last updated 3 months, 3 weeks ago by abhirup. Viewing 3 reply threads Author Posts September 25, 2020 at 9:51 AM #106342 randomdudeftw5Participant Hi I would like to know if there’s a way to have the box “Sold Individually” Box tick by default while also having the inventory be unset. Attachments:3.png September 25, 2020 at 11:23 PM #106457 abhirupModerator Hi, Override dc-woocommerce-multi-vendor/templates/vendor-dashboard/product-manager/views/html-product-data-inventory.php template by copying it to yourtheme/dc-product-vendor/vendor-dashboard/product-manager/views/html-product-data-inventory.php add below code after line no 128 <script> jQuery("#_sold_individually").prop( "checked", true ); </script> Copy Regards, September 26, 2020 at 2:38 AM #106473 randomdudeftw5Participant Thank you, I was able to create more templates to edit the custom HTMLs through cpanel. You can close the thread now. September 26, 2020 at 2:46 AM #106474 abhirupModerator Welcome!!! Please feel free to open a new one for further assistance. Author Posts Viewing 3 reply threads The topic ‘Enable Sold individually by default’ is closed to new replies.