• Resolved chtipepere

    (@chtipepere)


    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
    P.S. : you can delete my innapropriate comment in the other topic.

    http://wordpress.org/plugins/jigoshop-csv-importer/

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

    (@chtipepere)

    Hi
    After digging into your plugin code, I’ve found that the fieldnames have changed: there’s no more underscore as prefix, and some field names have completly changed.

    πR

    I discovered the same thing. In the Jigoshop-CSV-Importer.php file, removing the initial underscores in the update_post_meta block at least got the price and the SKU working properly. I’m not managing inventory on my site either, 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 creator would take care of it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘SKU and stock wont' import’ is closed to new replies.