Hello
I am looking to append a text suffix to product prices that will show on the product archive pages. I am already using the following code to append a text suffix to products. This only shows on the product page itself though (which is fine.
.postid-80009944 .price:after {content:” CAD – CONTACT FOR SHIPPING PRICES”}
I would like to know if there is a similar code I can use to show a different message for the archive page.
ie. .postid-80009944 .price:after {content:” CAD”}
Please let me know.
Thank you.