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

Okay
  Public Ticket #2930104
Export SKU instead of ID
Closed

Comments

  • Richard started the conversation

    Hi! I plan to order your plugin to my website and I check the documentation now. I see on export with bundled products to an other website I will have the exported by woosb_ids field with ID/qty,... format. I would like to export by wp all export plugin.

    Example output: 101/1,102/2,103/2

    This is not good, because on import side the ID will be different, than at source website side.

    Have you any trick to export SKU/qty,... format? The wp all import plugin can import by sku too, but with ID can't, because the IDs not will be same on all side.

    I hope, will be any solution and I can use your plugin, because I see, this is a good way to bundled products.

    Regards, Richard

  •  767
    Janilyn replied

    Hi Richard,

    Thank you for contacting WPClever Support Forum. 

    We’ve received your question and assigned one of our developers to help you with that. 

    He’ll be looking into your question and responding with specific instructions as soon as possible. 

    Please stay patient as we're having very heavy workloads, it might take some time for our developers to reach back.

    Best regards.

    Janilyn T. - WPClever Support Agent

  •  1,226
    Dustin replied

    Hi Richard,

    Please add the below custom code (How to add custom code?)

    add_filter( 'woosb_use_sku', '__return_true' );

    After that, when creating or editing a bundle, the SKU will be used. Then, you can export bundles with SKUs of bundled products.

    Best regards,
    Dustin