Plugin Directory

Changeset 3477750


Ignore:
Timestamp:
03/09/2026 05:37:47 AM (4 weeks ago)
Author:
codeatoz
Message:

Version 1.1.0 - improved plugin title and SEO optimized readme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codeatoz-hide-price-for-stores/trunk/readme.txt

    r3477743 r3477750  
    11=== Hide Price for WooCommerce – CodeAtoZ ===
    22Contributors: codeatoz
    3 Tags: woocommerce, hide price, hide add to cart, b2b, wholesale, catalog mode, price visibility
     3Tags: woocommerce, hide price, hide add to cart, b2b, wholesale
    44Requires at least: 6.0
    55Tested up to: 6.9
     
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 == Short Description ==
    1211Hide WooCommerce product prices and Add to Cart buttons using flexible rule-based conditions — ideal for B2B, wholesale, and catalog-mode stores.
    1312
    1413== Description ==
    1514
    16 CodeAtoZ – Hide Price for Stores gives WooCommerce store owners complete control over product price visibility.
     15Hide 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.
    1716
    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.
     17Whether 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.
    1918
    20 Unlike CSS-based hiding methods, this plugin applies server-side logic to securely remove prices across:
     19Unlike CSS-based hiding methods, this plugin applies secure server-side logic to remove prices across:
    2120
    2221• Shop pages 
     
    2625• WooCommerce Store API 
    2726
    28 Perfect for:
     27This plugin is ideal for:
    2928
    30 • B2B & wholesale stores 
     29• B2B & wholesale WooCommerce stores 
    3130• Member-only pricing models 
    32 • Catalog-only WooCommerce stores 
     31• Catalog-only WooCommerce websites 
    3332• Quote-based businesses 
    3433• Private or restricted pricing models 
    3534
    36 Lightweight. Secure. Clean integration.
     35The plugin can also be used to hide price until login for WooCommerce stores.
     36
     37Lightweight. Secure. Clean integration with WooCommerce.
    3738
    3839---
     
    5859
    5960= Custom Replacement Text =
    60 Display a custom message instead of price:
    61 • "Login to view price"
    62 • "Request a quote"
     61Display a custom message instead of price such as:
     62
     63• "Login to view price" 
     64• "Request a quote" 
    6365• "Contact us for pricing"
    6466
    6567= Secure Server-Side Enforcement =
    66 Prevents price exposure via inspection tools.
     68Prevents price exposure via browser inspection or frontend manipulation.
    6769
    6870= WooCommerce API Safe =
    69 Fully compatible with REST API and headless setups.
     71Fully compatible with WooCommerce REST API and headless setups.
    7072
    7173---
     
    7476
    7577= Rule Name =
    76 Internal reference name visible in admin.
     78Internal reference name visible in the admin panel.
    7779
    7880= Enable Rule =
     
    8082
    8183= Priority =
    82 Lower number = higher priority.
     84Lower number = higher priority. 
    8385Rules are evaluated in ascending order.
    8486
    8587= User Condition =
    86 Apply rule to guests or logged-in users.
     88Apply the rule to guests or logged-in users.
    8789
    8890= User Roles =
    89 Select specific WordPress roles.
     91Select specific WordPress roles. 
    9092Supports custom roles created by other plugins.
    9193
    9294= Product IDs =
    93 Comma-separated product IDs.
    94 Leave empty to apply globally.
     95Comma-separated product IDs. 
     96Leave empty to apply the rule globally.
    9597
    9698= Product Categories =
    97 Select categories to restrict rule scope.
     99Select WooCommerce categories to restrict rule scope.
    98100
    99101= Hide Add to Cart Button =
    100 Removes purchase button when enabled.
     102Removes the purchase button when the rule is applied.
    101103
    102104= Replacement Text =
    103 Custom message shown instead of price.
     105Custom message shown instead of the price.
    104106
    105 Rules are evaluated server-side during WooCommerce price rendering.
     107Rules are evaluated server-side during WooCommerce price rendering to ensure consistent behavior across the store.
    106108
    107109---
     
    109111== Installation ==
    110112
    111 1. Install via WordPress Plugin Directory or upload manually.
     1131. Install the plugin from the WordPress Plugin Directory or upload manually.
    1121142. Activate the plugin.
    113 3. Navigate to WooCommerce → Hide Price.
    114 4. Create and configure rules.
    115 5. Save and test on frontend.
     1153. Navigate to **WooCommerce → Hide Price**.
     1164. Create and configure your rules.
     1175. Save and test on the frontend.
    116118
    117119---
     
    120122
    121123= Does this work with variable products? =
    122 Yes.
     124Yes. The plugin supports both simple and variable products.
    123125
    124126= Does this hide prices in WooCommerce REST API? =
    125 Yes.
     127Yes. Prices are hidden in REST API responses when the rule applies.
    126128
    127129= Can I create a catalog-only store? =
    128 Yes. Enable a global rule hiding price and Add to Cart.
     130Yes. You can create a global rule that hides both price and Add to Cart button.
    129131
    130 = Does it use CSS to hide prices? =
     132= Does the plugin use CSS to hide prices? =
    131133No. It uses secure server-side logic.
    132134
    133 = Will it slow down my store? =
    134 No. It is lightweight and optimized.
     135= Will this slow down my store? =
     136No. The plugin is lightweight and optimized for WooCommerce performance.
    135137
    136138---
     
    146148• Ensure WordPress and WooCommerce are updated 
    147149• Verify no theme conflicts 
    148 • Confirm latest plugin version 
     150• Confirm you are using the latest plugin version 
    149151
    150152We actively maintain and improve this plugin.
     
    160162• Rule export/import 
    161163• Enhanced UI improvements 
    162 • Additional compatibility enhancements 
     164• Additional compatibility improvements 
    163165
    164 User feedback helps shape development.
     166User feedback helps guide development.
    165167
    166168---
     
    175177
    176178---
    177  
     179
    178180== 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
    179186
    180187= 1.0.0 =
Note: See TracChangeset for help on using the changeset viewer.