Changeset 3477750
- Timestamp:
- 03/09/2026 05:37:47 AM (4 weeks ago)
- File:
-
- 1 edited
-
codeatoz-hide-price-for-stores/trunk/readme.txt (modified) (11 diffs)
Legend:
- Unmodified
- Added
- Removed
-
codeatoz-hide-price-for-stores/trunk/readme.txt
r3477743 r3477750 1 1 === Hide Price for WooCommerce – CodeAtoZ === 2 2 Contributors: codeatoz 3 Tags: woocommerce, hide price, hide add to cart, b2b, wholesale , catalog mode, price visibility3 Tags: woocommerce, hide price, hide add to cart, b2b, wholesale 4 4 Requires at least: 6.0 5 5 Tested up to: 6.9 … … 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 10 11 == Short Description ==12 11 Hide WooCommerce product prices and Add to Cart buttons using flexible rule-based conditions — ideal for B2B, wholesale, and catalog-mode stores. 13 12 14 13 == Description == 15 14 16 CodeAtoZ – Hide Price for Stores gives WooCommerce store owners complete control over product price visibility.15 Hide price in WooCommerce stores using flexible rule-based conditions. Hide Price for WooCommerce – CodeAtoZ allows store owners to hide product prices and Add to Cart buttons based on user roles, login status, products, or categories. 17 16 18 Whether you're running a B2B store, wholesale platform, members-only shop, or catalog-mode website, this plugin allows you to hide product prices and Add to Cart buttons based on flexible rule conditions — without breaking WooCommerce functionality.17 Whether you're running a B2B store, wholesale platform, members-only shop, or catalog-mode website, this plugin gives you complete control over WooCommerce price visibility without breaking core functionality. 19 18 20 Unlike CSS-based hiding methods, this plugin applies se rver-side logic to securelyremove prices across:19 Unlike CSS-based hiding methods, this plugin applies secure server-side logic to remove prices across: 21 20 22 21 • Shop pages … … 26 25 • WooCommerce Store API 27 26 28 Perfectfor:27 This plugin is ideal for: 29 28 30 • B2B & wholesale stores29 • B2B & wholesale WooCommerce stores 31 30 • Member-only pricing models 32 • Catalog-only WooCommerce stores31 • Catalog-only WooCommerce websites 33 32 • Quote-based businesses 34 33 • Private or restricted pricing models 35 34 36 Lightweight. Secure. Clean integration. 35 The plugin can also be used to hide price until login for WooCommerce stores. 36 37 Lightweight. Secure. Clean integration with WooCommerce. 37 38 38 39 --- … … 58 59 59 60 = Custom Replacement Text = 60 Display a custom message instead of price: 61 • "Login to view price" 62 • "Request a quote" 61 Display a custom message instead of price such as: 62 63 • "Login to view price" 64 • "Request a quote" 63 65 • "Contact us for pricing" 64 66 65 67 = Secure Server-Side Enforcement = 66 Prevents price exposure via inspection tools.68 Prevents price exposure via browser inspection or frontend manipulation. 67 69 68 70 = WooCommerce API Safe = 69 Fully compatible with REST API and headless setups.71 Fully compatible with WooCommerce REST API and headless setups. 70 72 71 73 --- … … 74 76 75 77 = Rule Name = 76 Internal reference name visible in admin.78 Internal reference name visible in the admin panel. 77 79 78 80 = Enable Rule = … … 80 82 81 83 = Priority = 82 Lower number = higher priority. 84 Lower number = higher priority. 83 85 Rules are evaluated in ascending order. 84 86 85 87 = User Condition = 86 Apply rule to guests or logged-in users.88 Apply the rule to guests or logged-in users. 87 89 88 90 = User Roles = 89 Select specific WordPress roles. 91 Select specific WordPress roles. 90 92 Supports custom roles created by other plugins. 91 93 92 94 = Product IDs = 93 Comma-separated product IDs. 94 Leave empty to apply globally.95 Comma-separated product IDs. 96 Leave empty to apply the rule globally. 95 97 96 98 = Product Categories = 97 Select categories to restrict rule scope.99 Select WooCommerce categories to restrict rule scope. 98 100 99 101 = Hide Add to Cart Button = 100 Removes purchase button when enabled.102 Removes the purchase button when the rule is applied. 101 103 102 104 = Replacement Text = 103 Custom message shown instead of price.105 Custom message shown instead of the price. 104 106 105 Rules are evaluated server-side during WooCommerce price rendering .107 Rules are evaluated server-side during WooCommerce price rendering to ensure consistent behavior across the store. 106 108 107 109 --- … … 109 111 == Installation == 110 112 111 1. Install viaWordPress Plugin Directory or upload manually.113 1. Install the plugin from the WordPress Plugin Directory or upload manually. 112 114 2. Activate the plugin. 113 3. Navigate to WooCommerce → Hide Price.114 4. Create and configure rules.115 5. Save and test on frontend.115 3. Navigate to **WooCommerce → Hide Price**. 116 4. Create and configure your rules. 117 5. Save and test on the frontend. 116 118 117 119 --- … … 120 122 121 123 = Does this work with variable products? = 122 Yes. 124 Yes. The plugin supports both simple and variable products. 123 125 124 126 = Does this hide prices in WooCommerce REST API? = 125 Yes. 127 Yes. Prices are hidden in REST API responses when the rule applies. 126 128 127 129 = Can I create a catalog-only store? = 128 Yes. Enable a global rule hiding price and Add to Cart.130 Yes. You can create a global rule that hides both price and Add to Cart button. 129 131 130 = Does ituse CSS to hide prices? =132 = Does the plugin use CSS to hide prices? = 131 133 No. It uses secure server-side logic. 132 134 133 = Will itslow down my store? =134 No. It is lightweight and optimized.135 = Will this slow down my store? = 136 No. The plugin is lightweight and optimized for WooCommerce performance. 135 137 136 138 --- … … 146 148 • Ensure WordPress and WooCommerce are updated 147 149 • Verify no theme conflicts 148 • Confirm latest plugin version150 • Confirm you are using the latest plugin version 149 151 150 152 We actively maintain and improve this plugin. … … 160 162 • Rule export/import 161 163 • Enhanced UI improvements 162 • Additional compatibility enhancements164 • Additional compatibility improvements 163 165 164 User feedback helps shape development.166 User feedback helps guide development. 165 167 166 168 --- … … 175 177 176 178 --- 177 179 178 180 == Changelog == 181 182 = 1.1.0 = 183 * Improved plugin name for better WordPress.org search visibility 184 * Enhanced readme and SEO description 185 * Documentation improvements 179 186 180 187 = 1.0.0 =
Note: See TracChangeset
for help on using the changeset viewer.