I am trying to replicate my button/form for additional info into all my products, how can i do it?
Right now I managed to additional info to move from bottom to top, but I would like to recall (and therefore duplicate) that specific form to save some time.
Is it possible?
This is the code I used to move additional info to the top
Question
federocolo 0
Site URL: https://cymbals-bellflower-g2r9.squarespace.com/
I am trying to replicate my button/form for additional info into all my products, how can i do it?
Right now I managed to additional info to move from bottom to top, but I would like to recall (and therefore duplicate) that specific form to save some time.
Is it possible?
This is the code I used to move additional info to the top
<script>
jQuery(document).ready(function($) {
$('.ProductItem .ProductItem-additional').insertAfter('.sqs-money-native');
});
</script>
Thanks
Link to post
Top Posters For This Question
1
1
1
Popular Days
Oct 23
1
Nov 13
1
Nov 14
1
Top Posters For This Question
federocolo 1 post
patio15wm 1 post
tuanphan 1 post
Popular Days
Oct 23 2020
1 post
Nov 13 2020
1 post
Nov 14 2020
1 post
2 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment