Skip to content

Commit

Permalink
Merge pull request #66 from T-Rahul-prabhu-38/main
Browse files Browse the repository at this point in the history
Chatbot added
  • Loading branch information
Vimall03 authored Oct 9, 2024
2 parents 3f8698b + 49f5795 commit 70d0a83
Show file tree
Hide file tree
Showing 7 changed files with 86 additions and 2 deletions.
12 changes: 12 additions & 0 deletions checkout.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,18 @@
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<script>
window.embeddedChatbotConfig = {
chatbotId: "gvEIQuZ1QCpui9UuF1UWX",
domain: "www.chatbase.co"
}
</script>
<script
src="https://www.chatbase.co/embed.min.js"
chatbotId="gvEIQuZ1QCpui9UuF1UWX"
domain="www.chatbase.co"
defer>
</script>
</body>
</html>

12 changes: 12 additions & 0 deletions email_verify.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,18 @@
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<script>
window.embeddedChatbotConfig = {
chatbotId: "gvEIQuZ1QCpui9UuF1UWX",
domain: "www.chatbase.co"
}
</script>
<script
src="https://www.chatbase.co/embed.min.js"
chatbotId="gvEIQuZ1QCpui9UuF1UWX"
domain="www.chatbase.co"
defer>
</script>
</body>

</html>
13 changes: 12 additions & 1 deletion home.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,18 @@


</div>

<script>
window.embeddedChatbotConfig = {
chatbotId: "gvEIQuZ1QCpui9UuF1UWX",
domain: "www.chatbase.co"
}
</script>
<script
src="https://www.chatbase.co/embed.min.js"
chatbotId="gvEIQuZ1QCpui9UuF1UWX"
domain="www.chatbase.co"
defer>
</script>
</body>

</html>
14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
/>

<link rel="stylesheet" href="main.css" />
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet" />
</head>
Expand Down Expand Up @@ -789,5 +790,18 @@ <h3 class="heading-primary" data-aos="zoom-out-down">
});
});
</script>

<script>
window.embeddedChatbotConfig = {
chatbotId: "gvEIQuZ1QCpui9UuF1UWX",
domain: "www.chatbase.co"
}
</script>
<script
src="https://www.chatbase.co/embed.min.js"
chatbotId="gvEIQuZ1QCpui9UuF1UWX"
domain="www.chatbase.co"
defer>
</script>
</body>
</html>
13 changes: 12 additions & 1 deletion order_success.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,18 @@

<!-- footer -->
<?php include 'partials/_footer.php';?>

<script>
window.embeddedChatbotConfig = {
chatbotId: "gvEIQuZ1QCpui9UuF1UWX",
domain: "www.chatbase.co"
}
</script>
<script
src="https://www.chatbase.co/embed.min.js"
chatbotId="gvEIQuZ1QCpui9UuF1UWX"
domain="www.chatbase.co"
defer>
</script>
</body>

</html>
12 changes: 12 additions & 0 deletions track_order.php
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,18 @@
</table>
</div>
<script src="./darkMode.js"></script>
<script>
window.embeddedChatbotConfig = {
chatbotId: "gvEIQuZ1QCpui9UuF1UWX",
domain: "www.chatbase.co"
}
</script>
<script
src="https://www.chatbase.co/embed.min.js"
chatbotId="gvEIQuZ1QCpui9UuF1UWX"
domain="www.chatbase.co"
defer>
</script>
</body>

</html>
12 changes: 12 additions & 0 deletions user_signup.php
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,18 @@ class="btn btn-dark me-2">Login</button></a>
}
})
</script>
<script>
window.embeddedChatbotConfig = {
chatbotId: "gvEIQuZ1QCpui9UuF1UWX",
domain: "www.chatbase.co"
}
</script>
<script
src="https://www.chatbase.co/embed.min.js"
chatbotId="gvEIQuZ1QCpui9UuF1UWX"
domain="www.chatbase.co"
defer>
</script>

</body>

Expand Down

0 comments on commit 70d0a83

Please sign in to comment.