SW6 Connector

Beschrijving

This plugin connect your WordPress site to Shopware via API to fetch and display Shopware products and categories directly on your site.

Disclaimer

This plugin is not affiliated with, endorsed, or supported by Shopware AG. “Shopware” is a registered trademark of Shopware AG.

Features and Workflow

We utilize the existing Shopware API and extend the plugin with a new shortcode that allows:

  • Displaying categories and products in custom layouts: 1×3 (single row) or 2×3 (two rows).
  • Fetching category and product data from Shopware dynamically.
  • Maintaining the original Shopware shop UI style and product filters.
  • Clicking on a product redirects the user to the actual product detail page on the Shopware 6 store.

Use shortcodes as below :

[sw6co_shopware_products value=”product number”] – Display products according to the added product numbers. You can add multiple category ids by comma separator.

[sw6co_shopware_categories value=”category id”] – Display category according to the added category ids. You can add multiple category ids by comma separator.

[sw6co_shopware_products_by_category value=”category id”] – Display product listing by the added category id. You can add only a single category id.

Breakdown of Functionality

1. Shortcode Integration
– Create shortcodes [sw6co_shopware_products_by_category value=”category id”], [sw6co_shopware_products value=”product number”] and [sw6co_shopware_categories value=”category id”].

2. API Integration
– Securely fetch categories and products via Shopware API.

3. Layout Design
– Responsive grid (1×3, 2×3) with Shopware-like styling.

4. Product Redirection
– Clicking a product will take users to the corresponding Shopware 6 product detail page.

5. Filter Support
– Filters by properties, consistent with Shopware logic.

Schermafbeeldingen

  • SW6 plugin admin configuration

  • Display Shopware Products by Product Number

  • Display Shopware Categories by Category ID

  • Display Shopware Products by Category ID

Installatie

  1. Upload the plugin folder to /wp-content/plugins/ or install it via the WordPress Plugin screen.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. After activation, go to Settings > Shopware Connector in the WordPress admin panel.
  4. Fill in the required fields:
    • Shopware API URL
    • Shopware Access Key (sw_access_key)
    • Choose your preferred Layout View (1×3 or 2×3)

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“SW6 Connector” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “SW6 Connector” naar jouw taal.

Interesse in de ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

1.0.2

  • Minor code improvements
  • Plugin released