• Hi,

    Im trying to export my product bundles, but im not getting all the data neccesary to import them into my other store.

    Where is data for what SKU’s and quantity that are contained in bundle stored?

    Best Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @nikeri,

     Our plugin saves the bundled product IDs in the configuration, so the product IDs on the target site need to be the same as the source site to make it works correctly.

    If not, please add the below snippet (How to add custom code?):

    add_filter( 'woosb_use_sku', '__return_true' );

    Then the bundle will save the SKUs instead of IDs and it will be corrected during exporting/importing.

    In this case, you need to set the SKU for all bundled products. Edit the bundles and save the changes then you can export/import them.

    Regards,

    Thread Starter nikeri

    (@nikeri)

    Hi,

    Thank you! I added the snippet but it seems i still need to supply ID’s for the bundles on import for them to save properly. If ID is not added, the product page displays “H1” instead of the sku in the bundle settings.

    Any way to solve this?

    Best Regards

    elitinis

    (@elitinis)

    Hello. Also have problem exporting bundles to another site.

    Inserted already
    add_filter( ‘woosb_use_sku’, ‘__return_true’ );
    in my site Child Theme functions.php file.

    But creating bundle ia see ID not sku.

    Export doesnt work.
    All bundls are unbundled in site – recipient.

    May be i need to insert this function on site – receipient too?
    http://joxi.ru/52aWyBDU0qzPOr

    http://joxi.ru/KAx0XJqUwj5J3A

    Need help.
    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Exporting Product Bundles Data’ is closed to new replies.