Import product category

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Enju
    Senior Member
    • Apr 2018
    • 128

    Import product category

    Hello,
    is there an option to import Product Categories? I don't see this entity type in the import option.

    Thanks for the help in advance
  • Maximus
    Senior Member
    • Nov 2018
    • 2731

    #2
    Hi,
    By default, this entity is restricted to be imported. To allow it do:
    1. Create a file /custom/Espo/Custom/Resources/metadata/scopes/ProductCategory.json with a code
    Code:
    {"importable": true}
    2. Administration -> Clear Cache
    3. Refresh a webpage

    Investigate the 'product_category' table structure in DB to find out how the data should be structured in a CSV file.

    Comment

    Working...