Hey fellow Squarespacers -- I'm working on a retail site that sells goods per pound... meaning when I do a product listing I need to say it's $9/lb. Anyone run into this before or have a solution? I'm sure there is some code I can add to just have it add to each product price but I have no idea how to even go about figuring that out.
Question
ratkaj
Site URL: https://musasllc.squarespace.com/
Hey fellow Squarespacers -- I'm working on a retail site that sells goods per pound... meaning when I do a product listing I need to say it's $9/lb. Anyone run into this before or have a solution? I'm sure there is some code I can add to just have it add to each product price but I have no idea how to even go about figuring that out.
Any suggestions much appropriated!
https://musasllc.squarespace.com/
Password: 1234
Link to comment
Top Posters For This Question
1
2
1
Popular Days
May 21
2
May 20
1
May 23
1
Top Posters For This Question
creedon 1 post
ratkaj 2 posts
tuanphan 1 post
Popular Days
May 21 2022
2 posts
May 20 2022
1 post
May 23 2022
1 post
Popular Posts
creedon
There is already CSS in Design > Custom CSS that you could update with /lb. .product-price:after { content: "per pound"; margin-top: 10px } But keep in mind that the change is literally o
3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment