This add-on will be appreciated by tech-savvy users: it allows you to send order form data to an external resource.
This way you can cover the following scenarios after purchase:
as the next step after shopping cart confirmation, direct the user to the custom form and optionally populate the fields of this form with data from the order
implement an arbitrary checkout process using your own script for payment, delivery, booking. Your script can obtain the state of the cart form and you can manage the mapping of the fields.
or just redirect the user to any ‘Thank you’ page
Technically, when using this add-on, the cart contents and client info are submitted as a <form> to the specified action URL with the specified method: GET or POST.
You’re able to map each query param and form-data field of this form by setting up the key=value pairs.
Previously when you dismissed the details page you got back to the home page and the filters, sorting, and search state were not kept. Now it saves this state.
Now if the list card style is selected, mobile view of the items adjusts accordingly to look more compact.
This small improvement has a big impact: the value of the mapped SKU column is passed to every place like Webhooks, automation add-ons, e-commerce analytics data, etc. Now you can build more powerful automation because there is a unique item criterion you can refer to.
Previously the embedded widget used to override the title and other meta tags of the parent page. Now the widget sets the meta tags only for its internal pages, e.g. Details Pages.