Overview
WooRewards is a comprehensive WooCommerce plugin that provides advanced reward points system to increase customer loyalty and boost sales. Perfect for e-commerce stores looking to implement a professional loyalty program.
Key Benefits:
- Increase customer retention and repeat purchases
- Boost average order value with points-based incentives
- Professional admin interface for easy management
- Fully compatible with latest WooCommerce features
Key Features
Reward Points System
- Automatic points earning on completed orders
- Configurable points percentage (default: 10%)
- Points display on product pages and shop listings
- Dedicated "My Points" page in customer account
Points Payment Gateway
- Pay with points during checkout
- Automatic points deduction
- Real-time balance checking
- Secure payment processing
HPOS Compatibility
- Fully compatible with WooCommerce HPOS
- Future-proof order storage system
- Optimized performance
- Automatic detection and adaptation
Multilingual Support
- Full WPML compatibility
- Polylang integration
- Translation-ready with .pot files
- Language-specific settings
Admin Management
- Points management interface
- Bulk operations support
- Points history tracking
- DataTables integration
Security & Performance
- Nonce verification on all forms
- Input sanitization and validation
- Optimized database queries
- 5-minute cache system
Requirements
- WordPress: 5.0 or higher
- WooCommerce: 5.0 or higher
- PHP: 7.4 or higher
- MySQL: 5.7 or higher
Screenshots
Admin Settings Page
Easy-to-use admin interface for managing reward points settings
Points Management Interface
Comprehensive points management with bulk operations and DataTables
Customer Points Page
Dedicated "My Points" page in customer account area
Product Page Display
Points information displayed on product pages and shop listings
Checkout Integration
Seamless points usage during checkout process
Points History
Detailed points history and transaction tracking
Cart Page Points Display
Points balance shown on cart page
Shop Page Points Display
Points information on shop and category pages
Installation
- Upload the plugin files to
/wp-content/plugins/woo-rewards/
- Activate the plugin through the 'Plugins' screen in WordPress
- Go to WooRewards > Settings to configure your reward points
- Manage user points in WooRewards > Points Management
Pro Tip: The plugin works out of the box with default settings. You can customize the points percentage and other options from the admin panel.
Configuration
Reward Points Settings
- Set the default points percentage in settings (default: 10%)
- Points are automatically calculated and displayed
- Customers can view their points in "My Account > My Points"
Points Usage
- Customers can use points during checkout
- Points are automatically deducted from balance
- Real-time balance updates
Multilingual Setup
WPML
- Install and activate WPML
- Go to WPML > String Translation
- Find "woo-rewards" domain
- Translate all strings to your languages
Polylang
- Install and activate Polylang
- Go to Languages > String Translations
- Find "woo-rewards" strings
- Translate to your languages
Developer API
Custom Hooks
// Modify points percentage
add_filter('woo_rewards_points_percentage', function($percentage) {
return 15; // 15% instead of default 10%
});
// Custom points calculation
add_filter('woo_rewards_calculate_points', function($points, $order) {
return $points * 1.5; // 50% bonus points
}, 10, 2);
Customization
CSS Customization
/* Style points display */
.woo-rewards-points {
background: #your-color;
color: #your-text-color;
}
/* Style discount messages */
.woo-rewards-discount {
font-weight: bold;
color: #success-color;
}
Support & Updates
- Documentation: Comprehensive documentation included
- Support: Contact through CodeCanyon support system
- Updates: Automatic updates through WordPress admin
- Compatibility: Regular updates for latest WordPress/WooCommerce versions
Ready to Boost Your Sales?
Start increasing customer loyalty and repeat purchases with WooRewards today!
Perfect for: E-commerce stores, online retailers, subscription businesses, and any WooCommerce-powered website.
License
This plugin is licensed under the GPL v2 or later.
Author
Sby Creative
- ThemeForest Profile: Sby Creative
- Plugin Page: WooRewards on CodeCanyon
Reviews
If you find this plugin helpful, please consider leaving a review on CodeCanyon!