Descripción
WooCommerce Hide Prices Until Login or Region helps store owners control who can see prices and add products to their cart. Useful for wholesale stores, restricted content, or region-specific pricing policies.
Developer Features
This plugin supports integrations with premium extensions via a global override flag and centralized architecture:
- Set
$GLOBALS['hpulr_force_hide'] = truebefore callingHPULR_Price_Handler::filter_price()to trigger the free plugin’s hidden price message - Inject premium settings using
hpulr_additional_settingsfilter - Automatically save premium and custom fields via centralized update hook
- Sanitize both free and premium fields with centralized filter
sanitize_all_options
🎯 Key Features:
– Hide prices for non-logged-in users
– Disable Add to Cart for guests
– Geolocation-based visibility (by allowed countries)
– User role-based visibility (NEW in 1.2.0)
– Custom message with {login_url} support
– Redirects users back to the product after login
– Integrated directly into WooCommerce settings
– Per-product custom message override (Lite)
– Test mode for admin previewing behavior
– Supports all product types (simple, variable, etc.)
– Centralized saving and sanitization (NEW in 1.2.1)
– Compatible with premium add-ons (e.g., category-based hiding)
License
This plugin is licensed under the GPLv2 or later.
Instalación
- Upload the plugin files to the
/wp-content/plugins/hide-product-prices-until-logindirectory or install through the WordPress plugin screen. - Activate the plugin through the “Plugins” menu.
- Go to WooCommerce Settings Products Hide Prices to configure.
FAQ
-
Can I add a login link in the message?
-
Yes! Use the
{login_url}placeholder in your message. It will be automatically replaced with a clickable link to the login page. -
Can I show a different message for individual products?
-
Yes! Edit a product and use the “Hide Price Message” field in the sidebar to override the global message.
-
Will it redirect users back after login?
-
Yes. After logging in, users are redirected to the product they were viewing.
-
Can I simulate as a guest while logged in?
-
Yes. Enable “Test Mode” in the plugin settings to preview hidden prices while logged in as an admin.
Reseñas
No hay reseñas para este plugin.
Colaboradores & Desarrolladores
“Hide Product Prices Until Login – for WooCommerce” es software de código abierto. Las siguientes personas han contribuido a este plugin.
ColaboradoresTraduce “Hide Product Prices Until Login – for WooCommerce” a tu idioma.
¿Interesado en el desarrollo?
Revisa el código, echa un vistazo al repositorio SVN, o suscríbete al registro de desarrollo por RSS .
Historial de cambios
1.2.1
- ✅ REFACTOR: Centralized settings saving and sanitization for both free and premium fields
- ✅ NEW: Added filter
hpulr_additional_settingsto allow premium plugins to register their settings - ✅ NEW: Unified
sanitize_all_optionsmethod for secure value handling - ✅ FIX: Prevented fatal error when sanitizing array-based inputs
- ✅ REFACTOR: JavaScript update logic for role and category tables generalized
- ✅ Tweak: Updated hidden field support for WooCommerce compatibility
1.2.0
- ✅ NEW: Hide prices based on user roles
- ✅ NEW: Dynamic UI to manage restricted roles in admin
- ✅ FIX: Ensures restricted roles are saved as an array
- ✅ FIX: Proper handling of empty state in roles table (no-available-data)
- ✅ FIX: JavaScript updates to restore placeholder row when roles removed
- ✅ REFACTOR: Moved HTML render logic to template files for better maintainability
- ✅ Tweak: Minor styling and JS enhancements for settings UI
- ✅ NEW: Added support for external price hiding override via
$GLOBALS['hpulr_force_hide'] - ✅ NEW: This enables premium add-ons to trigger hidden price logic (e.g., for category-based restrictions)
1.1.0
- ✅ NEW: Per-product custom message override
- ✅ NEW: Hide Add to Cart button in product loops
- ✅ NEW: Login redirect after login back to product
- ✅ NEW: Admin Test Mode for debugging
- ✅ Tweak: Global
{login_url}placeholder replacement - ✅ Updated: Translatable strings and inline documentation
1.0.0
- Initial release with price hiding and region-based logic