E-commerce Category Sync

The ecommerce-catalogsync module brings everything you need to enhance e-commerce categories with data collected in Magnolia as well as to play them out in an optimized order. It is based on the E-commerce module. For this purpose, the new CategoryImportCommand command is registered. To make use of this command, the E-Commerce Categories app is registered, which can be extended as desired via decoration. For the Categories App, a special field is also provided with which the displayed order of the products of a category can be changed by using drag-and-drop.

This module is at the INCUBATOR level.

Installing with Maven

Maven is the easiest way to install the module. Add the following to your bundle:

<dependency>
  <groupId>info.magnolia.ecommerce.catalogsync</groupId>
  <artifactId>category-importer</artifactId>
  <version>1.1.2</version>
</dependency>

Configuration

This module contains a command and the corresponding app. Below you will learn how to configure both.

App

The E-Commerce Categories app is registered automatically on the first startup of the module.

The app can be adapted to individual needs with the help of a decoration file. Below you will find an example of how to activate the visualMerchandise field included in the module.

decorations/ecommerce-catalogsync-app/apps/ecommerce-catalogsync-app.yaml
subApps:
  detail:
    form:
      implementationClass: info.magnolia.ui.javascript.form.FormViewWithChangeListener
      properties:
        visualMerchandise:
          label: Visual Merchandise
          $type: javascriptField
          fieldScript: /ecommerce-catalogsync-app/webresources/visualMerchandise.html
      layout:
        $type: tabbedLayout
        tabs:
          visualMerchandise:
            label: Visual Merchandise
            fields:
              - name: visualMerchandise
          system:
            label: System Properties
            fields:
              - name: name
              - name: externalId

Command

The CategoryImportCommand command is registered automatically on the first startup of the module under /module/category-importer/commands/pxm.

If you use the app that comes with this module, you do not need to adjust the command parameter. Therefore, all parameters are optional.
Command Description

workspace

optional, default is ecommerce-categories

The workspace in which the categories are synced.

contentType

optional, default is ecomcategory

The ContentType under which the categories are saved.

nodeNameProperty

optional, default is name

The property under which the name of the category is stored in JCR.

externalIdProperty

optional, default is externalId

The property under which the external ID of the category is stored in JCR.

Usage

Once the E-Commerce Categories App module is installed and configured, a dedicated app becomes available in Magnolia AdminCentral. This app allows authors to synchronize categories between Magnolia and the connected external e-commerce provider.

The sync automatically retrieves the latest categories from Magnolia and updates your e-commerce provider accordingly. There is no need to select a page or vendor manually.

  1. In Magnolia, open the E-Commerce Categories App.

  2. In the action bar, click the Sync Categories action.

    sync categories

Changelog

Version Notes

1.1.2

1.1.1

1.1.0

Several updates:

  • Introduced default values for command definition.

  • Introduced the visualMerchandise Field which can be used in the app to change the order of products via drag-and-drop.

  • Improved root category detection so the configuring of the root node is not necessary anymore.

  • Included the base app into the command module to bring base app and command together.

1.0.4

Minor updates.

1.0.3

Minor updates.

1.0.2

Minor updates.

1.0.1

Minor updates.

1.0.0

Initial release of the module.

Feedback

Incubators

×

Location

This widget lets you know where you are on the docs site.

You are currently perusing through the E-commerce Category Sync docs.

Main doc sections

DX Core Headless PaaS Legacy Cloud Incubator modules