Table of Contents

Shopware 6 plugin integration - EN

Download from Shopware store

Installation

  1. Go to Extensions → My extensions.

  2. Install and activate the Findologic plugin.

  3. Click on Open extension

  4. Select your sales channel and language

  5. Insert required configuration

Configuration

Basic

Export

Direct Integration / Instant Frontend

API only

After setting the configuration press the Save button on the top right corner.

Product export

Default export

Please see Shopware 6 - Export information to get an overview which values are exported by default and where they can be found in your Shopware 6 backend.

Trigger product export

The export can be called with:
<SHOP-URL>/findologic?shopkey=<SHOPKEY>&start=<NUMBER>&count=<NUMBER>

This export url is used automatically in the Findologic Account for the data sync, see documentation.

Export specific product

For testing purposes the export can be called for a specific product:
<SHOP-URL>/findologic?shopkey=<SHOPKEY>&productId=<PRODUCT_ID>

Debug specific product

For testing and debugging purposes, the export information of a product can be called directly:
<SHOP-URL>/findologic/debug?shopkey=<SHOPKEY>&productId=<PRODUCT_ID>

Export:

Debug links

Data

If you have troubles with the export please contact us at support@findologic.com.

The generated XML is validated against our predefined XSD scheme and built with our export library libflexport.

Plugin extension

To extend the default behavior of the Findologic main plugin and still be able to get the latest plugin updates, we've created the Findologic extension plugin. It already contains some code for extending the export logic, but you can also extend the plugin to override search logic, or even the templates of filters.

For detailed information on how to use the extension and code examples, please see Shopware 6 plugin extension

Sorting options

Shopware -> Findologic:

Custom sorting options can be added via our plugin extension. Please see our documentation for more information.


Upgrade information

Breaking changes to the main plugin will only be released in major releases (e.g. 3.x.x => 4.x.x) and a respective UPGRADE-x.x guide can be found at GitHub.