Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #3709253
Export Bought Together Products
Open

Comments

  • Shansavvy started the conversation

    Hi Support Team,

    I'm using the WPC Bought Together plugin to create bundles of products on my WooCommerce store. I'm looking for a way to export the "Bought Together" products, including their relationships, to a CSV or other format.

    Is there a built-in feature or a recommended way to export these products? If not, are there any plans to add this functionality in the future?

    Thanks for your help!

  •  1,222
    Dustin replied

    Hi Shansavvy,

    Please add the custom code below for both sites. (How to add custom code? ↗):

    add_filter( 'woobt_use_sku', '__return_true' );

    Then, you can use the default Export/Import tool from WooCommerce; remember to choose "Export custom meta":

    1492803087.png
    4012851877.png


    Best regards,
    Dustin

  •  1
    Marian replied

    Hello.

    and the code for the Product Bundle would be the same?

  •  1,222
    Dustin replied

    For WPC Product Bundles, please try the snippet:

    add_filter( 'woosb_use_sku', '__return_true' );

    Best regards,
    Dustin