LogoLogo
DocsChangelogRoadmapAboutYouTube
  • Ergonode Manual
  • Dashboard
    • Dashboard
      • User menu and Action center
        • My profile
          • Activity log
          • Privileges
        • Settings
        • Action center
  • Products
    • Catalog
      • General
      • Template
      • History
      • Children
      • Variants
      • Comments
      • Creating new product
        • Simple products
        • Grouping product
        • Product with variants
      • Copy data from one product to another
      • System views
        • Table view (Grid view)
        • Tile view
        • Kanban view
        • Custom view
        • Display settings
      • Batch actions
        • Edit attribute values
          • Generate product descriptions
          • Generate product names
          • Translate content
          • Change values
          • Add prefix or suffix
          • Add values
          • Remove values
          • Clear values
        • Edit categories
        • Edit collections
        • Edit media names
        • Edit template
        • Edit status
        • Export to file
        • Delete products
          • Identification of related products
      • Filters (Advanced)
    • Segments
      • Create a new segment
      • General
      • Translations
      • Conditions
    • Collections
      • Create a new collection
      • General
      • Translations
      • Products
  • Product design
    • Attributes
      • Create a new attribute
      • General
      • Translations
      • Validation
      • Options
      • Custom Fields
        • Custom Fields - How it works
        • Custom Fields - Use Cases
        • Custom Fields - Ergonode Transfer
      • Metadata
      • Attributes Batch Actions
      • Attribute variables
    • Attribute groups
      • Create a new attribute group
      • General
      • Translations
    • Product templates
      • Main templates
        • Create a new template
        • Cloning the template
        • General
        • Translations
        • Designer
          • Widgets
      • Sections
        • Create a new section
        • Cloning the section
        • General
        • Translations
        • Designer
      • Completeness sets
        • General
        • Translations
    • Categories
      • Create a new category
      • General
      • Translations
      • Products
    • Category trees
      • General
      • Translations
      • Designer
    • Category attributes
      • Add attribute
      • Fill in a category attribute value
  • Data exchange
    • Product importer
      • Profiles
      • History
    • Ergonode transfer
      • Files format
      • Import
        • Creating a new import job
        • Running / Importing data
          • General
          • History
        • Importing grouping products and products with variants
      • Exports
        • Creating a new export job
        • Running / Exporting data
          • General
          • History
          • Scheduler
  • Resources
    • Media
      • Edit
        • General
        • Translations
        • Information
        • Relations
  • AUTOMATIONS
    • About Automations
      • Setting Up Automations
      • List of available Triggers, Conditions, and Actions
      • Example business cases with configuration
      • Automations FAQ
  • Apps
    • About Apps
      • Installed apps
      • Available apps
        • Baselinker
          • Options
          • Configuration
          • Scheduler
          • History
        • CSV
          • Options
          • Configuration
          • Scheduler
          • History
        • Channable Feed
          • Options
          • Configuration
          • Scheduler
          • History
        • Shopify CSV
          • Options
          • Configuration
          • History
  • Workflows
    • Information
      • General
        • New status
          • General
          • Translations
      • Designer
        • General
        • Conditions
  • System
    • Users
      • Change user password
      • General
      • Avatar
      • Language restrictions
      • Product Privileges
    • User roles
      • General
      • Privileges
      • Attribute privileges
    • Activities
      • Activity logs
      • Batch actions
    • Your plan
    • Settings
      • Languages
      • Units
      • API Keys
      • SKU
  • Plugins
    • About
    • Disclaimer
      • Magento 2 (new plugin)
      • Shopware
      • PrestaShop
      • WooCommerce
      • Magento 2 (old)
  • Tutorials and Video Clips
    • How to Write Effective Prompts
    • Using ticketing system
    • How to deal with entities
    • Youtube channel
Powered by GitBook
On this page
  • Attributes with media
  • Media name format - Naming method
  • Based on attribute values
  • Based on product SKU

Was this helpful?

Export as PDF
  1. Products
  2. Catalog
  3. Batch actions

Edit media names

Batch action “Edit media name” allows to edit names of media, which are indicated in specific attributes of products. Media names can be generated dynamically based on variables (product attribute.

PreviousEdit collectionsNextEdit template

Last updated 11 months ago

Was this helpful?

Batch actions work in the background; when they are fully executed, you will see confirmation in the and a new entry in .

Additional information:

  • Only global-type attributes are supported.

  • Supported attribute types are the same as with variables in TEXT_AREA type attributes, the list can be found here:

  • Medium has to be related only to one product.

  • If a single medium is used in many attributes within the product, then the system will change its name only once, in the first attribute.

  • If the variable has an empty value, then, in effect, it will be empty in the file name.

  • The count suffix (…01, …02…) is always added in the product context.

  • The limit on the file name length is 128 characters.

  • The forward slash “/” is not allowed in the media name.

Attributes with media

Start by selecting the attributes you want to change the media names in.

The name suffix (01, 02, 03, etc.) will be applied in the order of the selected attributes.

Choose the naming method for your media name format.

Media name format - Naming method

Based on attribute values

Using this method you can use a custom string and/or a variable.

The next step is to choose a language to pull variable values from. It's required to do so even if variables are not used to create a new media name.

Click on Edit media names to start the renaming process.

When it's done, the system will send a notification via the Action center.

Example configuration:

  • Media name format #name-#type-#color-

  • Language of variables English (United Kingdom)

  • Attributes with media to be renamed Main image, Gallery

Sample effect for a single product:

  • Assume that the product has the following values: #name: "Adidas Shoes" #type: "Casual" #color: "Black"

  • Value image1.jpg in attribute Main image change its name to Adidas Shoes-Casual-Black-01.jpg

  • Value gallery_image001.jpg in attribute Gallery change its name to Adidas Shoes-Casual-Black-02.jpg

  • Value gallery_image002.jpg in attribute Gallery change its name to Adidas Shoes-Casual-Black-03.jpg

  • Value gallery_image003.jpg in attribute Gallery change its name to Adidas Shoes-Casual-Black-04.jpg

Based on product SKU

This method does not need any additional configuration.

Example configuration:

  • Assume that the product has the following values:

#SKU: "001"

#total number of files in selected attributes: 4

The order in which attributes are selected defines the incrementation order. If "Main image" was selected first, the first file in that attribute will start the process, then the system will proceed with the rest of the files in that attribute and then will start changing the names of files in the "Gallery" attribute.

Attributes with media to be renamed Main image, Gallery

Sample effect for a single product:

  • Value image1.jpg in attribute Main image change its name to 001-01.jpg

  • Value gallery_image001.jpg in attribute Gallery change its name to 001-02.jpg

  • Value gallery_image002.jpg in attribute Gallery change its name to 001-03.jpg

  • Value gallery_image003.jpg in attribute Gallery change its name to 001-04.jpg

Action center
Activities
LINK