Title: 13Sizer — Calculadora de Tallas
Author: Danilo Ulloa
Published: <strong>5 de septiembre de 2026</strong>
Last modified: 5 de septiembre de 2026

---

Buscar plugins

![](https://ps.w.org/trecesizer/assets/banner-772x250.jpg?rev=3682670)

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

# 13Sizer — Calculadora de Tallas

 Por [Danilo Ulloa](https://profiles.wordpress.org/ulloa/)

[Descargar](https://downloads.wordpress.org/plugin/trecesizer.1.3.2.zip)

 * [Detalles](https://es.wordpress.org/plugins/trecesizer/#description)
 * [Valoraciones](https://es.wordpress.org/plugins/trecesizer/#reviews)
 *  [Instalación](https://es.wordpress.org/plugins/trecesizer/#installation)
 * [Desarrollo](https://es.wordpress.org/plugins/trecesizer/#developers)

 [Soporte](https://wordpress.org/support/plugin/trecesizer/)

## Descripción

**Nobody measures a child twice.**

The customer takes the measurements once, presses a button, and 13Sizer tells them
their size in
 your chart. Not a generic table they have to read across with a finger—
their size, and what to do when their measurements fall between two.

You write your charts in the dashboard: the measurements you ask for, and the range
each size
 covers. One chart per pattern, because leotards, sets and velvet do not
size the same way.

#### Two places, one chart

 * **Anywhere on your site.** Paste `[trecesizer chart="leotards"]` and a «Calculate
   my size» button
    appears. It opens the calculator without loading the page again.
   If the page already has a size dropdown, the answer fills it in — on a product
   that means the variation and the price follow. And the button remembers: next
   visit it reads «Your size: 10 · recalculate».
 * **Inside 13Atelier.** With the configurator installed, the size step shows the
   sizes of your chart
    as cards to pick from, and «I don’t know my size» unfolds
   the calculator underneath. When it answers, it selects that size for the customer,
   who can still choose another. Size and measurements both travel to the order,
   so whoever cuts the pattern has the numbers — and if the customer went against
   the recommendation, the order line carries both sizes.

Neither plugin needs the other. Without 13Atelier the calculator lives on the shortcode;
without
 13Sizer the configurator keeps its own size picker.

#### The shortcode

    ```
    [trecesizer chart="leotards" label="What size is she?" select="#talla"]
    ```

 * **`chart`** — the size chart, by slug, title or id. Required. Name one that does
   not exist and
    nothing is printed at all: no button, no error.
 * **`label`** — the button’s wording. Defaults to «Calculate my size».
 * **`select`** — a CSS selector for the dropdown to fill in. Left out, WooCommerce’s
   own variation
    dropdowns are the target.

#### What it does when the numbers do not agree

Bodies rarely land inside one row of a chart. When the chest says one size and the
waist says
 another, 13Sizer says so instead of guessing quietly: it gives the closest
size, names the runners up, and tells the customer to write to you. The order line
carries a «Check» note so it does not go to the cutting table unnoticed.

#### Set up in three steps

 1. Create a size chart: the measurements you ask for, and one range per size.
 2. Paste the shortcode where the button should be, or assign the chart to a 13Atelier
    size step.
 3. That’s it.

## Instalación

 1. Upload the `trecesizer` folder to `/wp-content/plugins/`, or install the ZIP from
    Plugins  Add New.
 2. Activate the plugin.
 3. Go to **13Sizer** in the dashboard menu and create your first size chart. With 
    another 13Node plugin installed, it lives under **13Node  Sizer** instead.
 4. Paste `[trecesizer chart="your-chart"]` on a page, or assign the chart to a 13Atelier
    size step.

## FAQ

### Does it need WooCommerce?

No, and it works the same on a site without it. 13Sizer calls nothing of WooCommerce’s
own, loads
 none of its code and hooks none of it: it answers one question — which
size — and hands the answer to whoever asked.

On a product page it can go one step further and fill in the size dropdown, but 
it does that the
 way a customer would, by changing the dropdown the page already
has. Whatever owns that dropdown reacts on its own; that is how the variation and
the price follow.

### Does it need 13Atelier?

No. They work together when both are installed, and each works alone when the other
is not.

### What happens to my configurator if I deactivate 13Sizer?

Nothing breaks. The sizes and measurement limits of the chart are copied into the
13Atelier step
 whenever you save it, so the step falls back to that plugin’s own
size picker with the right sizes already in it.

### Can I use several charts?

Yes, as many as you have patterns. Each shortcode and each configurator step names
the one it uses.

### Can the calculated size pick itself in a product’s size dropdown?

Yes. On a page that already has one, the modal fills it in and lets whatever owns
it react — on a WooCommerce product that means the variation updates and the price
with it. It works by finding the dropdown and changing it, the same as a customer
would; the plugin calls nothing of WooCommerce’s own.

The chart’s sizes have to be named exactly like the dropdown’s options: a chart 
saying `10` finds `10`, not `Talla 10`. Only an exact match counts, because guessing
would eventually put somebody in the wrong size. If there is no match, the modal
says the product does not offer that size instead of choosing something else.

Use `select="…"` with a CSS selector to point at a specific dropdown; left out, 
WooCommerce’s variation dropdowns are the target.

## Reseñas

No hay valoraciones para este plugin.

## Colaboradores y desarrolladores

«13Sizer — Calculadora de Tallas» es un software de código abierto. Las siguientes
personas han colaborado con este plugin.

Colaboradores

 *   [ Danilo Ulloa ](https://profiles.wordpress.org/ulloa/)
 *   [ 13node ](https://profiles.wordpress.org/13node/)

«13Sizer — Calculadora de Tallas» está traducido en 1 idioma. Gracias a [los traductores](https://translate.wordpress.org/projects/wp-plugins/trecesizer/contributors)
por sus contribuciones.

[Traduce «13Sizer — Calculadora de Tallas» a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/trecesizer)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/trecesizer/) , echa
un vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/trecesizer/) o
suscríbete al [registro de desarrollo](https://plugins.trac.wordpress.org/log/trecesizer/)
por [RSS](https://plugins.trac.wordpress.org/log/trecesizer/?limit=100&mode=stop_on_copy&format=rss).

## Registro de cambios

#### 1.3.2

 * Housekeeping release. Nothing changes on your site: the calculator answers exactly
   as it did in 1.3.1. The source comments were tidied up and the plugin credits
   both of its authors.

#### 1.3.1

 * Translations load the way WordPress loads them since 4.6, without the plugin 
   asking for them. This needs WordPress 6.7 or newer, which is now the minimum.
 * The placeholders in the calculator’s messages carry a note for translators, so
   the size shown to the customer cannot end up in the wrong place in another language.

#### 1.3.0

 * No licence and no license key: 13Sizer is free and updates come from WordPress.
   org like any other plugin. It no longer contacts any server of ours.
 * Its own **13Sizer** entry in the dashboard menu. When another 13Node plugin is
   installed it still hangs off the shared **13Node** menu, exactly as before.

#### 1.2.0

 * A panel on the size chart screen explains what 13Atelier adds, for shops that
   do not have it. It only shows when that plugin is not installed, only on that
   screen, and it collapses like any other box.

#### 1.1.0

 * The modal can fill in a size dropdown already on the page. On a WooCommerce product
   that selects the variation and updates the price. New `select` attribute to point
   at a specific one; without it, WooCommerce’s variation dropdowns are the target.
 * The modal closes on a click outside it, which the browser does not do on its 
   own and matters on a phone, where there is no Esc key. Fixed the modal opening
   off to one side on themes that reset margins.
 * The size step of 13Atelier now shows the sizes of the chart as cards to pick 
   from, in the same style as every other option of the configurator.
 * «I don’t know my size» opens the calculator under the cards. When it answers,
   it selects that size for the customer, who can still change it.
 * If they do change it, the order line carries both: the size they picked and the
   one the calculator worked out.
 * Ranges can be written with a slash (`60/66`) as well as a dash, so a printed 
   chart can be typed in exactly as it reads.
 * Fixed a false warning: on a chart whose sizes overlap on purpose, a body that
   fit one size perfectly was still told it fell between two. The warning now only
   appears when the chosen size actually turns a measurement away and another size
   would have taken it.

#### 1.0.0

 * First release: size charts, the `[trecesizer]` button and modal, and the 13Atelier
   size step.

## Meta

 *  Versión **1.3.2**
 *  Última actualización **hace 22 horas**
 *  Instalaciones activas **Menos de 10**
 *  Versión de WordPress ** 6.7 o superior **
 *  Probado hasta **7.1**
 *  Versión de PHP ** 7.4 o superior **
 *  Idiomas
 * [English (US)](https://wordpress.org/plugins/trecesizer/) y [Spanish (Spain)](https://es.wordpress.org/plugins/trecesizer/).
 *  [Traducir a tu idioma](https://translate.wordpress.org/projects/wp-plugins/trecesizer)
 * Etiquetas:
 * [fitting](https://es.wordpress.org/plugins/tags/fitting/)[made to measure](https://es.wordpress.org/plugins/tags/made-to-measure/)
   [measurements](https://es.wordpress.org/plugins/tags/measurements/)[Size Chart](https://es.wordpress.org/plugins/tags/size-chart/)
   [sizes](https://es.wordpress.org/plugins/tags/sizes/)
 *  [Vista avanzada](https://es.wordpress.org/plugins/trecesizer/advanced/)

## Valoraciones

Aún no se han enviado valoraciones.

[Tu valoración](https://wordpress.org/support/plugin/trecesizer/reviews/#new-post)

[Ver todas las reseñas](https://wordpress.org/support/plugin/trecesizer/reviews/)

## Colaboradores

 *   [ Danilo Ulloa ](https://profiles.wordpress.org/ulloa/)
 *   [ 13node ](https://profiles.wordpress.org/13node/)

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

 [Ver el foro de soporte](https://wordpress.org/support/plugin/trecesizer/)