Go to website
Back
Articles on:
Advanced
Tips and tricks for tech-savvy users
How 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
Few readers
External Checkout Action (ECA) Add-on
External 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 obtai
Few readers