top of page

Want to change membership plans? Cancel your existing plan first on your Subscriptions page before re-subscribing.

Checkout


1 Sign Up

To purchase this plan and use its benefits in the future, log in to your account or sign up.


2 Payment

Order summary

Ableton AI Chatbot (Abe)$9.00
Duration: Until canceledFree trial: 3 days


Total today$0.00
After the free trial, you will be charged $9.00 monthly until canceled.
Secure Checkout
Questions? Drop them below.
I'll get back to you soon. 
​
- Dan Giffin

Thanks! If you don't get a response in 2 days check your junk email.

bottom of page
import { session } from 'wix-storage'; $w.onReady(function () { // Capture the "ref" parameter from the URL const urlParams = new URLSearchParams(window.location.search); const refCode = urlParams.get('ref'); // If the ref code is present, store it in session storage if (refCode) { session.setItem('affiliateId', refCode); console.log("Affiliate ID stored:", refCode); } });