Jump to content

How to edit/customize "view product" button on order confirmation page

Recommended Posts

Posted

Site URL: https://archipelagopresets.com/

I'm looking to customize this specific button that shows up on my sites order confirmation page when a customer purchases a subscription. Can't find any option through the settings, hoping there is some code that can be utilized to change the txt to "members home"? 

Screenshot 2024-10-14 at 10.34.16 AM.png

  • Replies 1
  • Views 367
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

Posted

You can use this code to Website Tools > Code Injection > Footer

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script>
$(document).ready(function(){
    $("#sqs-paywall-page-root *").html(function() { 
          return $(this).html().replace("VIEW PRODUCT", "MEMBERS HOME");  
    });
});
</script>

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

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.