Plugin Directory

Changeset 3464030


Ignore:
Timestamp:
02/18/2026 07:56:29 AM (6 weeks ago)
Author:
codeatoz
Message:

Added plugin screenshots

Location:
codeatoz-hide-price-for-stores
Files:
5 added
1 edited

Legend:

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

    r3463970 r3464030  
    11=== CodeAtoZ – Hide Price for Stores ===
    22Contributors: codeatoz
    3 Tags: woocommerce, hide price, price visibility, b2b
     3Tags: woocommerce, hide price, hide add to cart, b2b, wholesale, catalog mode, price visibility
    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 ==
     12Hide WooCommerce product prices and Add to Cart buttons using flexible rule-based conditions — ideal for B2B, wholesale, and catalog-mode stores.
     13
    1114== Description ==
    12 Control WooCommerce price visibility using flexible rules.
    1315
    14 == Short Description ==
    15 Hide WooCommerce product prices and add-to-cart buttons using flexible, rule-based conditions.
     16CodeAtoZ – Hide Price for Stores gives WooCommerce store owners complete control over product price visibility.
     17
     18Whether 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
     20Unlike 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
     28Perfect 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
     36Lightweight. Secure. Clean integration.
     37
     38---
    1639
    1740== 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 =
     43Create 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 =
     51Apply rules to:
     52• Specific products 
     53• Selected categories 
     54• Entire store 
     55
     56= Hide Add to Cart Button =
     57Remove purchasing capability when prices are hidden.
     58
     59= Custom Replacement Text =
     60Display 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 =
     66Prevents price exposure via inspection tools.
     67
     68= WooCommerce API Safe =
     69Fully compatible with REST API and headless setups.
     70
     71---
     72
     73== Rule Configuration Guide ==
     74
     75= Rule Name =
     76Internal reference name visible in admin.
     77
     78= Enable Rule =
     79Activate or deactivate the rule.
     80
     81= Priority =
     82Lower number = higher priority.
     83Rules are evaluated in ascending order.
     84
     85= User Condition =
     86Apply rule to guests or logged-in users.
     87
     88= User Roles =
     89Select specific WordPress roles.
     90Supports custom roles created by other plugins.
     91
     92= Product IDs =
     93Comma-separated product IDs.
     94Leave empty to apply globally.
     95
     96= Product Categories =
     97Select categories to restrict rule scope.
     98
     99= Hide Add to Cart Button =
     100Removes purchase button when enabled.
     101
     102= Replacement Text =
     103Custom message shown instead of price.
     104
     105Rules are evaluated server-side during WooCommerce price rendering.
     106
     107---
    24108
    25109== Installation ==
    26 1. Upload the plugin
    27 2. Activate
    28 3. Go to WooCommerce → Hide Price
    29110
    30 == FAQ ==
     1111. Install via WordPress Plugin Directory or upload manually.
     1122. Activate the plugin.
     1133. Navigate to WooCommerce → Hide Price.
     1144. Create and configure rules.
     1155. Save and test on frontend.
     116
     117---
     118
     119== Frequently Asked Questions ==
     120
    31121= Does this work with variable products? =
    32122Yes.
    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? =
     125Yes.
     126
     127= Can I create a catalog-only store? =
     128Yes. Enable a global rule hiding price and Add to Cart.
     129
     130= Does it use CSS to hide prices? =
     131No. It uses secure server-side logic.
     132
     133= Will it slow down my store? =
     134No. It is lightweight and optimized.
     135
     136---
     137
     138== Support ==
     139
     140Need assistance?
     141
     142Please use the WordPress.org support forum for this plugin.
     143
     144Before requesting support:
     145
     146• Ensure WordPress and WooCommerce are updated 
     147• Verify no theme conflicts 
     148• Confirm latest plugin version 
     149
     150We actively maintain and improve this plugin.
     151
     152---
     153
     154== Future Roadmap ==
     155
     156Upcoming 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
     164User feedback helps shape development.
     165
     166---
    35167
    36168== Screenshots ==
    37 1. Rule list
    38 2. Rule editor
     169
     1701. Rule list – Manage multiple visibility rules with priority.
     1712. Rule editor – Configure user roles, products, and categories.
     1723. Guest pricing restriction – Example frontend view.
     1734. Category-based hiding – Target specific product groups.
     1745. Admin menu integration – WooCommerce → Hide Price.
     175
     176---
    39177
    40178== Changelog ==
     179
    41180= 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.