• Resolved pelemanindustries

    (@pelemanindustries)


    Hello,

    is there an option to also duplicate variation custom post meta along with everything else?

    I found this question in another topic from 2 years ago, there was said that you were working on developer documentation, but for the meantime check the hook woo_variation_duplicator_variation_save ,this hook located on the following file plugin-root > includes > class-woo-variation-clone.php > 138 number line

    This file does not exist anymore, and looking into the code it is unclear how to do it.

    Could you show an example how to do it? If it works for one custom meta, I can do it for the rest also, but I need something to go on.

    Many thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author Emran Ahmed

    (@emranahmed)

    @pelemanindustries file location changed and updated file location is: /variation-duplicator-for-woocommerce/includes/class-variation-duplicator-for-woocommerce-variation-clone.php

    and there is two filter hook

    • woo_variation_duplicator_variation_save apply during saving duplicated variation data.
    • woo_variation_duplicator_variation_saved apply after variation duplicated.
Viewing 1 replies (of 1 total)

The topic ‘Duplicate variation custom post meta’ is closed to new replies.