• Resolved dwdonline

    (@dwdonline)


    I am switching from the bloated and slow Wholesale Suite plugin – is there a way to migrate the roles? Their plugin really slows down my site (from 2 seconds to 120 seconds), whereas this plugin does 3 seconds – which is not bad comparatively. But, I’m hoping to be able to migrate the roles and prices.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter dwdonline

    (@dwdonline)

    I had setup about 1800 products in the Wholesale Suite plugin, so I wanted to transfer those. I was able to do this via SQL on the database.

    UPDATE wp_postmeta
    set meta_key = ‘_price_types_1’
    where meta_key = ‘yourlevel_wholesale_price’;

    In the database, each level is saved as _price_types_#. In the wholesale suite, it does them as yourname_wholesale_price (you just change the yourname to the slug you used when creating the wholesale role from the previous plugin. This MySQL updates the meta_keys and ties them to the new plugin.

    Hi @dwdonline,

    You can try these 2 methods below:

    Method 1:

    1. Go to the Users page in the WordPress admin.
    2. Edit each of your existing wholesale users.
    3. From the ‘Role’ dropdown, change the role to one of the new roles created by WooCommerce Wholesale Pro.
    4. When they next log into their accounts, they will have access to the new wholesale area created by WooCommerce Wholesale Pro.

    Method 2:

    1. Go to the Users page in the WordPress admin.
    2. Use the checkboxes to multi-select all the users who you wish to move to a new wholesale role.
    3. Use the ‘Change role to’ dropdown to select one of the new wholesale roles and click ‘Change’.
    4. When your wholesale users next log into their account, they will have access to the new wholesale area created by WooCommerce Wholesale Pro.

    Let me know if my answer can help you resolve your issue :).

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Migrate from Wholesale Suite’ is closed to new replies.