Descripción
Woo Variations Table replace the default WooCommerce way to select a variation by showing a table of all the available varations with the abilty to search by a keyword, filter by attributes and an AJAX add to cart button for each variation.
Features
- Show a table of all the available variations of a variable product instead of forcing the customer to select the product attributes before even he can see the variation description that he want to add to cart.
- Puedes controlar qué columnas mostrar/ocultar en la tabla de variaciones desde la página de ajustes «WooCommerce -> Woo Variations Table».
- Puedes mostrar los valores de los atributos de variaciones como columnas en la tabla.
- You can filter the variations using the attributes values as select boxes.
- You can search variations by typing your search keywords.
- Each variation will have its own «add to cart» button and this button uses AJAX so no reload needed to add it to cart.
- You can select where you want the variations table to show up in the product page.
- Puedes ordenar las columnas de la tabla como quieras usando el sencillo arrastrar y soltar la tabla en los ajustes
Actualizado desde 1.x
Es completamente seguro actualizar de las versiones 1.x a 2.x, no hay grandes cambios, solo limpieza de código y nuevas características.
Feedback
I’m developing this plugin for you.
If you discover a bug, you need a feature or have any idea to, let me know by posting your suggestion on the plugin github page..
https://github.com/alaarihan/woo-variations-table
Instalación
Después de descargar el archivo ZIP,
- Inicia sesión en el panel de administración.
- Dirígete a Añadir Plugins > Nuevo > Subir plugin.
- Pulsa «Elegir Archivo» («Seleccionar») y selecciona el archivo zip descargado.
- Puedes controlar qué columnas deseas mostrar en la tabla de las variaciones desde WooCommerce -> Woo Variations Table.
FAQ
-
¿Para qué está pensado este plugin?
-
Este plugin sustituye el menú desplegable por defecto de las variaciones de WooCommerce por tablas profesionales con filtros por atributos y búsqueda por palabras clave y también hace añadir al carrito con AJAX (no recarga cuando se hace clic en el botón de añadir al carrito).
-
¿Puede este plugin mostrar los productos de la tienda/categorías en forma de tabla?
-
No, este plugin está diseñado para mostrar las variaciones de los productos variables en forma de tabla.
-
¿Cómo Mostrar/Ocultar un atributo en la tabla de las variaciones?
-
Para mostrar un atributo en la tabla de variaciones, ve a los ajustes del plugin y marca la casilla de verificación «Atributos», después, ve a la página de edición del producto y activa la opción «Visible en la página del producto» para el atributo que quieras mostrar.
Reseñas
Colaboradores y desarrolladores
«Woo Variations Table» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
Colaboradores«Woo Variations Table» está traducido en 6 idiomas. Gracias a los traductores por sus contribuciones.
Traduce «Woo Variations Table» a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
2.2.16
- Fix colspan value for «no results» row
2.2.15
- Fix a bug when there is no qty field for the variation
2.2.14
- Fix: Take external qty changes before adding to cart ( this will fix the qty issues for themes that use a custom buttons for increase/decrease qty like Avada theme).
2.2.13
- Update dependencies to fix vulnerabilities.
2.2.12
- Show native validation errors in case of qty min or max value is invalid.
- Small fix.
2.2.9
- Show attribute value name instead of slug.
2.2.8
- Fix attributes ordering sometimes show values in a different order than the headers.
- Add Czech translation, thanks to @dancernohorsky
2.2.7
- Add «add to cart» button element to «added_to_cart» trigger to let themes do what they need with it ( this would fix some problems in some themes ).
- Don’t push ui build folder to git anymore.
- Small fix.
2.2.4
- Add min and max html attributes to the qty input from the variation data.
- Add actions before and after the variations table.
2.2.3
- Use the native WooCommerce error message in case of added quantity of an item exceeded the available stock qty.
2.2.2
- Show an error if the adding quantity of an item exceeded the available stock qty.
- Other small improvements and fixes.
2.2.0
- It’s possible now to sort columns by drag’n drop easily.
- Fix dimensions column value did not show up correctly.
- Other small improvements and fixes.
2.1.6
- Move price column to before quantity column.
- Add german (de_DE) translation .po file ( thanks to mario-haag ).
2.1.4
- Fix the table doesn’t work on Microsoft Edge browser.
- Update POT file to include missing strings.
2.1.3
- Add an option to show/hide filters.
2.1.2
- Fix add to cart doesn’t work on sub-drectory sites.
- Other small fixes and improvements.
2.1.1
- Disable «Add to cart» button if the variation was out of stock
2.1.0
- Add new option to control where to place the variations table
- Add new option to show/hide «Available Options» button
- Other small fixes and improvements
2.0.7
- Enable quantity column by default
- Some code improvements
2.0.6
- Fix js error showing up in console when the product is not variable
2.0.5
- Fix Add to cart loader icon option can not be unchecked
2.0.4
- Fix add to cart event triggers to work with jQuery
2.0.3
- Add option to enable/disable add to cart loader and tick icon
- Some clean up
2.0.2
- Make Stock header translatable
- Small bug fix
2.0.0
- Refactor the code and use SvelteJS for the UI instead of VueJS
- Use the built-in WooCommerce ajax add to cart function to add to cart instead of the custom function that used before.
- Sort by attributes values is possible now.
- Add spinner icon to show up when click add to cart button.
- Add tick icon to show up in add to cart button when the item added to cart.
- Make all texts translatable and update pot file.
- It’s much faster and stable now.