Jump to content

Display alternate price on shop and product page

Recommended Posts

  • Replies 5
  • Views 524
  • Created
  • Last Reply
Posted
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

image.thumb.png.1258de3b0d1121e161b41c21d48b4177.png

image.thumb.png.b94343200deb9f9084931d69c7705d2c.png

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

Posted
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"

 

image.thumb.png.a0cd8e0e11a4031173e62132ac6f66c6.png

Posted
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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.