Allergens for Woocommerce

0,00 IVA Incluido

I developed this plugin because a client who has a restaurant did not find an easy way to display them in his product catalog created with Woocommerce.

  • CMS: Wordpress
  • Type: Plugin
Categories: ,
Description
Allergens for Woocommerce
Alérgenos para Woocommerce

Changelog:

  • 1.6.2
    Validation has been added for the $product object before calling the methods.
  • 1.6.1
    Github small changes
  • 1.6.0
    – Compatibility with Page Builders: Oxygen, Elementor, Bricks, Divi, etc.
    – Pure JS system; the override to variations.php has been removed.
  • 1.5.0
    WPML Compatibility
  • 1.4.0
    Accessibility improvements and added icons created by us with options to change them in WooCommerce > Allergens
  • 1.3.5.1
    Mejor visibilidad en pantallas pequeñas.
  • 1.3.4
    CSS Hotfix
  • 1.3.3
    Fix that did not allow deleting allergens in variations.
  • 1.3.2
    The treceafw_show_allergens_out($product) function has been added to allow developers to display allergens in their plugin/theme. To avoid issues, you can add a check beforehand:

    <?php
    if ( !function_exists( 'treceafw_show_allergens' ) ) {
     return;
    } else {
     echo treceafw_show_allergensout($product);
    }
    ?>
  • 1.3.1
    Arreglos de CSS y ahora no reemplaza la descripción corta del producto.
  • 1.3
    Added Allergens for variations and a custom tab for allergens.
  • 1.2
    Better code structure and function names.
  • 1.1
    Added some missing icons.
  • 1.0
    Plugin Publish

Credits

Classic Allergen Icons by Icon Icons
Thirteen Allergen Icons by 13Node.com