Improvement
4 years ago

Order notifications enhancement: "replyto" customer email, add order # to the subject

2 small improvements for a better email notification experience:

  1. now you can write a response to the client in one click because the customer email address is automatically set in the replay field
  2. it is now possible to specify a unique order number in the subject line of the letter, which will prevent the grouping of different orders notifications

          

20 February 2021

Order notifications enhancement: "replyto" customer email, add order # to the subject

New feature
4 years ago

Badges for cards, support multiple badges

Multiple badges in every sense: you can select several columns and inside each column, you can enter several badges separated by commas. Each mapped column will have its own badge color. 

 

20 February 2021

Badges for cards, support multiple badges

New feature
4 years ago

Highlight featured cards, map CSS classes from Google Sheets

We were often asked if it was possible to somehow highlight one of the elements: a promotional product, or a featured ad. Now yes, and we made it even more powerful because you can bind arbitrary CSS classes to a specific row of an element and set custom styles for them.


To use this feature, you don't need to set up additional column mapping, just add a column and name it '.class' (with a dot at the beginning).

For starters, you can use the built-in 'sv-is-highlighted' class name to highlight the featured element.


20 February 2021

Highlight featured cards, map CSS classes from Google Sheets

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.