-
Posts
7 -
Joined
-
Last visited
Reputation Activity
-
SBeneke got a reaction from tuanphan in Adding a button near add to cart button
Oh my god that works, brilliant! Thank you so much!! 😀
-
SBeneke reacted to tuanphan in Adding a button near add to cart button
Hi,
I don't see button in Additional Info.
You can add it then use this code to Website > Website Tools > Code Injection > Footer
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script> <script> jQuery(document).ready(function($){ $('section.ProductItem-additional .button-block').appendTo('.sqs-add-to-cart-button-wrapper'); }) </script>