GemmaErnst Posted May 31, 2021 Share Posted May 31, 2021 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 Link to comment
tuanphan Posted June 1, 2021 Share Posted June 1, 2021 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> GemmaErnst 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
GemmaErnst Posted June 23, 2021 Author Share Posted June 23, 2021 Thank you! I've inputted the code so hopefully it works! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment