- Home
- /
- Ingrid Delivery Checkout for WooCommerce
Ingrid Delivery Checkout for WooCommerce
Here you will find documentation on Ingrid Delivery Checkout for WooCommerce.
English: use the support form on krokedil.com to get help.
Svenska: använd supportformuläret på krokedil.se för att få hjälp.
Helpful information before you contact us can be found in the How to prepare a support ticket article.
English product page on krokedil.com
Svensk produktsida på krokedil.se
Technical information
Plugin data
Plugin version: 2.7.0
Last updated: December 6, 2023
Tested with
WordPress version: 6.4.1
WooCommerce version: 8.3.1
Requires at least
WordPress version: 5.3
WooCommerce version: 5.0.0
PHP version: 7.2
Plugin changelog
2.7.0
- Feature – Adds filter
ingrid_ajax_events_available_for_update
to allow other plugins to add custom ajax events where update requests to Ingrid should be triggered.
2.6.1
- Tweak – Adds dimensions & weight to
viewed_item
param in product page widget. - Tweak – Trigger update request to Ingrid if postal code is changed in Woo.
- Tweak – Pass postal code in update requests to Ingrid.
- Tweak – Save carrier as separate order meta field in Woo order.
- Fix – Do not try to trigger
update_checkout
on initial load of checkout page to avoid concurrent update requests to Ingrid.
2.6.0
- Feature – Save
method_id
,external_method_id
,location_id
&availability_token
as separate order meta fields so the data easier can be retrieved via WooCommerce API. - Feature – Adds support for adding Ingrid shipping data stored in order to Kroconnect section that extends WooCommerce rest API (for orders).
- Enhancement – Adds support for E2E tests. More info can be found in the /tests/e2e/readme.md file.
- Fix – Do not try to display shipping info in WooCommerce order if the saved shipping info metadata can’t be converted correctly via
json_decode
.