TP Product Image Flipper for WooCommerce
TP Product Image Flipper for WooCommerce
Description
Enhance your WooCommerce store with a beautiful product image flipper. Give your customers a glimpse of another image from your product gallery — 100% responsive and mobile-friendly.
This plugin displays your product’s featured image along with the first gallery image and flips between them on mouse hover.
🚀 Upgrade to TP Gallery PRO — The All-in-One WooCommerce Gallery Solution
Looking for more than just image flipping? TP Gallery PRO includes everything this plugin does — and much more. One plugin to replace multiple gallery, slider, and swatch plugins.
🔗 Learn More About TP Gallery PRO | 🎬 View Live Demo
🛒 Loop Gallery — Flipper & Slider Modes
Everything this plugin does, plus a full slider option:
* Flipper Mode — Swap images on hover (just like this plugin)
* Slider Mode — Mini gallery with navigation arrows on each product
* Customizable Arrows — Circle, square, rounded, or minimal styles
* Works on shop, category, and all archive pages
🖼️ Product Page Gallery
Replace the default WooCommerce gallery:
* 5 Gallery Layouts — Thumbnails bottom, left, right, grid mosaic, or slider only
* 3 Zoom Types — Inner zoom, lens (magnifying glass), or window zoom
* Video Support — Embed YouTube & Vimeo videos directly in your gallery
* Full-Screen Lightbox — Beautiful lightbox with smooth transitions
🎨 Visual Variation Swatches
Replace dropdown selects with stunning visual options:
* Color Swatches — Visual color selection
* Image Swatches — Mini thumbnails for each option
* Label Swatches — Styled text buttons
🎯 Per-Variation Galleries
Display unique image sets for each product variation — automatic gallery switching when selecting a variation.
📦 Product, Category & Brand Sliders
Create beautiful carousels anywhere on your site with shortcodes:
* Product sliders with 5 design presets
* Category sliders (circle, grid, carousel styles)
* Brand sliders with 7 unique styles
* Cross-sells & upsells as Swiper sliders
⚡ Optimized Performance
- Conditional Loading — Scripts load only on relevant pages
- HPOS Compatible — Full High-Performance Order Storage support
- FSE Ready — Works perfectly with Full Site Editing / Block themes
- 100% RTL Support — Perfect for Hebrew, Arabic, and other RTL languages
👉 Get TP Gallery PRO Now — One Plugin, Endless Possibilities
Free Plugin Features
- Flip between 2 images on product shop/category pages
- Responsive layout
- Responsive images with srcset and sizes attributes
- 100% mobile friendly
- Compatible with most premium themes
- Compatible with HPOS (High-Performance Order Storage)
- Remove duplicate images: Ensures only plugin-generated images are shown
- Images from gallery only: Use only gallery images for the flipper
Pro Version Features
- Works with Elementor products grid
- Display all product gallery images
- Responsive layout
- Navigation support
- Slider autoplay options
- Show/hide dots navigation
- Customizable slider arrows (color/background/icons)
- Customizable slider dots (circle/square/rectangle)
- Infinite loop
- Mouse dragging option
- RTL support
- Touch and swipe support
- 36 animation transform types
- Compatible with most premium themes
- Image size selection (all theme sizes available)
- Change images by dots or thumbnails
Pro Version Video
👍 You May Also Like
Change Image Size
TP Product Image Flipper uses the WooCommerce image size called woocommerce_thumbnail. To change this size, use our filter:
add_filter('tppif_image_size', 'your_function');
Example
The following example uses full image size. Add this function to your theme’s functions.php file:
<?php
add_filter('tppif_image_size', 'tp_change_flipper_image_size');
function tp_change_flipper_image_size($default_image_size) {
return 'full';
}
?>
Installation
- Unzip the downloaded zip file.
- Upload the plugin folder to the
wp-content/plugins/directory of your WordPress site. - Activate TP Product Image Flipper for WooCommerce through the ‘Plugins’ menu in WordPress.
No configuration needed — just activate the plugin and you’re done!
Screenshots
Faq
Yes, this plugin is designed to work with WooCommerce, so you need an active WooCommerce store.
TP Product Image Flipper for WooCommerce is 100% responsive and tested on all devices and screen resolutions. However, on mobile devices there is no hover event, so only the first image will be displayed.
Check out TP Gallery PRO — it includes the Loop Gallery feature with both Flipper and Slider modes, plus product page galleries, visual swatches, variation galleries, and much more. Or contact us with your feature request.
If the plugin is not working after activation, this could be due to several reasons. The most common cause is another plugin using the remove_action hook.
TP Product Image Flipper uses remove_action on woocommerce_template_loop_product_thumbnail to replace the default WooCommerce image on shop/category pages. If another plugin or theme does the same, it can create a conflict.
Yes! Use this filter to change the image size:
add_filter('tppif_image_size', 'your_function_name');
function your_function_name($default_image_size) {
return 'thumbnail';
}
Reviews
Great!
By talerez1985 on September 19, 2024
Great plugin , Works great on my site.
Very simple and no settings are needed.
thanks
By bgbala on October 17, 2023
obrigado, exatamente o que procurava
Amazing!!!
By sumpffee on August 7, 2023
Does exacltly what it should and works like a charm! PLUS easiest installation ever 🙂
Perfect
By squaladesign on July 12, 2023
Working perfectly well with Elementor Pro and Hello Theme. The free version is basic but works perfectly fine!
Good plugin, Read if you only see the second image
By yvankarman2 on November 4, 2022
Not working with Hello Elementor theme
By cirsteanalexandra31 on October 9, 2022
Perfect both plugin and support!
By Bardo (brewitch) on September 5, 2022
Does not work with Avada theme
By MattLyonsMusic on August 13, 2022
Very useful plugin to increase conversions
By branostupak on June 21, 2022
Amazing Support
By talha93tariq on June 14, 2022
Changelog
2.0.6 – Update
- Update – WordPress 6.9 compatibility
- Update – WooCommerce 10.4.2 compatibility
2.0.5 – Update
- Update – WordPress 6.8.2 compatibility
- Update – WooCommerce 10.1.2 compatibility
2.0.4 – Update
- Update – WordPress 6.7.1 compatibility
- Update – WooCommerce 9.5.2 compatibility
2.0.3 – Update
- Update – WordPress 6.5.2 compatibility
- Update – WooCommerce 8.7.0 compatibility
2.0.2 – Update
- Update – WordPress 6.4.2 compatibility
- Update – WooCommerce 8.4.0 compatibility
2.0.1 – Update
- Update – WordPress 6.3.2 compatibility
- Update – WooCommerce 8.2.1 compatibility
- Compatible with HPOS (High-Performance Order Storage)
2.0.0 – Update
- New – Settings page: Go to admin area under WordPress settings, new submenu “TP Product Image Flipper”
- Update – WooCommerce 7.9.0 compatibility
- New option – Remove duplicate images: Fixes image duplication caused by templates/plugins using the same hook
- New option – Images from gallery only
- Added WooCommerce High-Performance Order Storage feature compatibility
1.0.8 – Update
- Update – WordPress 6.2.2 compatibility
- Update – WooCommerce 7.8.2 compatibility
1.0.7 – Update
- Responsive images with srcset and sizes attributes
1.0.6 – Update
- Added new image size filter
1.0.5 – Update
- Update – WordPress 5.8.2 compatibility
- Update – WooCommerce 6.0.0 compatibility
1.0.4 – Update – WordPress 5.8 compatibility
1.0.3 – Added ALT attribute to flipper images
- If image ALT is empty, uses product title instead
1.0.2 – Fixed RTL sites admin area CSS
1.0.1 – Updated demo link
1.0.0 – Released on 30 August 2020
- Initial release



