can anyone help on adding html/javascript code below product summary on woocomme
-
hi,
i have piece of code on which when i click on it and it will send message directly to my friends whatsapp number along with the link of current page and a line of subject ..i want to add that code below product summary on woocommerce product page
can any one help me out?
thanks in advance
here is the code
<!DOCTYPE html>
<html>
<body><p id=”demo”></p>
<script>
waCurrentPage = function() {
return encodeURI(“whatsapp://send?phone=+919999999999&text=Check this out: ” + ‘https://’ + window.location.hostname + window.location.pathname);
}
</script></body>
</html>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘can anyone help on adding html/javascript code below product summary on woocomme’ is closed to new replies.