Important

Okay
  Public Ticket #1310951
Import brands / import product
Closed

Comments

  • Mikhail started the conversation

    Hello, how i can import Brands when import product? Try to set product_brand=Example Brand, get error 
    Value for 'product_brand' attribute contains incorrect value, see acceptable values on settings specified for Admin. 
    Need only names of brands assigned with products, configure Image, Description manualy in Admin Panel

  • Mikhail replied

    I think i can set only existed values? how about adding new brand in import?

  • Mikhail replied

    Ok, i import all brands, which i got, used your import in extension now import goods works fine. How i can import brands by crontab?

  •  1,315
    Land of replied

    Hi

    Sorry, Our don't have function import product product_brand=Example Brand

    Thanks

  • Mikhail replied

    it's a pity, this is SQL query for assign brands after import, might be useful

    INSERT IGNORE INTO ves_brand_product (brand_id, product_id)
    (SELECT value, entity_id FROM catalog_product_entity_varchar cpev WHERE cpev.attribute_id = 136)

    where 136 its ID for product_brand. 

    How about console command for import brands?

  • Jeff replied

    Mikhail,

    Check out StoreManager for Magento by emagicone. It can import anything and use SQL commands, like you need, while doing it.

  •  1,315
    Land of replied

    Hi

    We just have import brand.You can click Vesnustheme->Import->import file brand.

    Thanks