Title: compare
Last modified: September 15, 2016

---

# compare

 *  [psics](https://wordpress.org/support/users/psics/)
 * (@psics)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/compare/)
 * How get the number of products to compare? (frontend)
    How to make a link to 
   open a lightbox with the goods to compare? (frontend)

Viewing 1 replies (of 1 total)

 *  Plugin Author [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * (@yithemes)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/compare/#post-8291204)
 * Hi,
    for count the product on compare you have to do something like that
 *     ```
       $products_list = isset( $_COOKIE[ $this->cookie_name ] ) ? json_decode( $_COOKIE[ $this->cookie_name ] ) : array();
       $count_products = count( $products_list );
       ```
   
 * so, $count_products is the number of products currently on compare table.
    About
   the second question you can retrive the compare view link with this code
 *     ```
       global $yith_woocompare;
       if( ! is_admin() ){
       	$view_compare = $yith_woocompare->obj->view_table_url();
       }
       ```
   
 * $view_compare is the link to open the compare table.
 * Hope this is helpful for you. Regards 🙂

Viewing 1 replies (of 1 total)

The topic ‘compare’ is closed to new replies.

 * ![](https://ps.w.org/yith-woocommerce-compare/assets/icon.svg?rev=3042935)
 * [YITH WooCommerce Compare](https://wordpress.org/plugins/yith-woocommerce-compare/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yith-woocommerce-compare/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yith-woocommerce-compare/)
 * [Active Topics](https://wordpress.org/support/plugin/yith-woocommerce-compare/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yith-woocommerce-compare/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yith-woocommerce-compare/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * Last activity: [9 years, 8 months ago](https://wordpress.org/support/topic/compare/#post-8291204)
 * Status: not resolved