Setting up URL Replacement Tags
In this help article, we will explain what the URL replacement tags are and how to use them on your website. What are the URL query params: Query parameters are a defined set of parameters attached to the end of a URL. They are extensions of the URL that are used to help define specific content or actions based on the data being passed. The query params are added to the end of a URL, after the ? which is followed immediately by a query parameter, e.g., ?utm_source=google_adsPopularExternal Checkout Action (ECA) Add-on
This add-on allows you to send order form data to an external resource. This way you can cover the following scenarios after purchase: redirect the user to any 'Thank you' page 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 canSome readersHow to run custom JavaScript when app is ready?
How to run custom JavaScript when the website is ready? Sometimes you need to run some JavaScript code after the website is fully rendered and all elements are ready for interaction. If you run the code too early (before the web app is fetched all the data and complete rendering) most likely some elements will be missing or lack data. That's why there is a special event ssViewerRendered <script> document.addEventListener('ssViewerRendered', () => { // put your code here }) </script>``Few readersHow to highlight featured cards
Here on SpreadSimple you can bind arbitrary CSS classes to a specific row of an element and set custom styles for them. For example, you can highlight certain classes by using the built-in sv-is-highlighted class name to highlight the featured element. To do this, you don't need to set up additional column mapping, just add a column in your Google Sheets and name it .class (with a dot at the beginning). Then add sv-is-highlighted to the necessary rows: 