import wixUsers from 'wix-users'; import wixLocation from 'wix-location'; $w.onReady(function () { // Check if the current page is the subscribers page if (wixLocation.path.includes("/subscribers/")) { wixUsers.onReady(async function () { const user = wixUsers.currentUser; // Check if the user is logged in if (user.loggedIn) { // User is logged in, get email address const email = user.email; // User Email // Append email address to the URL const newURL = appendEmailToURL(email); // Redirect to the new URL wixLocation.to(newURL); } else { // User is not logged in, prompt to log in await wixUsers.promptLogin({ mode: 'login' }); } }); } }); function appendEmailToURL(email) { // Example URL to append the user email let originalURL = "https://souplessecycling.com/subscribers/"; // Replace "@" with "%40" in the email address const sanitizedEmail = email.replace("@", "%40"); // Append email address to the URL let newURL = originalURL + sanitizedEmail; return newURL; }
top of page

"HELLO FRESH FOR CYCLISTS"

Ollie Bridgewood (GCN Tech)

EFFORTLESS CYCLING, CURATED FOR YOU

ONE CONVENIENT MONTHLY DELIVERY

Simple, quick and easy

TOP QUALITY ITEMS

Only the best of the best makes it into our boxes

YOUR BOX YOUR WAY

Customise the content the way you want it

GREAT VALUE

Big savings off RRP and flexible subscriptions 

EFFORTLESS CYCLING, CURATED FOR YOU

ONE CONVENIENT MONTHLY DELIVERY

Simple, quick and easy

HOW TO UPGRADE YOUR CYCLING LIFE

We test the latest products and present a curated list of the very best gear available.

Souplesse Cycling Tour de France Socks

You pick the physical and digital options that are tailored to your riding for the month ahead.

Souplesse Cycling Box Open Helmet

One convenient monthly delivery comes straight to you. Skip or pause anytime.

TIME TO CHOOSE YOUR PACKAGE

Climbing Breeze Souplesse Cycling

CHECK OUT OUR BLOG

See our latest curated options. Get insights into the curation process and an array of cycling top tips!

HOW TO UPGRADE YOUR CYCLING LIFE

We test the latest products and present a curated list of the very best gear available.

STAY IN THE WHEELS

Join our email list and get updates on the latest subscription content and our new blog posts.

Thanks for signing up!

bottom of page