Jump to content

In webshop product change "from" and "back to"

Recommended Posts

Add the following to Store Settings > Advanced > Page Header Code Injection for the store page.

<style>

  .product-price::before {
  
    content : 'Fra ';
    
    }
    
  </style>

Then head over to the following post and follow the instructions there.

Let us know how it goes.

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

Link to comment

Remove the following code.

<style>

  .product-price::before {
  
    content : 'Fra ';
    
    }
    
  </style>

Head over to the cited post and grab the updated (just now) code.

Change the following line in the code.

      'from' : '',

To the following.

      'from'        : 'Fra',

Hopefully that will finally get things working the way you want! 🙂

Let us know how it goes.

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

Link to comment
Quote

"back to" to "Tilbage til"

Add the following to Store Settings > Advanced > Page Header Code Injection for the store page.

<style>

  #productNav a {
  
    visibility : hidden;
    
    }
    
  #productNav a::before {
  
    content : '← Tilbage til Plakater';
    visibility : visible;
    
    }
    
  </style>

Let us know how it goes.

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

Link to comment
25 minutes ago, creedon said:

Add the following to Store Settings > Advanced > Page Header Code Injection for the store page.


<style>

  #productNav a {
  
    visibility : hidden;
    
    }
    
  #productNav a::before {
  
    content : '← Tilbage til Plakater';
    visibility : visible;
    
    }
    
  </style>

Let us know how it goes.


It's worked, THANKS again!

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • 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.