Title: DataRights for WooCommerce
Author: pablomillaquen
Published: <strong>September 15, 2026</strong>
Last modified: September 15, 2026

---

Search plugins

![](https://ps.w.org/datarights-for-woocommerce/assets/banner-772x250.png?rev=3697748)

![](https://ps.w.org/datarights-for-woocommerce/assets/icon-256x256.png?rev=3697748)

# DataRights for WooCommerce

 By [pablomillaquen](https://profiles.wordpress.org/pablomillaquen/)

[Download](https://downloads.wordpress.org/plugin/datarights-for-woocommerce.1.2.8.zip)

 * [Details](https://wordpress.org/plugins/datarights-for-woocommerce/#description)
 * [Reviews](https://wordpress.org/plugins/datarights-for-woocommerce/#reviews)
 *  [Installation](https://wordpress.org/plugins/datarights-for-woocommerce/#installation)
 * [Development](https://wordpress.org/plugins/datarights-for-woocommerce/#developers)

 [Support](https://wordpress.org/support/plugin/datarights-for-woocommerce/)

## Description

DataRights for WooCommerce helps you understand which privacy aspects you should
review in your WooCommerce store and which ones to tackle first, under Chilean Law
21.719 (in force from December 1, 2026).

**What it does**

 * Store profile with 9 minimal questions
 * Normative catalog: 9 obligations and 29 controls derived from the law, with article
   references
 * Applicability engine: what applies to YOUR store, with clear reasons
 * Evaluation per control with provenance (declared by admin / technically detected)
 * Honest diagnosis: priorities and items needing confirmation — no fake “compliance”
   percentages
 * Environment evidence (optional technical observations you choose to adopt)
 * Printable report + CSV export

**What it is NOT**

Not a legal-compliance certificate and not legal advice. It does not implement or
automate controls; it assesses and guides.

**Privacy of this plugin**

DataRights runs locally on your WordPress install. It sends nothing to external 
servers, uses no tracking, and removes its own data on uninstall.

## Screenshots

[⌊DataRights dashboard — privacy overview of your WooCommerce store, with environment
evidence and evaluation status.⌉⌊DataRights dashboard — privacy overview of your
WooCommerce store, with environment evidence and evaluation status.⌉[

DataRights dashboard — privacy overview of your WooCommerce store, with environment
evidence and evaluation status.

[⌊Evaluate each control with plain-language guidance: what it means, why it matters,
what to review, and when to mark it covered.⌉⌊Evaluate each control with plain-language
guidance: what it means, why it matters, what to review, and when to mark it covered
.⌉[

Evaluate each control with plain-language guidance: what it means, why it matters,
what to review, and when to mark it covered.

[⌊Guide — what DataRights is and is not, and why some items wait for the Data Protection
Agency's definitions (Art. 11).⌉⌊Guide — what DataRights is and is not, and why 
some items wait for the Data Protection Agency's definitions (Art. 11).⌉[

Guide — what DataRights is and is not, and why some items wait for the Data Protection
Agency’s definitions (Art. 11).

[⌊Compliance Profile — describe your store's data-handling characteristics so only
the applicable obligations are assessed.⌉⌊Compliance Profile — describe your store's
data-handling characteristics so only the applicable obligations are assessed.⌉[

Compliance Profile — describe your store’s data-handling characteristics so only
the applicable obligations are assessed.

[⌊Standalone report — a printable summary of what was evaluated, declared, and detected,
with priorities.⌉⌊Standalone report — a printable summary of what was evaluated,
declared, and detected, with priorities.⌉[

Standalone report — a printable summary of what was evaluated, declared, and detected,
with priorities.

## Installation

 1. Upload the plugin folder to /wp-content/plugins/ or install from Plugins  Add New.
 2. Activate the plugin (requires WooCommerce).
 3. Open the DataRights menu — an initial diagnosis is available immediately.

## FAQ

### Does this plugin make my store legally compliant?

No. It assesses and guides you on what to review. Compliance depends on decisions
made by the data controller.

### Where is my data stored?

Locally, in your WordPress database (options). Nothing leaves your site.

### Can I use it without answering the profile?

Yes. An initial diagnosis is available right away.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“DataRights for WooCommerce” is open source software. The following people have 
contributed to this plugin.

Contributors

 *   [ pablomillaquen ](https://profiles.wordpress.org/pablomillaquen/)

“DataRights for WooCommerce” has been translated into 1 locale. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/datarights-for-woocommerce/contributors)
for their contributions.

[Translate “DataRights for WooCommerce” into your language.](https://translate.wordpress.org/projects/wp-plugins/datarights-for-woocommerce)

### Interested in development?

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

## Changelog

#### 1.2.8

 * Admin interface: report stylesheet is no longer enqueued on the plugin admin 
   screens. The report CSS (which is meant for the standalone downloadable document)
   was leaking global selectors onto the admin layout, constraining and centering
   the plugin pages. The downloaded report still embeds its CSS and remains fully
   standalone/offline.
 * Admin interface: fixed plugin pages being constrained to a narrow centered column;
   they now use the full admin width.

#### 1.2.7

 * Standalone report CSS is now printed directly by `wp_print_styles()` at the point
   of output, without capturing it in an intermediate variable or re-echoing it.
   The CSS is still registered, enqueued, and attached through the official WordPress
   styles API, and the downloaded report remains fully standalone/offline.

#### 1.2.6

 * Report CSS now generated through the WordPress styles API (wp_register_style 
   + wp_enqueue_style + wp_add_inline_style + wp_print_styles) instead of a direct
   inline , while keeping the downloadable report fully standalone/offline.
 * Existing WordPress admin CSS continues to load via wp_enqueue_style.

#### 1.2.5

 * Removed all remaining inline `style=""` attributes from the report generator 
   and admin interface, replacing them with semantic CSS classes.
 * Report HTML embeds its CSS inline so the downloadable report works fully standalone/
   offline (wp_enqueue is not applicable for downloaded files).
 * All WordPress admin interface CSS continues to load via wp_enqueue_style, scoped
   to the plugin screens.

#### 1.2.4

 * Report CSS now properly enqueued via wp_enqueue_style (WordPress.org requirement).
 * Report HTML references CSS via instead of inline .

#### 1.2.3

 * Text domain aligned to plugin slug (WordPress.org requirement).
 * Main plugin file renamed to match slug.
 * Report CSS extracted to separate file.
 * WordPress.org directory assets removed from plugin zip.

#### 1.2.2

 * Admin menu label and page title updated to the new DataRights branding.
 * Consistent wording in upgrade notes.

#### 1.2.1

 * Public rebranding to **DataRights for WooCommerce** (previously known as WooPrivacy
   FREE). Same features, same local-only privacy guarantees.

#### 1.2.0

 * Downloadable report now uses the same human language as the dashboard.
 * CSV includes updated human titles.

#### 1.1.0

 * Human-readable guidance for all 29 controls.
 * Detection capability labels and profile recalculation messaging.

#### 1.0.0

 * Initial public release.

## Meta

 *  Version **1.2.8**
 *  Last updated **2 days ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.1**
 *  PHP version ** 7.4 or higher **
 *  Languages
 * [English (US)](https://wordpress.org/plugins/datarights-for-woocommerce/) and
   [Spanish (Chile)](https://cl.wordpress.org/plugins/datarights-for-woocommerce/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/datarights-for-woocommerce)
 * Tags
 * [chile](https://wordpress.org/plugins/tags/chile/)[compliance](https://wordpress.org/plugins/tags/compliance/)
   [data protection](https://wordpress.org/plugins/tags/data-protection/)[privacy](https://wordpress.org/plugins/tags/privacy/)
   [woocommerce](https://wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://wordpress.org/plugins/datarights-for-woocommerce/advanced/)

## Ratings

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/datarights-for-woocommerce/reviews/)

## Contributors

 *   [ pablomillaquen ](https://profiles.wordpress.org/pablomillaquen/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/datarights-for-woocommerce/)