New feature
4 years ago

External Checkout Action: post order data to a custom form or to own web app

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.


20 February 2021

API: Post order data to a custom form

Improvement
20 February 2021

Keep filters state on details page close

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.

Improvement
4 years ago

Compact list items view in mobile

Now if the list card style is selected, mobile view of the items adjusts accordingly to look more compact.



 


Improvement
19 February 2021

Add the SKU mapping

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.

20 February 2021

Add the SKU mapping

Fix
08 February 2021

Prevent widget to override the meta tags of the host website

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.