moretrobin Posted February 23, 2021 Posted February 23, 2021 Site URL: https://kindstudio.fr/shop Hi, I've a price issue with my squarespace site I'm hoping to solve with some help here :) I'm willing to manually change the price displayed on my shop page (Shop — KIND STUDIO) and on the product page (Chemise WILLY — KIND STUDIO). Is there any JavaScript code that could do the job ? Thank you ! Robin
Beyondspace Posted February 23, 2021 Posted February 23, 2021 4 hours ago, moretrobin said: Site URL: https://kindstudio.fr/shop Hi, I've a price issue with my squarespace site I'm hoping to solve with some help here 🙂 I'm willing to manually change the price displayed on my shop page (Shop — KIND STUDIO) and on the product page (Chemise WILLY — KIND STUDIO). Is there any JavaScript code that could do the job ? Thank you ! Robin You mean like a discount price? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
moretrobin Posted February 23, 2021 Author Posted February 23, 2021 53 minutes ago, bangank36 said: You mean like a discount price? Hey thank you for your help. Actually not really. I want to change the price displayed to price + custom text. For example "E220" to "220 Euros - Hors taxe"
moretrobin Posted February 24, 2021 Author Posted February 24, 2021 @bangank36 would you have any suggestion to apply such change ? Thank you!
Beyondspace Posted February 25, 2021 Posted February 25, 2021 On 2/24/2021 at 2:05 PM, moretrobin said: @bangank36 would you have any suggestion to apply such change ? Thank you! try body .sqs-money-native:before { display: none; } body .sqs-money-native:after { content: ' Euros - Hors taxe' } body.view-item .product-price { overflow: hidden; text-indent: -15px; } body.view-item .product-price .sqs-money-native { left: 15px; position: relative; } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
Beyondspace Posted February 25, 2021 Posted February 25, 2021 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
Recommended Posts
Archived
This topic is now archived and is closed to further replies.