Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Dhruvin

    (@dhruvin)

    Hi @justeren

    The Pro version of the plugin has the option to Enable/Disable per product.

    The Lite version has the option to Enable/Disable for a product category or you can add the following snippet in functions.php file or using a code snippet plugin:

    add_filter( 'wau_include_product_ids', 'wau_include_only_product', 10, 1 );
    
    function wau_include_only_product( $pids ) {
        return array( 310, 315 ); // Add the product ID's here in the array.
    }

    Please let me know how it goes or if you need further assistance.

    Best Regards,
    Dhruvin Shah

    Thread Starter justeren

    (@justeren)

    Hello there ,

    Thanks for helping me for this situation. The lite version you talking about is free one ? If is it ? cant find the settings page for File Uploads Addon for WooCommerce plugin.

    Plugin Author Dhruvin

    (@dhruvin)

    Yes, the lite version is the free one you are pointing to.

    The Settings menu is available at the bottom with text “Addon Upload Settings”. Here is a screenshot indicating the same: https://prnt.sc/Ln8BDzueDAjn

    Other settings are available in the Pro version listed here.

    Best Regards,
    Dhruvin Shah

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change settings to make this choice for just one product’ is closed to new replies.