Inaktiv Aktuelle Connector-Version 2.15.1

Status
Es sind keine weiteren Antworten möglich.

Daniel B.

Moderator
17. Juni 2009
1.430
40
Hallo,

hier im Beitrag wird man erfahren können wann es neue Version des Connectors für Shopware 4 und Shopware 5 gibt.

Aktuelle Version im Kundencenter für Shopware 4: 1.4.8
Aktuelle Version im Kundencenter für Shopware 5 ab Version 5.4: 2.8.6

Hinweis zu Connector Version 2.10.2:

In Verbindung mit JTL-Wawi Version 1.5.46.0 oder neuer kann der Connector beim Senden von Artikeln nun präziser Steuerklassen im Shop bestimmen. Das ist allerdings nur für Händler interessant, die mehrere Steuerklassen mit einem gleichen Hauptsteuersatz besitzen (Normal 19, Ermäßigt 7, Stark ermäßigt 7).

Hinweis zu Connector Version 2.8.0:
Der Connector Konfiguration können weitere Cleared States hinzugefügt werden. Dadurch werden Zahlungen mit diesen Zahlungs-Status beim Zahlungsimport in JTL-Wawi berücksichtigt. Dafür muss das Array Property "payment.pull.allowed_cleared_states" entsprechend gefüllt werden. Dies könnte bspw. so aussehen:
JSON:
{
  .
  .
  .
    },
    "payment":{
        "pull":{
            "allowed_cleared_states": [10, 31]
        }
    },
  .
  .
  .
}

Hinweis zu Connector Version 2.5.4:
Die Änderung aus Connector Version 2.5.2 (Die Lieferzeit im Shop nur noch über die Bearbeitungszeit zu setzen) wurde wieder rückgängig gemacht. Möchte jemand dennoch die Lieferzeit im Shop nur über "Tage bis Versand" aus JTL-Wawi heraus steuern, kann das Flag "product.push.use_handling_time_for_shipping" in der Connector Configuration gesetzt werden.

Hinweis zu Connector Version 2.5.0:

In dieser Version wurde das automatische Attribut Mapping entfernt. Soll bspw. ein Artikelattribut mit dem Namen "test_name" in den Shop übertragen werden, so muss auch im Shop ein Attribut "test_name" existieren.
 
Zuletzt von einem Moderator bearbeitet:

Daniel B.

Moderator
17. Juni 2009
1.430
40
2.15.1
------
- CO-2026 - Skip Attributes without i18ns translation

2.15.0
---------
- CO-1996 - Feature - Added support for regulation price

2.14.0
---------
- CO-1913 - Bugfix - Fixed problem with image deleting in shop
- CO-1880 - Bugfix - Fixed importing same language several times
- CO-1850 - Feature - Added support of the field max purchase

2.13.0
---------
- CO-1809 - Bugfix - Fixed setting image names in s_articles_img table
- CO-1566 - Feature - Import payments for manual payment types even without a transaction ID
- CO-1375 - Feature - Added option to not overwrite 'download' files on product after product push

2.12.0
---------
- CO-1367 - Extended saving many tracking numbers in delivery note
- CO-1320 - Added config property 'payment_type_mappings' for specifying custom payment type mapping
- CO-327 - Added support for category 'Link target' property
- CO-1590/CO-1242 - Fixed error if customer do not exists

2.11.1
---------
- CO-1723 - Hotfix tax class guessing

2.11.0
---------
- CO-1380 Added support for states on customer order pull
- fixed payment mapping on unknown payment module code
- fixed monolog library compatibility issue with shopware 5.7
- fixed setSize method compatibility issue
- updated features.json

2.10.2
--------
- CO-994 Added payment description as fallback for payment module code during order and payment pull
- CO-1459 Added product tax class guessing on product push
- CO-1538 Fixed replacing images instead of adding them on image push
- CO-1540 Added importing only one product translation per language during product pull

2.9.1
-----
- Added forgotten variations translations fix (CO-1260)

2.9.0
-----
- CO-522 Added support for JTL product Onlineshop-Suchbegriffe as article search keywords in shop
- CO-1090 Fixed updating sw_image_config_ignores attribute on parent product
- CO-1260 Fixed sending article variation translations to shop
- CO-1394 Fixed importing SEPA data from customer on order
- CO-1477 Allowed that rrp can be equal to sales price
- CO-1482 Added possibility to download connector logs and to de-/active developer-logging in plugin gui
- CO-1498 Removed overriding features file in update process
- Added support for php8 (connector)
- Removed duplicated thumbnail generation on image push
- Revised shipping time handling on product push

2.8.6
-----
- Fixed problem with existing images in image push
- Switched rounding precision of order positions back to 4 in customer order pull
- Fixed categories order in category pull

2.8.5
-----
- Fixed problems with not existing image translations

2.8.4
-----
- Added workaround for problem with empty language iso properties

2.8.3
-----
- Updated connector core version, due to issues during product import

2.8.2
-----
- CO-1259 Added importing phone number in customer order delivery address
- CO-1281 Fixed importing article attributes with language iso
- Revised image creation process in shop

2.8.1
------
- Fixed article image sending problems

2.8.0
------
- CO-1101 - Added support for individual texts in custom products
- CO-1019 - Added support for extending cleared states in config for payment import in JTL-Wawi
- CO-1164 - Fixed/Refactored creating and updating images including name
- Fixed order of categories during import in JTL-Wawi
- Fixed error when importing customers in JTL-Wawi and no language was found

2.7.0
------
- CO-1170 - Added new payment method mapping hgw_ivb2b
- CO-1167 - Added config option 'consider_supplier_inflow_date_for_shipping' (default: true) for calculation delivery time
- CO-1010 - Set RRP only when it's greater than normal price

2.6.1
------
- CO-1144 - Fixed import of DateTime attributes

2.6.0
------
- CO-1037/CO-531 - Fixed packUnit translations
- CO-1001 - Fixed language mapping (ex. translations for shops with a locale at_DE should be now saved)
- CO-951 - Added attribute to control is_blog category attribute
- CO-391 - Added attribute to assign product price group

2.5.4
------
- CO-1106 Reverted using handling time as shipping time only

2.5.3
------
- Updated connector core due to compatiblity reasons with JTl-Wawi 1.5.27.0

2.5.2
------
- Fixed set shipping time by handling time only

2.5.1
------
- CO-1089 Fixed rounding differences when importing voucher code positions in orders

2.5.0
------
- CO-187 Added customer attributes support
- CO-840 Refactored attributes handling
- CO-1066 Fixed order items order during import in JTL-Wawi
- CO-1086 Changed supplier delivery time to handling time

2.4.1
------
- Removed alias in update query

2.4.0
------
- CO-923 Fixed CrossSelling deletes in Shopware
- CO-949 Removed payment trigger and payment table
- CO-974 Changed logic when payment will be imported
- CO-966 Fixed limiting customer group to 50

2.3.0.2
------
- CO 930 - Added if image name is not empty it's now set in backend
- CO-975 - DHL Wunschpaket: Added default salutation 'Herr' if no salutation is present
- CO-961 - If 'additional_address_line2' is not empty it's now transferred to Wawi in extraAddressLine field

2.3.0.1
------
- Hotfix skip monolog file deletion

2.3.0
------
- CO-922 Increased connector core version to ^2.7, increased minimum PHP version to 7.1.3, removed fixed monolog version
- CO-924 Transfer full image tag url in product and category description
- Supported Shopware version >= 5.6 (Shopware version 5.4 and 5.5. can still install it manually)

2.2.5.2
------
- Removed phar dependencies
- Switched to older monolog version due to compatiblity reasons

2.2.5.1
------
- CO-496 Fixed missing image relations on variant children
- CO-569 Removed not existent getter calls in customer order mapper
- CO-849 Fixed Warning "Zahlung mit Transaktions-ID 'XYZ' when importing payment orders
- CO-866 Keep dummy parents as well in case linking tables should be kept after deinstallation

2.2.5
------
- CO-805 Fixed bug with shipping tax rate
- CO-785 Added support for image alt attribute
- CO-784 Added support for product SEO attributes title, keywords, description
- CO-567 Delivery note creation can be now turned off in config

2.2.4.4
------
- Fixed start_date for payment import

2.2.4.3
------
- CO-711 Fixed primary key mapper
- CO-730 Fixed problem with translation service override

2.2.4
------
- CO-417 Removed not needed category level table for performance optimisation
- CO-540 Cleared date will be used as payment date if possible, existing payment entries only deleted if necessary
- CO-549 Assigned tax rate for shipping order items will be used if possible
- CO-572 DHL-Wunschpaket related attributes will be imported into JTL-Wawi if the DHL-Wunschpaket plugin is installed
- CO-594 Connector tables can be kept after connector deinstallation if desired

2.2.3.1
------
- Save product translations by language and not by locale

2.2.3
------
- Added compatiblity to Shopware 5.6

2.2.2
------
- CO-363 Save categories translations in shop (without category mappings)
- CO-430 Set articles changed date during product price quicksync
- CO-446 Attribute names normalised
- CO-502 Save category attribute translations in shop
- CO-526 Set bulk prices correctly
- CO-514 Delete article related image data when media image is linked to more than one article
- Add custom products plugin template by using "custom_products_template" attribute (internal template name)

2.2.1.4
------
- Problems with group based product prices during quicksync fixed

2.2.1.3
------
- Problems with product price during push fixed

2.2.1
------
- CO-447 Lower case to camel case transformation on product attributes during push fixed
- CO-452 Product price quicksync fixed

2.2.0.2
------
- Set configuratorOptions on article details fix
- Class alias typo corrected

2.2.0.1
------
- Hotfix for backward compatiblity with namespace aliases

2.2.0
------
- CO-286 Custom properties support added
- CO-310 Additional text support added
- CO-354 Translations from product variation child attributes will be imported into JTL-Wawi
- CO-359 Use same de-/activation logic for products as in shopware backend
- CO-433 Convert Shopware product DateTime attributes to string when importing into JTL-Wawi
- Convert Shopware product attribute names from camel case to underscore when importing into JTL-Wawi

2.1.21
------
- Image copy problem fixed
- Avoid warnings when cleaning unassigned product images

2.1.20
------
- Fixed plugin autoloading

2.1.19
------
- CO-340 Fixed problems with image upload
- Don't add the same image mapping multiple times
- Fixed customer import problem when creation date is set to 0000-00-00

2.1.18
------
- Backward compatiblity to SW 5.2 and 5.3 fixed
- Write category.mapping flag correctly during connector installation
- Compatiblity to Shopware composer installation fixed
- Default value of article detail preselection changed to false

2.1.17
------
- Fixed main article detail preselection logic
- Images from not existent products will be removed

2.1.16
------
- CO-288 Specifics assignment revised
- CO-306 Changing variation values afterwards fix
- Main article detail will be switched during push automatically if actual one has no stock
- Config file structure completely revised

2.1.15
------
- WAWI-25142 Order status mappings revised
- CO-222 Main article detail can be changed in Wawi
- CO-292 Account holder in PUI fixed
- CO-293 kind value of pseudo master article detail changed to 3
- CO-294 Changing main image of a product after push fix
- Category attributes with individual names will be pulled into Wawi
- Camel case product attribute names will be converted to underscore

2.1.14
------
- Fixed payment mapping for heidelpay
- CO-254 / CO-251 Added Support for new Paypal Plugin
- CO-255 Shorten vat number in case it is longer than 20 chars
- CO-283 CrossSelling events are available

2.1.13
------
- CO-269 Consider seo description, seo keywords and page title by manufacturer pull
- Config flags added for undefined attributes handling during push
- Deprecations replaced for Shopware 5.5 compatiblity
- Connector Core downgraded, due to compatiblity reasons

2.1.12
------
- CO-229 Fixed saving the customer order tracking code
- CO-232 Added customer order cleared date when payment is completed

2.1.11
------
- CO-215 Fixed missing customer order billing and shipping title
- CO-218 Fixed sw pre 5.2.25 access on protected property
- CO-226 Fixed sw pre 5.4 delivery note path access
- CO-184 Added customer order voucher support
- CO-196 Added product changed date support

2.1.10
------
- CO-212 Fixed customer address support

2.1.9
-----
- CO-186 Added full shopware delivery note support with pdf creation
- CO-195 Fixed compatibility issues with SW < 5.4.0

2.1.8
-----
- CO-185 Added shopware order document type support

2.1.7
-----
- Fixed missing default laststock value

2.1.6
-----
- Fixed wrong version string

2.1.5
-----
- CO-182 Added shopware 5.4.0 support
- CO-183 Added shopware variants in listing support

2.1.4
-----
- CO-157 Fixed missing ProductSpecialPriceItem class
- CO-158 Added shopware media service support
 
Zuletzt von einem Moderator bearbeitet:
Status
Es sind keine weiteren Antworten möglich.
Ähnliche Themen
Titel Forum Antworten Datum
Aktuelle Störung der SCX-Schnittstelle und weiterer JTL-Systeme Störungsmeldungen 1
Aktuelle technische Probleme beim Rechnungsdatenservice 2.0 Störungsmeldungen 0
Neu WooCommerce Connector Problem mit nachträglich abgebrochenen Bestellungen Onlineshop-Anbindung 0
Neu Connector Verhalten mit Tracking Nummern und Versandbestätigungen Shopify-Connector 0
Neu Drittshop Anbindung über JTL Connector Onlineshop-Anbindung 1
Neu Woran erkennen, dass der Connector funktioniert? Technische Fragen zu den JTL-Connectoren 0
Neu Prestashop 8.1.7 neuster Connector Fehler beim einlesen von Bestellungen PrestaShop-Connector 1
Die Lizenzdaten sind ungültig... kein Connector Abgleich Shopware-Connector 17
Neu Eigener Datenaustausch anstelle JTL-Connector? WooCommerce-Connector 3
Neu Wird der Woocommerce Connector eigentlich noch gepflegt? WooCommerce-Connector 0
Neu JTL-Connector Shopware aktuell nicht erreichbar Shopware-Connector 15
Neu SW 5.7.18: welcher Connector mit welcher Wawi? Shopware-Connector 1
Neu JTL ERP‑Connector Shopify-Connector 0
Neu WooCommerce JTL Connector nach Back-Up ist deaktiviert WooCommerce-Connector 1
Neu JTL-Connector funktioniert nicht mehr WooCommerce-Connector 3
Neu Gibt es keinen Gambio Connector mehr mehr mit PHP8 und höher? Gambio-Connector 4
Neu JTL Connector - Shopify Abgleich. Bestellbestätigungsemails werden die ganze Zeit dem Kunden gemailt. Shopware-Connector 2
Neu Fehler bei Connector Shopify-Connector 4
Neu GPSR Produktverordnung JTL Connector Shopify User helfen Usern - Fragen zu JTL-Wawi 0
Neu Shopify Connector funktioniert nicht mehr, Fehlerlog anbei Shopify-Connector 10
Gelöst TSE Connector Vertrag kündigen Allgemeine Fragen zu JTL-POS 2
Neu Shopify Connector, Änderung der URL Onlineshop-Anbindung 0
Neu JTL-Connector / 2 Shops / Unterschiedliche Lagerbestände zuweisen Shopify-Connector 0
Neu JTL-ERP-Connector funktioniert ab 20.09.2024 nicht mehr mit Shopify!? Shopify-Connector 2
Neu Dringende Hilfe benötigt: JTL-Connector Fehler beim Shopware-Abgleich Shopware-Connector 15
Neu Für den Shop-Connector konnte kein Steuersatz zugeordnet werden. WooCommerce-Connector 2
Neu Prestashop Connector 2.0.0 ignoriert deaktivierte Überverkaufseinstellung bei Artikelupload PrestaShop-Connector 0
Neu Plugins für den Shopify Connector Shopify-Connector 1
Neu Dringende Hilfe benötigt: JTL-Connector Fehler beim Shopify-Abgleich trotz "200 OK" - Hat jemand eine Lösung? Shopify-Connector 1
Neu ++ Fehler beim update von 1.55.5.3 auf version 1.8.11.0 ++ Installation von JTL-Wawi 8
Neue App Version verfügbar eazyauction Otto.de - Anbindung (SCX) 9
Neu Sehr lange Ladezeit der Produktseite nach Upgrade auf Version 5.4 Allgemeine Fragen zu JTL-Shop 6
JTL-SHO 5 standard, downgrade zu CFE-Version, beide gehostet bei JTL Einrichtung JTL-Shop5 4
Neu Workflow und Version für Vorhaben Starten mit JTL: Projektabwicklung & Migration 3
Neu Neueste Version Paypal Checkout: Rechnungskauf mit Ratepay und Paypal-Kreditkarte sind nicht verfügbar. Plugins für JTL-Shop 21
Neu Wichtige Infos zu GPSR-Attributen für JTL-eazyAuction und kommende JTL-Wawi Version 1.9.6.0 Einrichtung und Installation von JTL-eazyAuction 77
Amazon Lister Beta Version JTL-Wawi 1.9 2
Neu Artikel- und Versandgewicht bei Stücklisten wird nicht nachberechnet JTL-Version 1.8.12.2 JTL-Wawi - Fehler und Bugs 4
Warum und auf was updaten? Wir sind zufrieden mit der Version 1.6.48.0 JTL-Wawi 1.6 4
Neu Problem mit Scroll-Link nach Update auf Shop-Version 5.3.3 Technische Fragen zu Plugins und Templates 5
In Bearbeitung Micro SD TSE und Android Version JTL-POS - Fragen zu Hardware 1
Neu CMD-Line-Version von JTL-Ameise User helfen Usern - Fragen zu JTL-Wawi 4
update von 1.3.21.1 auf Version 1.8.12.2 JTL-Wawi 1.8 6
Neu Amazon Abgleich Fehler - Hotfix für Version 1.5.55.8 funktioniert nicht JTL-Wawi - Fehler und Bugs 7
In Bearbeitung Sunmi T2 (Android 7) mit SumUp abgekündigt zum 30.06.2024 - ab welcher JTL-POS Version? Konsequenzen? JTL-POS - Fragen zu Hardware 5
JTL Version JTL-Wawi 1.7 3

Ähnliche Themen