HayesPhoneRepair Posted July 15, 2021 Share Posted July 15, 2021 Site URL: https://hayesphonerepair.com Site URL: https://hayesphonerepair.com Hi, This is my first time posting here so I'm not sure if I'm in the right place, but I hope someone will be able to help me. I am looking to redirect the "Add to iCal" and "Add to Google" buttons from the confirmation stage of my scheduling page/block. Ideally I would like to only have a single "Continue to Checkout" button (/checkout) instead, or failing that to remove them both completely. I have found the way to change the wording of the buttons, but not the link itself. I hope I haven't missed an easy way to disable these, or someone else asking the same question. If anyone here would be able to assist with this i would be very grateful. Thanks for your time, All the Best, Jarrad Link to comment
tuanphan Posted July 16, 2021 Share Posted July 16, 2021 Hi. How do you change the word? 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
conversiontracking Posted November 16, 2021 Share Posted November 16, 2021 Did I understand correctly that when scheduling is completed, you want to redirect the customer to another URL (which might be Squarespace ecommerce checkout – or some other checkout)? You can go to Appointment Types -> Your appointment type -> MESSAGE SHOWN ON CONFIRMATION PAGE and add a button like this: <p><a href="CHECKOUTURLHERE" target="_blank" style="display:inline-block;padding:16px 28px;background:#5900ff;border-radius:10px;margin-top:10px;color:#FFFFFF;text-decoration:none;text-transform:uppercase;letter-spacing:.02em;font-size:14px;font-weight:900;" rel="noreferrer noopener">GO TO CHECKOUT →</a> </p> Edit colors, styles and href. But a better way might be to redirect visitors automatically by going to Integrations => Analytics & Conversion Tracking => Custom Conversion Tracking ... and adding redirect javascript there. For example: <!--Redirect to checkout--> <script type="text/javascript"> window.top.location = 'https://codeandtonic.com'; </script> P.S. I'm also available for hired help on all things Acuity, redirects, ecommerce + Acuity integrations, Acuity conversions etc. hire[at]codeandtonic.com Freelance Squarespace developer making plugins like Full-Width Blocks, Hover effects for grid gallery and the Darkmode plugin. I know Squarespace inside out and I'm able to solve pretty much any Squarespace code problem. Get in touch here! 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