Administering Intershop Page 1 / Overview

Transcription

Administering Intershop Page 1 / Overview
Administering Intershop
Administering Intershop
Overview / Adobe Experience Manager / Adobe Experience Manager 6.0 / Administering / eCommerce /
NOTE
This document applies to both Intershop 7.4 and Intershop 7.4 CI (Continuous Integration).
CATALOG IMPORTER
There are a variety of ways to import product and catalog data. The product and catalog data can be
imported when initially setting up the environment, or after changes have been made in the Intershop data.
The importer supports the following modes:
• Full Import
• Incremental Import
• Express Update
The product data is maintained in Intershop 7 software and made available through AEM.
the actual product information imported from Intershop or any other source is held in the CRX repository
under:
/etc/commerce/products
The following properties indicate that the products are linked with Intershop:
• commerceProvider
• cq:intershopCatalogId
• cq:intershopId
NOTE
The Intershop implementation (for example geometrixx-outdoors/en_US) only stores product IDs
and other basic information under /etc/commerce.
The Intershop server is referenced every time information about a product is requested.
Full Import
If required, before the actual import, delete all existing prodct data using CRXDE Lite:
1.
2.
3.
In CRXDE Lite, navigate to the sub-tree holding the product data:
/etc/commerce/products
Delete the node that holds your product data; for example, outdoors.
Click Save All to persist the change.
To do the full import:
1.
2.
Open the Intershop importer in AEM:
/etc/importers/intershop.html
Configure the parameters as required; for example:
© 2012 Adobe Systems Incorporated.
All rights reserved.
Page 1
Created on 2014-11-11
Administering Intershop
3.
Click Import Catalog to start the import.
When complete, you can verify the data imported at:
http://localhost:4502/crx/de/index.jsp#/etc/commerce/products
Incremental Import
1.
2.
3.
4.
5.
Check the information held in AEM for the relevant product(s), in the appropriate sub-tree under:
/etc/commerce/products
In Intershop, update the information held on the relevant product(s).
Open the Intershop importer in AEM:
/etc/importers/intershop.html
Select the checkbox Incremental Import.
Click Import Catalog to start the import.
When complete, you can verify the data imported at:
http://localhost:4502/crx/de/index.jsp#/etc/commerce/products
Express Update
The import process can take a long time so you can select specific areas of the catalog for an express
update that is triggered manually. This uses the export feed together with the standard attributes
configuration:
1.
2.
3.
4.
5.
6.
Check the information held in AEM for the relevant product(s), in the appropriate sub-tree under:
/etc/commerce/products
Log on to the Intershop 7 Commerce Management application.
Navigate to to the desired product.
Click the lock icon on top of the page to lock the product for editing.
On the General tab mark the checkbox Express Update.
Click Apply and click the lock icon on top of the page again to unlock the product.
© 2012 Adobe Systems Incorporated.
All rights reserved.
Page 2
Created on 2014-11-11
Administering Intershop
7.
8.
9.
Open the Intershop importer in AEM:
/etc/importers/intershop.html
Select the checkbox Express Update.
Click Import Catalog to start the import.
When complete, you can verify the data imported at:
http://localhost:4502/crx/de/index.jsp#/etc/commerce/products
CONFIGURE THE CATALOG IMPORTER
The Intershop catalog can be imported into AEM, using the batch importer for Intershop catalogs, categories
and products.
The parameters used by the importer can be configured for:
Intershop Product and Catalog Importer
(com.adobe.cq.commerce.intershop.impl.importer.IntershopImporter)
NOTE
When working with AEM there are several methods of managing the configuration settings
for such services; see Configuring OSGi for full details. Also see the console for a full list of
configurable parameters and their defaults.
CONFIGURE THE PRODUCT ATTRIBUTES TO LOAD
The response parser can be configured to define the properties and attributes to be loaded for (variant)
products.
The parameters used by the parser can be configured for:
Intershop JSON Parser
(com.adobe.cq.commerce.intershop.impl.importer.IntershopJSONParser)
© 2012 Adobe Systems Incorporated.
All rights reserved.
Page 3
Created on 2014-11-11
Administering Intershop
NOTE
When working with AEM there are several methods of managing the configuration settings
for such services; see Configuring OSGi for full details. Also see the console for a full list of
configurable parameters and their defaults.
© 2012 Adobe Systems Incorporated.
All rights reserved.
Page 4
Created on 2014-11-11