Victorfdlima Posted March 1, 2020 Share Posted March 1, 2020 I'm trying to get the customer to take a user tour. Using User Onboarding.  Script To go to the cart part how to add domain name and etc ... <script src="https://fast.conpass.io/PRNN_HsRly2F.js"></script> How image: 👇 https://i.imgur.com/ZWTP2fM.png  0 Quote Link to comment Share on other sites More sharing options...
Victorfdlima Posted March 1, 2020 Author Share Posted March 1, 2020 4 minutes ago, Victorfdlima said: I'm trying to get the customer to take a user tour. Using User Onboarding.  Script To go to the cart part how to add domain name and etc ... <script src="https://fast.conpass.io/PRNN_HsRly2F.js"></script>  How image: 👇 https://i.imgur.com/ZWTP2fM.png  Copy and paste the following code after the body tag of each page that is applied to Conpass 0 Quote Link to comment Share on other sites More sharing options...
zomex Posted March 2, 2020 Share Posted March 2, 2020 Just to confirm you want this script to be loaded on the cart.php page? If so you can add the following to: templates/your_template/includes/head.tpl (or ../header.tpl if that file doesn't exist): {if $filename == 'cart'} <script src="https://fast.conpass.io/PRNN_HsRly2F.js"></script> {/if} Â 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted March 2, 2020 Share Posted March 2, 2020 (edited) or you use an output action hook to add it to the cart pages without the need to edit any templates. Edited March 2, 2020 by brian! 0 Quote Link to comment Share on other sites More sharing options...
Victorfdlima Posted March 2, 2020 Author Share Posted March 2, 2020 12 minutes ago, brian! said: ou você é um gancho de ação de saÃda para adicioná-lo à s páginas do carrinho sem a necessidade de editar nenhum modelo. how? 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.