Announcement

Collapse
No announcement yet.

Import product category

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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

  • #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...
    X