Releases: wexo/module-webshipper
1.0.5
Full Changelog: 1.0.4...1.0.5
1.0.3
PHP8 compatibility
Added nullchecks for string operations, which had been overlooked in the previous PHP8 compatibility release.
Order Synchronization is here!
Version 1.0.0 brings even more joy to the Webshipper Magento2 users
The module can now send orders towards webshipper automatically or manualy ( depending on setup )
You can now also control which information Webshipper gets when sending the order.
Developers rejoice, you can easily extend our plugin with Magento Plugins to handle the data sent
Magento 2.4.4 Support
0.8.2 Shipping rates in php8.1 requires a price, added type casting to ensu…
0.8.1 - Rate Quotes Configuration Mapping
Rate Quotes Configuration Mapping
Added the ability for the webshop owner to configure which fields to map to which value
- Addresses
- Delivery
- Sender
- Order
Using Webshippers documentation we map each field to the allowed value from Webshipper
Magento Fields can be expanded easily by a developer but the built in fiels should suffice.
The custom Mapping allows the webshop owner to take control over the data being sent to Webshipper
By defualt the module will send what relevant information we think webshipper needs to determine the correct shipping_method, but the webshop owner can add additional or modify existing data on the Rate Quote to handle which delivery method is shown based on Webshipper Filters
Example: Add Company name to the Rate Quote Shipping Address to allow your shipping methods in Webshipper to filter based on which company name is entered
0.8.0: Rate Quotes Mapping
Rate Quotes Configuration Mapping
Added the ability for the webshop owner to configure which fields to map to which value
- Addresses
- Delivery
- Sender
- billing
- Order
Using Webshippers documentation we map each field to the allowed value from Webshipper
Magento Fields can be expanded easily by a developer but the built in fiels should suffice.
The custom Mapping allows the webshop owner to take control over the data being sent to Webshipper
By defualt the module will send what relevant information we think webshipper needs to determine the correct shipping_method, but the webshop owner can add additional or modify existing data on the Rate Quote to handle which delivery method is shown based on Webshipper Filters
Example: Add Company name to the Rate Quote Shipping Address to allow your shipping methods in Webshipper to filter based on which company name is entered
0.7.9: Image tags with a source of # results in invalid images being shown
When disabling images the initial idea was that the theme was supposed to take over and handle the design, however a sideffect caused images to break when turned off instead of hiding them