vanbousfield Posted April 1, 2022 Share Posted April 1, 2022 Site URL: https://www.paper-works.co.nz/page-8/bernie-winkels-fruity-union Hi there I have set up different price options on some products, but these sit below the enquire button I have added to all products (using code set up for us). As you can see from the link - the price options are so far down it gets lost on the page, am I able to add some code to move the price options above the Enquire button? https://www.paper-works.co.nz/page-8/bernie-winkels-fruity-union Thanks Vanessa Link to comment
tuanphan Posted April 1, 2022 Share Posted April 1, 2022 Add to Settings > Advanced > Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { $('.tweak-product-item-details-show-price .ProductItem-details .product-price').insertBefore('.tweak-product-item-details-excerpt-position-below-price .ProductItem-details-excerpt h3 a'); }); </script> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment