cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 1.9.1 - Importer stopped working - Can export and import current price changes

Magento 1.9.1 - Importer stopped working - Can export and import current price changes

Hello!

The basic Magento importer was working but now it has stopped - when trying to add new products. I can update values for existing products as well as export products.

They data scans okay. But when importing the products are not showing up in the backend or in the database.

The php memory_limit = 512M, not sure how to check how much I am currently using.

I am using the following columns, using the same as my export file - these worked before;

  • (product description set to required = no)
  • _store
    sku
    _attribute_set
    _type
    _category
    _root_category
    _product_websites
    colour
    colour_map
    gift_message_available
    glove_size
    has_options
    meta_title
    msrp_display_actual_price_type
    msrp_enabled
    name
    options_container
    parent_code price
    required_options
    short_description
    size_map
    status = 1
    tax_class_id = 0
    url_key
    url_path
    visibility = 1
    weight
    qty = 1
    min_qty
    use_config_min_qty
    is_qty_decimal
    backorders
    use_config_backorders
    min_sale_qty
    use_config_min_sale_qty
    max_sale_qty
    use_config_max_sale_qty
    is_in_stock notify_stock_qty
    use_config_notify_stock_qty
    manage_stock
    use_config_manage_stock
    stock_status_changed_auto
    use_config_qty_increments
    qty_increments
    use_config_enable_qty_inc
    enable_qty_increments
    is_decimal_divided

Thanks for your help.