

io8 Spin & Win adds an interactive prize wheel to WooCommerce. Store owners configure the wheel segments, discount values and relative winning chances. Prize selection is performed on the WordPress server and winning WooCommerce coupons are generated automatically.
Features include:
No external service or API is required.
The plugin does not send visitor data to io8 or any external service. To enforce the play interval for guests, it derives a one-way keyed fingerprint from the request IP address and browser user-agent and uses the resulting hash only as part of a temporary WordPress transient key. The raw IP address and user-agent are not stored by the plugin. Logged-in users are identified by their WordPress user ID for the same temporary play-limit purpose.
The plugin stores aggregate campaign counters in the WordPress options table and creates WooCommerce coupons for winning spins.
The human-readable source corresponding to the minified production JavaScript is included in this plugin.
assets/js/frontend.js – minified production frontend JavaScript.assets/js/frontend.src.js – human-readable source for frontend.js.No external build tools are required to inspect or modify the included JavaScript source.