• Resolved steveklt

    (@steveklt)


    Hi, I am importing my wholesale prices using the wpallimport plugin. The wholesale field isn’t available in the gui of wpallimport but I can use a custom field. Can you please tell me which custom field I can use to import wholesale prices to. Thank you in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @steveklt,

    Thanks for contacting us!

    Our fields are custom meta and the WooCommerce Wholesale Prices saves the wholesale price data in wp_postmeta with this meta key: {wholesale role}_wholesale_price

    So when the wholesale role key is wholesale_customer, the meta key should be something like wholesale_customer_wholesale_price.

    I suggest setting up one or two products first with a wholesale price so that when you export, you’ll get all the correct field column meta fields and then reimport with all your products.

    After importing the products, we recommend pressing the Re-Initialize Product Visibility Meta as WPAllImport doesn’t trigger the save_post action during the import so this data would need to be rebuilt to ensure the product visibility settings are respected properly. Please be aware that this feature is exclusive for WooCommerce Wholesale Prices Premium and you can find this setting on WooCommerce > Settings > Wholesale Prices > Help.

    For additional reference, please click here:
    https://wholesalesuiteplugin.com/kb/how-to-fix-broken-product-visibility-after-product-importing/

    I hope this helps. If you have any other questions, feel free to ask me again.

    Thread Starter steveklt

    (@steveklt)

    Thank you very much, that is clear to me. I am going to test it soon. Keep up the good work.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom field for wpallimport’ is closed to new replies.