• Resolved 8725z4twhugias

    (@8725z4twhugias)


    Hello, i want to hide my SKU from eBay.
    so it should not be sent to eBay in any way.
    i tried excluding “SKU” in the “exclude attributes” field, but it doesn’t work.

    how can i achieve that?
    regards

    • This topic was modified 3 years, 2 months ago by 8725z4twhugias. Reason: tags
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support WP Lab Support

    (@wp-lab-support)

    Hi @8725z4twhugias

    Thanks for contacting support but I believe you already reached out to our support team and we are looking into a solution for you as we speak.

    If you did send in a ticket then please wait for us to reply to that email you sent.

    Otherwise, please reply back to this forum post and I will report back here when I have more information on this for you.

    Kind regards,
    John

    Thread Starter 8725z4twhugias

    (@8725z4twhugias)

    solved by editing plugin

    see here:
    https://pasteboard.co/bftpUz42wSgO.png

    can you please tell me how to make that a snippet so it doesn’t get overwritten?
    thanks!

    edit:
    yes i have reached out to support via email, i do not have pro subscription yet however, as i am still testing the capabilities of the plugin

    Plugin Support WP Lab Support

    (@wp-lab-support)

    Hi there.

    If that works okay for you great, but this code snippet:

    add_filter( 'wple_filter_listing_item', function( $item ) {
        $item->SKU = null;
        
        return $item;
    } );

    … will remove all SKUs and belongs in the functions.php file of your active theme.

    Kind regards,
    John

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to prevent sending SKU to eBay?’ is closed to new replies.