earthwindflowermoon Posted February 28, 2022 Share Posted February 28, 2022 Site URL: https://tmforwomen.squarespace.com/calendar-of-events Hello there, I have a created a summary page with calendar events, with some events linked to 'products' so customers can purchase online courses. I would like to move the price of the course from the top of the description to the bottom of description (and above 'book now' button). Is that possible? Many thanks in advance for any assistance 🙂 Link to comment
tuanphan Posted March 3, 2022 Share Posted March 3, 2022 Can you share link to a "product" in screenshot? We can check it easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
earthwindflowermoon Posted March 4, 2022 Author Share Posted March 4, 2022 Thanks Tuan! Link to product is https://www.tmforwomen.org.au/calendar/world-peace-assembly-for-women-8th-april Link to comment
tuanphan Posted March 6, 2022 Share Posted March 6, 2022 On 3/4/2022 at 8:40 AM, earthwindflowermoon said: Thanks Tuan! Link to product is https://www.tmforwomen.org.au/calendar/world-peace-assembly-for-women-8th-april Add to Calendar Page Header <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { $('.product-price').insertBefore('div.sqs-add-to-cart-button-wrapper'); }); </script> <style> .product-price { margin-top: 10px !important; } </style>  Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
earthwindflowermoon Posted March 6, 2022 Author Share Posted March 6, 2022 Genius! Thank you ever so much!! 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