Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter potionmagique

    (@potionmagique)

    somebody to respond ??

    Plugin Author Ataul Ghani

    (@mag_oberon)

    please update your old version….

    Hi,

    I’ve just installed your plugin, and I can’t use my SKU and stock fields.
    I’ve tried naming columns with the correct names to match jigo columns directly, I’ve tried associate my fields to the jigo fields (using the selects), I ‘ve tried to disable the stock management option in jigo settings…
    Well, none of these works.
    Any idea ?

    Additional information:
    Jigoshop CSV Importer 1.1
    Jigoshop 1.8
    Wordpress 3.7.1

    πR

    Hello,

    I am having the same problem with my price not importing correctly. Can you tell me what the format has to be? I have tried using:

    20
    20.00
    $20.00

    None of them get uploaded.

    Thank you for your help!

    EFindlicher

    (@efindlicher)

    The problem is that the plugin is using outdated field values.

    If you’re feeling daring, in the Jigoshop-CSV-Importer.php file, remove the initial underscores in the update_post_meta block (e.g. “_visibility” becomes “visibility”) – doing that to all those lines will at least get the price and the SKU working properly. I’m not managing inventory on my site, so I also added:

    update_post_meta( $post_id, 'stock_status', 'instock' );
                update_post_meta( $post_id, 'manage_stock', '' );

    Which makes them display as in stock by default.

    This is such a simple fix, I wish the plugin author would take care of it.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘price import don't work’ is closed to new replies.