Changeset 3464030
- Timestamp:
- 02/18/2026 07:56:29 AM (6 weeks ago)
- Location:
- codeatoz-hide-price-for-stores
- Files:
-
- 5 added
- 1 edited
-
assets/screenshot-1.png (added)
-
assets/screenshot-2.png (added)
-
assets/screenshot-3.png (added)
-
assets/screenshot-4.png (added)
-
assets/screenshot-5.png (added)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
codeatoz-hide-price-for-stores/trunk/readme.txt
r3463970 r3464030 1 1 === CodeAtoZ – Hide Price for Stores === 2 2 Contributors: codeatoz 3 Tags: woocommerce, hide price, price visibility, b2b3 Tags: woocommerce, hide price, hide add to cart, b2b, wholesale, catalog mode, price visibility 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 Hide WooCommerce product prices and Add to Cart buttons using flexible rule-based conditions — ideal for B2B, wholesale, and catalog-mode stores. 13 11 14 == Description == 12 Control WooCommerce price visibility using flexible rules.13 15 14 == Short Description == 15 Hide WooCommerce product prices and add-to-cart buttons using flexible, rule-based conditions. 16 CodeAtoZ – Hide Price for Stores gives WooCommerce store owners complete control over product price visibility. 17 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. 19 20 Unlike CSS-based hiding methods, this plugin applies server-side logic to securely remove prices across: 21 22 • Shop pages 23 • Product pages 24 • Category pages 25 • WooCommerce REST API 26 • WooCommerce Store API 27 28 Perfect for: 29 30 • B2B & wholesale stores 31 • Member-only pricing models 32 • Catalog-only WooCommerce stores 33 • Quote-based businesses 34 • Private or restricted pricing models 35 36 Lightweight. Secure. Clean integration. 37 38 --- 16 39 17 40 == Features == 18 * Hide prices for guests, logged-in users, or specific roles 19 * Target products or categories 20 * Replace price text 21 * Hide Add to Cart button 22 * Server-side enforcement 23 * WooCommerce REST API safe 41 42 = Flexible Rule Engine = 43 Create multiple rules with priority control. 44 45 = Hide Prices by User Type = 46 • Guests 47 • Logged-in users 48 • Specific user roles 49 50 = Product & Category Targeting = 51 Apply rules to: 52 • Specific products 53 • Selected categories 54 • Entire store 55 56 = Hide Add to Cart Button = 57 Remove purchasing capability when prices are hidden. 58 59 = Custom Replacement Text = 60 Display a custom message instead of price: 61 • "Login to view price" 62 • "Request a quote" 63 • "Contact us for pricing" 64 65 = Secure Server-Side Enforcement = 66 Prevents price exposure via inspection tools. 67 68 = WooCommerce API Safe = 69 Fully compatible with REST API and headless setups. 70 71 --- 72 73 == Rule Configuration Guide == 74 75 = Rule Name = 76 Internal reference name visible in admin. 77 78 = Enable Rule = 79 Activate or deactivate the rule. 80 81 = Priority = 82 Lower number = higher priority. 83 Rules are evaluated in ascending order. 84 85 = User Condition = 86 Apply rule to guests or logged-in users. 87 88 = User Roles = 89 Select specific WordPress roles. 90 Supports custom roles created by other plugins. 91 92 = Product IDs = 93 Comma-separated product IDs. 94 Leave empty to apply globally. 95 96 = Product Categories = 97 Select categories to restrict rule scope. 98 99 = Hide Add to Cart Button = 100 Removes purchase button when enabled. 101 102 = Replacement Text = 103 Custom message shown instead of price. 104 105 Rules are evaluated server-side during WooCommerce price rendering. 106 107 --- 24 108 25 109 == Installation == 26 1. Upload the plugin27 2. Activate28 3. Go to WooCommerce → Hide Price29 110 30 == FAQ == 111 1. Install via WordPress Plugin Directory or upload manually. 112 2. Activate the plugin. 113 3. Navigate to WooCommerce → Hide Price. 114 4. Create and configure rules. 115 5. Save and test on frontend. 116 117 --- 118 119 == Frequently Asked Questions == 120 31 121 = Does this work with variable products? = 32 122 Yes. 33 = Does this hide prices in the REST API? = 34 Yes, prices are hidden in WooCommerce REST and Store APIs. 123 124 = Does this hide prices in WooCommerce REST API? = 125 Yes. 126 127 = Can I create a catalog-only store? = 128 Yes. Enable a global rule hiding price and Add to Cart. 129 130 = Does it use CSS to hide prices? = 131 No. It uses secure server-side logic. 132 133 = Will it slow down my store? = 134 No. It is lightweight and optimized. 135 136 --- 137 138 == Support == 139 140 Need assistance? 141 142 Please use the WordPress.org support forum for this plugin. 143 144 Before requesting support: 145 146 • Ensure WordPress and WooCommerce are updated 147 • Verify no theme conflicts 148 • Confirm latest plugin version 149 150 We actively maintain and improve this plugin. 151 152 --- 153 154 == Future Roadmap == 155 156 Upcoming improvements may include: 157 158 • Advanced AND/OR rule logic 159 • Scheduled visibility rules 160 • Rule export/import 161 • Enhanced UI improvements 162 • Additional compatibility enhancements 163 164 User feedback helps shape development. 165 166 --- 35 167 36 168 == Screenshots == 37 1. Rule list 38 2. Rule editor 169 170 1. Rule list – Manage multiple visibility rules with priority. 171 2. Rule editor – Configure user roles, products, and categories. 172 3. Guest pricing restriction – Example frontend view. 173 4. Category-based hiding – Target specific product groups. 174 5. Admin menu integration – WooCommerce → Hide Price. 175 176 --- 39 177 40 178 == Changelog == 179 41 180 = 1.0.0 = 42 * Initial release 181 * Initial stable release 182 * Flexible rule engine 183 * Role-based visibility 184 * Category & product targeting 185 * REST API compatibility
Note: See TracChangeset
for help on using the changeset viewer.