Jump to content

Change text for select values, from in the shop

Recommended Posts

  • Replies 4
  • Views 374
  • Created
  • Last Reply

I have the solution for "from", just add this script in a code block in the product page (under additional contents, if you know that I mean).

<script> 
	document.querySelectorAll('.product-price').forEach(function(product) {javascript:noop();
        product.textContent = "od €25.00";
    });
</script>

This should work, if not it is kinda hard to test without the website link

Link to comment
  • 2 weeks later...

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.