The [WPGENS_POINTS_CONVERSION] shortcode renders the points redemption notice that lets customers apply their points balance as a discount at checkout. Use it on custom checkout pages built with Elementor, Breakdance, Divi, or any other page builder where the standard WooCommerce checkout hooks do not fire automatically.
[WPGENS_POINTS_CONVERSION]
Parameters
This shortcode accepts no parameters. The output is controlled by your Points Redemption settings under Points and Rewards → Settings → Redemption.
What It Displays
When placed on a checkout page with an active WooCommerce cart, the shortcode outputs the points redemption input area. Customers see their available points balance and a button or field to apply those points as a cart discount. The exact appearance follows the styling configured in your plugin settings and your theme.
The shortcode outputs nothing if the cart is empty, the customer is not logged in, the customer has no redeemable points, or the redemption feature is disabled in settings.
When to Use It
The standard plugin integration hooks into WooCommerce checkout automatically via the woocommerce_checkout_order_review action. If you have replaced the default WooCommerce checkout template with a custom page builder layout, that hook may not fire. In that case, add this shortcode to your custom checkout layout in the position where you want the redemption notice to appear — typically above or below the order summary.