Title: LideraCotiza
Author: Wilder Espinoza
Published: <strong>August 22, 2026</strong>
Last modified: August 22, 2026

---

Search plugins

![](https://ps.w.org/lideracotiza/assets/banner-772x250.png?rev=3660950)

![](https://ps.w.org/lideracotiza/assets/icon-256x256.png?rev=3660950)

# LideraCotiza

 By [Wilder Espinoza](https://profiles.wordpress.org/wespinozab/)

[Download](https://downloads.wordpress.org/plugin/lideracotiza.0.4.2.zip)

 * [Details](https://pcd.wordpress.org/plugins/lideracotiza/#description)
 * [Reviews](https://pcd.wordpress.org/plugins/lideracotiza/#reviews)
 *  [Installation](https://pcd.wordpress.org/plugins/lideracotiza/#installation)
 * [Development](https://pcd.wordpress.org/plugins/lideracotiza/#developers)

 [Support](https://wordpress.org/support/plugin/lideracotiza/)

## Description

LideraCotiza helps small businesses and professionals create, share, and track quotations
directly from WordPress without relying on spreadsheets.

The plugin provides a front-end workspace at `/cotiza-panel/`. Site owners can create
individual team accounts and assign the LideraCotiza Manager role. Managers can 
work with clients and quotations without accessing the WordPress administration 
area.

Quotation recipients do not need a WordPress account. Each quotation can be shared
through a non-sequential public link where the recipient can review the proposal
and submit a response.

Main features:

 * Client management.
 * Quotation creation with line items, taxes, discounts, validity dates, notes, 
   and terms.
 * Front-end workspace for authorized team members.
 * Public quotation links for clients.
 * Accept, request changes, or reject responses.
 * Quotation status and activity history.
 * Company branding and currency settings.
 * Role and capability separation for internal users.
 * HMAC-signed public responses, rate limiting, and authenticated administrative
   actions.

The current user interface is provided in Spanish. The WordPress.org readme is written
in English to comply with directory metadata requirements.

### Security

 * Dedicated WordPress capabilities for internal users.
 * Nonce verification for authenticated state-changing actions.
 * Sanitization, validation, and escaping of request and output data.
 * Non-sequential public quotation links with hashed verification data.
 * HMAC signatures for public quotation responses.
 * Basic rate limiting for public responses.
 * No-index, no-cache, and anti-framing headers on the public quotation and front-
   end workspace views.

## Screenshots

[⌊Main dashboard displaying quotation statuses, active clients, and recent proposals.⌉⌊
Main dashboard displaying quotation statuses, active clients, and recent proposals
.⌉[

Main dashboard displaying quotation statuses, active clients, and recent proposals.

[⌊Quotation creation screen with clients, line items, taxes, discounts, validity
dates, and terms.⌉⌊Quotation creation screen with clients, line items, taxes, discounts,
validity dates, and terms.⌉[

Quotation creation screen with clients, line items, taxes, discounts, validity dates,
and terms.

[⌊Client management interface with customer information and authorized team members.⌉⌊
Client management interface with customer information and authorized team members
.⌉[

Client management interface with customer information and authorized team members.

[⌊Public quotation view where clients can review the proposal, accept it, request
changes, or reject it.⌉⌊Public quotation view where clients can review the proposal,
accept it, request changes, or reject it.⌉[

Public quotation view where clients can review the proposal, accept it, request 
changes, or reject it.

## Installation

 1. Upload the plugin ZIP from Plugins > Add New > Upload Plugin, or copy the `lideracotiza`
    folder to `/wp-content/plugins/`.
 2. Activate LideraCotiza.
 3. Open LideraCotiza > Settings and enter the company information.
 4. Create a client and then create a quotation.
 5. Administrators can manage the team from `/cotiza-panel/?view=team`.
 6. Team members receive the standard WordPress account notification to set their own
    password.
 7. Share the public quotation link with the client from the quotation detail screen.

## FAQ

### Does a client need a WordPress account?

No. A client can open the secure public quotation link and respond without creating
an account.

### Can team members access wp-admin?

The LideraCotiza Manager role is designed to work from the front-end workspace. 
The plugin redirects manager-only accounts away from the WordPress administration
area.

### Does LideraCotiza store plain-text passwords?

No. User passwords are handled by WordPress. LideraCotiza relies on the standard
WordPress password setup and notification flow.

### What happens to data when the plugin is removed?

By default, LideraCotiza preserves its data on uninstall. Full data removal only
occurs when `LIDERACOTIZA_REMOVE_DATA` is explicitly defined as `true` before uninstalling.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“LideraCotiza” is open source software. The following people have contributed to
this plugin.

Contributors

 *   [ Wilder Espinoza ](https://profiles.wordpress.org/wespinozab/)

[Translate “LideraCotiza” into your language.](https://translate.wordpress.org/projects/wp-plugins/lideracotiza)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/lideracotiza/), check
out the [SVN repository](https://plugins.svn.wordpress.org/lideracotiza/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/lideracotiza/) by
[RSS](https://plugins.trac.wordpress.org/log/lideracotiza/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 0.4.2

 * Uses WordPress enqueue APIs for standalone error and access-denied page styles.
 * Replaces the short response-rate transient prefix with the unique `lideracotiza_`
   namespace.
 * Improves translation readiness for standalone views and JavaScript interface 
   strings.
 * Unslashes and sanitizes quotation item arrays before they reach the service layer.
 * Removes direct inline style attributes from bundled templates where practical.

#### 0.4.1

 * Adds neutral public-quote extension hooks so add-ons can enqueue and print quote-
   specific presentation assets without depending on the active theme.
 * Expands the existing public branding contract with optional brand name, logo,
   intro text, and body classes while preserving all Core defaults when no extension
   is active.
 * Keeps the standalone public quote, response workflow, routing, security headers,
   data model, and free visual design unchanged when LideraCotiza runs by itself.

#### 0.4.0

 * Added the Team module to the front-end workspace.
 * Added individual LideraCotiza Manager accounts with restricted capabilities.
 * Added WordPress-based invitation and password setup workflow.
 * Added the `lideracotiza_manage_team` capability for team administration.
 * Added account activation and deactivation controls for team managers.
 * Prevented disabled managers from retaining active LideraCotiza access.
 * Improved request normalization, output handling, and uninstall safety.
 * Moved the administrative menu lower in the WordPress menu hierarchy.
 * Removed demo-only functionality from the distributed core plugin.
 * Improved compatibility with WordPress.org Plugin Check requirements.

#### 0.3.1

 * Separated demo tooling from the distributable core plugin.
 * Added extension hooks for demo environments and integrations.
 * Kept the front-end workspace and secure public quotation view in the core plugin.

#### 0.2.0

 * Added the `/cotiza-panel/` front-end workspace.
 * Added the LideraCotiza Manager role with limited capabilities.
 * Added quotation search and status filters.
 * Added media-library company logo selection.
 * Added redesigned public quotation views and response rate limiting.
 * Added upgrade routines for capabilities and rewrite rules.

#### 0.1.0

 * Initial MVP with clients, quotations, line items, public links, statuses, responses,
   email delivery, and history.

## Meta

 *  Version **0.4.2**
 *  Last updated **18 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.6 or higher **
 *  Tested up to **7.0.4**
 *  PHP version ** 8.1 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/lideracotiza/)
 * Tags
 * [clients](https://pcd.wordpress.org/plugins/tags/clients/)[proposals](https://pcd.wordpress.org/plugins/tags/proposals/)
   [Quotations](https://pcd.wordpress.org/plugins/tags/quotations/)[quotes](https://pcd.wordpress.org/plugins/tags/quotes/)
   [sales](https://pcd.wordpress.org/plugins/tags/sales/)
 *  [Advanced View](https://pcd.wordpress.org/plugins/lideracotiza/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/lideracotiza/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/lideracotiza/reviews/)

## Contributors

 *   [ Wilder Espinoza ](https://profiles.wordpress.org/wespinozab/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/lideracotiza/)