Title: Products Table Compare
Author: hippocampustech
Published: <strong>9 martie 2021</strong>
Last modified: 9 martie 2021

---

Caută module

Acest modul **nu a fost testat cu ultimele 3 versiuni importante ale WordPress**.
S-ar putea să nu mai fie întreținut sau susținut și ar putea avea probleme de compatibilitate
când este folosit cu versiuni recente ale WordPress.

![](https://s.w.org/plugins/geopattern-icon/products-table-compare.svg)

# Products Table Compare

 De [hippocampustech](https://profiles.wordpress.org/hippocampustech/)

[Descarcă](https://downloads.wordpress.org/plugin/products-table-compare.0.5.zip)

 * [Detalii](https://ro.wordpress.org/plugins/products-table-compare/#description)
 * [Recenzii](https://ro.wordpress.org/plugins/products-table-compare/#reviews)
 * [Dezvoltare](https://ro.wordpress.org/plugins/products-table-compare/#developers)

 [Suport](https://wordpress.org/support/plugin/products-table-compare/)

## Descriere

Products Table Compare is a plugin for websites and eshops that are using the „woocommerce”
plugin.
 By using the Products Table Compare shortcode you can generate a dinamic
table of your products and populate it with product attributs, product shipping 
mesertments and custom fields. If your website or eShop is using the Variation Swatches
for WooCommerce plugin, Products Table Compare allows you to switch between displaying
your product colors as text or as visual color swatches.

## Capturi ecran

 * [[
 * [products_compare cat=27 attrs=color info=weight,length acf=standard,range swatches
   =1]
 * [[
 * [products_compare cat=24 attrs=color info=weight,length,price swatches=1]
 * [[
 * [products_compare cat=36,35 attrs=color,size info=price swatches=1]

## Întrebări frecvente

### How to incorporate Products Table Compare on youe site or eshop

Place `<?php do_shortcode('products_compare'); ?>` or [products_compare] in your
templates or files

### How do I filter the products table by product categories

The default behavior of the Products Table Compare plugin is to show all products,
in order to filter the products by product category
 you have to use the „cat” variable
with your selected product category ID inside the short code, for exemple:

    ```
     <?php do_shortcode('products_compare cat=1'); ?> or [products_compare cat=1] - will only populate the table with products from the product ctegory with the ID "1".
    ```

In case you want to populate the tabke with more than onre product category, you
should seperate the categories with a comma, for exemple:

    ```
    <?php do_shortcode('products_compare cat=1,2'); ?> or [products_compare cat=1,2] - will only populate the table with products from the product categories of ID's "1" and "2".
    ```

### My table has only the head row but no information

Thats becuase you didn’t choose the product information for your table.

Basicly you have 3 types of product information: products shipping measerment and
data (weight, height length and price)
 woocommerce products attributes and advenced
custom fields (acf plugin).

In order to populate the table with product data and measerment you need to use 
the data name in the info variable in the shortcode, for exemple:

    ```
    <?php do_shortcode('products_compare info=price'); ?> or [products_compare info=price] - will populate the tabele with the price row.
    ```

In order to populate the table with more than one product data or measerments rows,
you should seperate the info variable data with a comma, for exemple:

    ```
    <?php do_shortcode('products_compare info=price,length'); ?> or [products_compare info=price,length] - will populate the tabele with the price and length rows.
    ```

In order to populate the table with product attributes you need to use the attribule
name in the attrs variable in the shortcode, for exemple:

    ```
    <?php do_shortcode('products_compare attrs=color'); ?> or [products_compare attrs=color] - will populate the tabele with the color row.
    ```

In order to populate the table with more then one product attribues rows, you should
seperate the attribues names with a comma in the attrs variable, for exemple:

    ```
    <?php do_shortcode('products_compare attrs=color,size'); ?> or [products_compare attrs=color,size] - will populate the tabele with the color and size rows.
    ```

In order to populate the table with advenced custom fields you first need to set
up the „Advenced Custom Fields” plugin.
 Then you need to use the acf slug that 
you set up in the acf variable in the shortcode, for exemple:

    ```
    <?php do_shortcode('products_compare acf=moter'); ?> or [products_compare acf=motor] - will populate the tabele with the motor row.
    ```

be advised that the row name that will be shown in the left most cell in the row
is the field slug that you set up

In order to populate the table with more then one product attribues rows, you should
seperate the attribues names with a comma in the attrs variable, for exemple:

    ```
    <?php do_shortcode('products_compare acf=motor,electric-system'); ?> or [products_compare acf=motor,electric-system'] - will populate the tabele with the motor and electric-system rows.
    ```

### How do I set up the swatches option

First, you will need to set up the „Variation Swatches for WooCommerce” plugin.

Then you need to follow the variation swatches toturial and set up color hexes to
your color product attributes **make sure you name the attribue „color” and not „
colors”**. After you finished these steps you should incorporate the swatches option
with the „swatches” variable and the property 1 in the shortcode, for exemple:

    ```
    <?php do_shortcode('products_compare attrs=color swatches=1'); ?> or [products_compare attrs=color swatches=1]
    ```

## Recenzii

Nu există nicio verificare pentru acest modul.

## Contributori și dezvoltatori

„Products Table Compare” este un software open-source. La acest modul au contribuit
următoarele persoane.

Contributori

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

[Tradu „Products Table Compare” în limba ta.](https://translate.wordpress.org/projects/wp-plugins/products-table-compare)

### Te interesează dezvoltarea?

[Răsfoiește codul](https://plugins.trac.wordpress.org/browser/products-table-compare/),
vezi [depozitarul SVN](https://plugins.svn.wordpress.org/products-table-compare/),
sau abonează-te la [jurnalul de dezvoltare](https://plugins.trac.wordpress.org/log/products-table-compare/)
prin [RSS](https://plugins.trac.wordpress.org/log/products-table-compare/?limit=100&mode=stop_on_copy&format=rss).

## Istoric modificări

#### 0.5

 * Initial Revision
 * Public Beta

## Meta

 *  Versiunea **0.5**
 *  Ultima actualizare **Acum 5 ani**
 *  Instalări active: **Mai puțin de 10**
 *  Versiune WordPress ** 4.4 sau mai recentă **
 *  Testat până la **5.6.17**
 *  Versiune PHP ** 5.4 sau mai recentă **
 *  Limbă
 * [English (US)](https://wordpress.org/plugins/products-table-compare/)
 * Etichete
 * [compare](https://ro.wordpress.org/plugins/tags/compare/)[filter](https://ro.wordpress.org/plugins/tags/filter/)
   [product info](https://ro.wordpress.org/plugins/tags/product-info/)[products](https://ro.wordpress.org/plugins/tags/products/)
   [table](https://ro.wordpress.org/plugins/tags/table/)
 *  [Vizualizare avansată](https://ro.wordpress.org/plugins/products-table-compare/advanced/)

## Evaluări

Nu a fost trimisă nicio recenzie până acum.

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

[Vezi toate recenziile](https://wordpress.org/support/plugin/products-table-compare/reviews/)

## Contributori

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

## Suport

Ai ceva de zis? Ai nevoie de ajutor?

 [Vezi forumul pentru suport](https://wordpress.org/support/plugin/products-table-compare/)

## Donează

Vrei să sprijini dezvoltarea acestui modul?

 [ Donează pentru acest modul ](https://www.hippocampus.me/)