manifest / integrations / club-wp
Clubworx Integration self-updates
Clubworx and Wordpress integration
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/jon3r/club-wp/archive/refs/heads/main.zipShips its own WordPress updater (built-in updater), so new versions show up under Dashboard → Updates.
PJJA Trial Booking - WordPress Plugin
WordPress plugin for trial class booking with ClubWorx integration, GA4 tracking, and attribution tracking.
📦 What's Included
This directory contains only the WordPress plugin files:
pjja-booking/
├── pjja-trial-booking.php # Main plugin file
├── includes/ # Core functionality
│ ├── class-rest-api.php
│ ├── class-admin-settings.php
│ └── class-github-updater.php
├── admin/ # Admin pages
│ ├── admin-page.php
│ └── settings-page.php
├── templates/ # Front-end templates
│ └── booking-form.php
├── assets/ # CSS, JS, images
│ ├── css/styles.css
│ ├── js/script.js
│ ├── js/attribution-tracker.js
│ └── images/logo.png
└── Documentation files
🚀 Quick Installation
Option 1: Upload ZIP (Recommended)
-
Create ZIP file:
cd /Users/andyjones/Desktop/Web/pjja-booking-plugin zip -r pjja-booking.zip pjja-booking -
Upload to WordPress:
- Go to: WordPress Admin → Plugins → Add New → Upload Plugin
- Choose
pjja-booking.zip - Click Install Now → Activate
Option 2: Use Install Script
cd /Users/andyjones/Desktop/Web/pjja-booking-plugin/pjja-booking
./install-instructions.sh
Option 3: Manual FTP
- Upload the entire
pjja-bookingfolder to:/wp-content/plugins/ - Activate in WordPress Admin → Plugins
⚙️ Configuration
After activation:
- Go to WordPress Admin → Trial Booking → Settings
- Configure:
- GA4 Measurement ID & API Secret
- ClubWorx API URL & Key
- Email notifications
- Add shortcode to any page:
[pjja_trial_booking]
📚 Documentation
- README-WORDPRESS.md - Complete plugin documentation
- QUICK-START.md - Quick setup guide
- CONVERSION-SUMMARY.md - Technical details
- GA4-SETUP.md - GA4 configuration
- GITHUB-SETUP.md - GitHub repository and update setup
✅ Ready to Install
This is a clean, production-ready WordPress plugin with:
- ✅ No Vercel files
- ✅ No node_modules
- ✅ No unnecessary files
- ✅ All WordPress plugin files included
- ✅ Proper directory structure
- ✅ GitHub update integration
- ✅ Email testing and logging
- ✅ CSV export functionality
Next step: Run ./install-instructions.sh or create a ZIP file for upload!