• Resolved insidewebnl

    (@insidewebnl)


    Hello,

    Is it possible to apply ‘Sold individually’ checked as a default for all product variations.

    Now, we’ve to edit this for every single product. But we would like to enable this for all products in our store.

    Thanks,
    Jarno

Viewing 1 replies (of 1 total)
  • We use the WooCommerce $product->get_meta() method to get our custom fields:
    – Variation: _sold_variation_individually
    – Product: _sold_individually_apply_variations

    Maybe you can hook into woocommerce_product_get__sold_individually_apply_variations and woocommerce_product_variation_get__sold_variation_individually and always return “yes”.

    At the time there’s no option to make this default, and we’re not planning on implementing it anytime soon unless one of our clients asks and pays for the development, sorry. This is a free plugin and we’re currently working on our paid products.

Viewing 1 replies (of 1 total)
  • The topic ‘Can we make this a default setting?’ is closed to new replies.