BACK TO PORTFOLIO
Wix Development
BodyPower India
ROLE: Freelance Wix DeveloperFitness Events & Nutrients Ecommerce
Built the fitness supplements, meals, and event ticket booking website for BodyPower India. Handled layout design matching luxury sports aesthetics, custom product lists, and Wix database integrations.
THE CHALLENGE
The supplements checkout required custom prescription notifications and age verification gates based on regulatory rules.
THE SOLUTION
We created a modal container block using Wix Velo code that halts checkout redirection and prompts validation queries dynamically based on product tags.
- Supplemental products catalog indexing protein and vitamin items.
- Event ticketing system with custom seats selection schemas.
- Wix Stores AJAX shopping cart customized with pricing tags.
- Mobile-friendly layouts matching fitness schedules list.
Wix Velo frontend code intercepting cart additions to prompt disclaimer modals.
Wix Velo checkout item verificationjavascript
// Wix Velo script checking product tags in cart items
import wixData from 'wix-data';
$w.onReady(function () {
// Bind validation callback to cart drawer submission
$w("#checkoutButton").onClick(async (event) => {
const isAdultOnly = await checkCartForRestrictions();
if (isAdultOnly) {
$w("#ageVerifyModal").show(); // Launch validation block
} else {
navigateToCheckout();
}
});
});PERFORMANCE STATS
MOBILE PAGESPEED
87/100
DESKTOP PAGESPEED93/100
AVG. LOAD TIME2.1s
TECH STACK USED
Wix VeloWix Stores APIJavaScriptSubscription Integration