WP Loyalty Program
Comprehensive loyalty and rewards system for WordPress
by lm9wddima.. · github.com/siil3omary/woocommerce-loyalty-program · website
★ 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/siil3omary/woocommerce-loyalty-program/archive/refs/heads/main.zip
A comprehensive loyalty and rewards system for WordPress with WooCommerce integration.
Features
- Multi-tier reward system (Bronze, Silver, Gold, Platinum)
- QR code scanning for point redemption
- Points expiration with notifications
- Birthday rewards
- Detailed analytics dashboard
- WooCommerce integration
Installation
- Upload the plugin files to
/wp-content/plugins/wp-loyalty-program - Activate the plugin through the 'Plugins' screen
- Configure settings under 'Loyalty Program' in WordPress admin
- Add the
[loyalty_dashboard]shortcode to any page
Requirements
- PHP 7.4+
- WordPress 5.6+
- WooCommerce 5.0+ (optional)
Development
# Install dependencies
composer install
npm install
# Build assets
npm run build
# Watch for changes
npm run watch
# Run tests
composer test