• Hello, first of all thank you very much for your plugin!

    I would like to know why “Save all” not working…

    Also i tried to “tweak” your code in order to export csv with price (which i done it)
    But when i try to upload with prices it doesnt work…

    I added the code on : woocommerce-stock-manager/admin/views/import-export.php

    $price = stockautoUTF($data[6]);
    update_post_meta($product_id, ‘_price’, $price);

    but when i upload the csv the price doesnt change but it changes the Stock as price..
    On csv the code is like this :

    id;sku;”Product name”;”Manage stock”;”Stock status”;Backorders;Price;Stock;Type;”Parent ID”
    4827;”Custom Tour”;”Custom Tour”;no;instock;no;price;0;variable;

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Musilda

    (@musilda)

    Hello,

    import, export feature is not supported, because WooCommerce have own feature for import export.

    Save all, dont save stock or price? Please be little specific.

    Thank you

    Thread Starter koulouridhs

    (@koulouridhs)

    Good morning and happy new year.

    About export made it work, the import need some fix, for sure i will figure out.
    About the save all it doesnt save the price of variations, have about 400 variations per product. maybe its too much for run query into database?

    Hi Musilda,

    Save all does not work for me too.

    It seems that last few items on the screen( try to save the last item on the page) does get save when Save all button is click.

    When I check on the var_dump on $_POST[‘product_id’], it seems the item ID are not match with $stock->get_products( $_GET ) record.

    Any idea what cause it?

    Thanks alot

    Plugin Contributor Musilda

    (@musilda)

    Hello queenielow,

    can you send me an email with some screens – [email protected]?

    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Save all not working’ is closed to new replies.