TP Product Image Flipper for Woocommerce

plugin banner

Add more image to your product shop/category page and flip them by mouse over.

Author:TP Plugins (profile at wordpress.org)
WordPress version required:4.2
WordPress version tested:6.4.4
Plugin version:2.0.2
Added to WordPress repository:02-09-2020
Last updated:09-01-2024
Rating, %:94
Rated by:23
Plugin URI:https://www.tplugins.com/
Total downloads:59 666
Active installs:9 000+
plugin download
Click to start download

Get a beautiful and better product flipper image to your store, 100% Responsive, Give your customers a glimpse of another image from your product.
This plugin get your product featured image with the first gallery image and flipp between them on mouse over.

PRO DEMO

Click Here to Get the Pro Version

Plugin Features

  • Flip between 2 images on product shop/category page.
  • Responsive Layout.
  • Responsive Images – Responsive images with srcset, sizes.
  • 100% mobile friendly.
  • Working with Most of Premium themes.
  • Compatible with HPOS (High-Performance Order Storage).
  • New! Remove duplicate images: Remove any additional images of a product on shop/category pages. This ensures only the images generated by the plugin will be shown.
  • New! Images from the gallery only: Use only images from the product gallery for the image flipper. If there are less than two images in the gallery, it will show the product’s main image.

Pro Version Features

  • Work with Elementor products grid.
  • Display all your product gallery images.
  • Responsive Layout.
  • Navigation support.
  • Slider AutoPlay Options.
  • Display Dots (Show/Hide).
  • Customize Slider Arrow (Color/Background/Icons).
  • Customize Slider Dots (Circle/Square/Rectangle).
  • Infinite Loop.
  • Mouse Dragging option.
  • RTL support.
  • Touch and Swipe support for images etc.
  • Customize animation transform (36 type of animations).
  • Working with Most of Premium themes.
  • Images size select (all your theme sizes).
  • Change images by dots or thumbs.

Pro Version Video

???? You May Also Like

Change image size

TP Product Image Flipper is using woocommerce image size called: woocommerce_thumbnail, if you want to change this size you can do it with our new filter:

add_filter('tppif_image_size', 'your_function');

Example

The following example is using full image size. You can add this function to your functions file.

<?php
      add_filter('tppif_image_size', 'tp_change_fliper_image_size');
      function tp_change_fliper_image_size($default_image_size) {
    return 'full';
       }
?>

Screenshots
FAQ
ChangeLog