• Resolved tomessence

    (@tomessence)


    Hi,

    I used the snippet you provided a week ago to resolve this issue, but it doesn’t work…

    function mytheme_add_product( $post_list ) {
    $post_list[] = ‘product’;
    return $post_list;
    }
    add_filter(‘duplicate_post_enabled_post_types’, ‘mytheme_add_product’);

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Md Mazedul Islam Khan

    (@mazedulislamkhan)

    We are sorry to hear that you’re having trouble with the relevant code snippet we provided earlier. Can you please confirm where we provided the relevant code snippet so that we can see the full history? We searched the relevant topic on this forum but couldn’t find anything related to this.

    That said, can you please confirm whether the relevant post types slug is called product or something else? If the relevant post types slug isn’t called product but something else, what would that be exactly?

    We look forward to hearing from you.

    Thread Starter tomessence

    (@tomessence)

    Hi,

    Thanks for the quick response.

    The thread where you provided that snippet is ‘Clone missing on products’, from about 2 weeks ago on this support forum:
    https://www.ads-software.com/support/topic/clone-missing-on-products/

    The post type slug is product:
    wp-admin/edit.php?post_type=product

    Hi!

    There is a bug that is preventing that snippet described here https://www.ads-software.com/support/topic/clone-missing-on-products/#post-14003615 from working correctly.

    The current version is 4.1.1 and the bug is expected to be resolved in the next release. Unfortunately, we do not have a timeline for when that happens only that the issue is expected to be fixed in that release.

    This thread has been marked as resolved due to a lack of activity.

    You’re always welcome to re-open this topic. Please read this post before opening a new request.

    Thanks for understanding!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Products Cloning is missing’ is closed to new replies.