rocketbase Posted November 6 Share Posted November 6 I want to make it so the sale price and original price are on separate lines. Original price on top, sales price on bottom. How can I do this? Any help much appreciated. Thanks. Link to comment
jaeveedee Posted November 6 Share Posted November 6 @rocketbase can you share a link to your page where you have the sale price live? ☕ Did I help you? Buy me a coffee! 💻 I'm for hire on Upwork! Link to comment
rocketbase Posted November 7 Author Share Posted November 7 (edited) Here are the links. Ideally want the sale price and original price to be on two lines on both the product list page and the product pages themselves. Original price (price per month) on top, sales price (reservation fee) on bottom. https://westgate-one.squarespace.com/rent-studios https://westgate-one.squarespace.com/rent-studios/p/classic-apartment-test-c384l-lk4ke As you can see I've already used the Store Price Change code by @creedon to modify the pricing already. Thanks in advance. Edited November 7 by rocketbase Link to comment
Solution Beyondspace Posted November 7 Solution Share Posted November 7 51 minutes ago, rocketbase said: Here are the links. Ideally want the sale price and original price to be on two lines on both the product list page and the product pages themselves. Original price (price per month) on top, sales price (reservation fee) on bottom. https://westgate-one.squarespace.com/rent-studios https://westgate-one.squarespace.com/rent-studios/p/classic-apartment-test-c384l-lk4ke As you can see I've already used the Store Price Change code by @creedon to modify the pricing already. Thanks in advance. Do you mean like this? Place this on Footer Injection <style> .ProductItem-product-price .original-price { display: block; } </style> rocketbase 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
rocketbase Posted November 7 Author Share Posted November 7 Perfect. Thanks @Beyondspace That works great. I simplified to the below so it worked across the product list page as well. <style> .original-price { display: block; } </style> Beyondspace 1 Link to comment
Beyondspace Posted November 7 Share Posted November 7 1 hour ago, rocketbase said: Perfect. Thanks @Beyondspace That works great. I simplified to the below so it worked across the product list page as well. <style> .original-price { display: block; } </style> You rock! rocketbase 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. 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