Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Bulk edit vendor name in an existing website #48606
    Yazir Arafath
    Participant

    I used following to change the post author.

    UPDATE wp_posts SET post_author = ‘4’ WHERE wp_posts.post_type = ‘product’;

    Thanks for the support ben. 🙂

    in reply to: WCVendors vs Dokan #48583
    Yazir Arafath
    Participant

    I have launched an eCommerce website in Qatar. I wanted to convert it into a multi-vendor market place. After a lot of research and tried most of them on a development setup, I fixed my mind to choose either WC Vendor or Dokan Pro. Now, I am doing a lot of research about both these plugins. Because it is not possible to change the plugin if anything goes wrong, after the site goes live.

    As I read in this thread, most of them appreciate WC Vendor’s support. But I don’t think WC Vendor support is any better than other developers I have dealt with. Check out one of my query is still unanswered. https://www.wcvendors.com/help/topic/bulk-edit-vendor-name-in-an-existing-website/

    in reply to: Bulk edit vendor name in an existing website #46342
    Yazir Arafath
    Participant

    I don’t have phpMyAdmin installed on the server.

    So, is it okay if I execute following?

    SELECT ID, display_name FROM wp_users;
    UPDATE wp_posts SET post_author=’4′ WHERE post_author=’1′;

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