asf
Member-
Posts
9 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
asf's Achievements
-
I am a small business that does local deliveries. I would like to have the Acuity scheduler as part of my checkout process- I am hoping to change the url of the “checkout” button in the cart page, so that clicking it will redirect them to an acuity scheduling page, and then once they book, are redirected to the checkout page of my shop to pay for their order. If possible, I’d like to change the button text as well to something like “select a delivery time”. I know you can do many things with the “additional information” form on the checkout, none of which are sufficient for what I want to do. These options do not allow for a more official and organized way for my clients to book delivery times (including blocked out times, etc.) If an alternative method achieves a similar result, I am more than happy to consider it. Thank you!
- 7 replies
-
- scheduling
- checkout
-
(and 1 more)
Tagged with:
-
Trying to customize the cart page checkout button URL
asf replied to jesseatkinson's topic in Customize with code
hi @tuanphan, I'd like to do this as well. Are you still able to help? I'd like to redirect customers from my cart page to an acuity scheduling page (to schedule delivery) and then redirect them from that page to the checkout page of my shop. Is this possible? Ideally I'd REALLY like the scheduler to be embedded within the checkout page before payment but after reading many forums this seems to not be an easy solution. The above seems more manageable. Please let me know. My site is www.sugarbabybakeco.com Thank you! -
hello @conversiontracking and everyone else! I'm checking in to see if you ever developed that plugin? I've read nearly every thread and video that you've posted about this topic, and still can't seem to figure out how to embed scheduling into the cart before checkout/ payment. If you or anyone else has any insight into this matter, PLEASE let me know! I have been deep deep into the squarespace forum without a resolution. I am a baker and would like to ensure any orders placed less than 3 days before my delivery dates cannot be selected. I currently have a dropdown day/time selector (checkout form) as a placeholder but this is not advanced enough for what I need. I'm not an expert coder so please bear with me. Thank you so much!! www.sugarbabybakeco.com
- 7 replies
-
- scheduling
- checkout
-
(and 1 more)
Tagged with:
-
asf reacted to a post in a topic: 403 Forbidden redirect, locked out of editor
-
Thank you, @Ziggy! You're a life saver. I recovered my site and deleted the code, but still not sure how to do what I was originally trying to... I was hoping to add an Acuity scheduler to my cart before checkout so I can schedule deliveries (or any similar alternative). I know I can use a date picker, custom form, etc. but I want to ensure that any orders placed cannot select a delivery date less than 3 days/ 72 hours after. I've been reading many posts about this, and I can't seem to find a solution yet. This was the code from @conversiontracking I sadly failed to implement: If you have any insight into a solution to this, I would greatly appreciate it! Thank you very much.
- 3 replies
-
- accessibility
- code-injection
-
(and 3 more)
Tagged with:
-
asf reacted to a post in a topic: 403 Forbidden redirect, locked out of editor
-
I added something into my code injection area, and now all pages (including any page I attempt to access in the user panel I.e. code injection, pages, etc.) redirects to a 403 Forbidden page. I’ve attempted to access the code injection page to remove this code, however am immediately redirected to a 403 Forbidden page and cannot edit the code at all. Please help! I am not an experienced coder and learned my lesson the hard way by being locked out. Thank you!
- 3 replies
-
- accessibility
- code-injection
-
(and 3 more)
Tagged with:
-
Lesum reacted to a post in a topic: inverting footer colors and logo (background, text, logo, buttons) only on a single page
-
asf reacted to a post in a topic: inverting footer colors and logo (background, text, logo, buttons) only on a single page
-
asf reacted to a post in a topic: inverting footer colors and logo (background, text, logo, buttons) only on a single page
-
The header and footer for my site are usually white with black text, social links, etc. I have added a code in custom css to invert my header for this page, but can't seem to figure out how to invert the footer colors as well to match. I'd like the footer to have a black background, white text, as well as invert the logo from black to white. The code for the header is: body#collection-66783b6c409eb81ea94ecc32 header#header a { filter: invert(1); -webkit-filter: invert(1); }