SW6 Connector

설명

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.

스크린샷

  • SW6 plugin admin configuration

  • Display Shopware Products by Product Number

  • Display Shopware Categories by Category ID

  • Display Shopware Products by Category ID

설치

  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)

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“SW6 Connector”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “SW6 Connector”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.2

  • Minor code improvements
  • Plugin released