Jump to content

I would like to know how to put this script in the cart.


Recommended Posts

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

Link to comment
Share on other sites

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}

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated