Jump to content

Need to change order confirmation message

Recommended Posts

Site URL: https://www.honey-studio.com/

Hey guys! 
 

I'm having a similar issue - I have created an online yoga/pilates portal for a client but the order confirmation message that is displayed on-screen after purchase doesn't include a link to log into the portal (I'm using members area) and I cannot find this page on the back end to edit it. I have attached a screen shot of the current confirmation message that is displayed. I need to add a 'log into your account' button that links to the following page https://www.honey-studio.com/log-in-page

If anyone needs to push a test membership through to see what I mean, please use the code 'HONEYIMHOME' for 100% discount. 

Any tips? Thank you in advance! 

Gemma 

 

Screen Shot 2021-05-31 at 1.51.04 pm.png

Link to comment

Try adding this to Settings > Advanced > Code Injection > Footer

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script>
<script>
$(document).ready(function() { 
    $('div#confirmed-page').append('<p class="t-order">Login <a href="/login">here<a></p>');
  });
</script>
<style>
.t-order a {
    text-decoration: underline;
    color: green;
}
</style>

 

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!)

Link to comment
  • 3 weeks later...

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.