This is an info Alert.
x402 Logo
  • Product
    • Become Agent-Ready
      • Merchants
        Agentic Commerce — list your store across ChatGPT, Gemini, Claude & Perplexity
      • Publishers
        Monetize your content when AI agents read, cite, or train on it
      • SaaS Companies
        Treat AI agents as first-class customers with agent-priced checkout
    • Monetize
      • Monetize MCP Server
        Charge per call on any MCP server in 2 minutes
      • Monetize AI Agents
        Turn n8n, Zapier, Activepieces workflows into revenue
      • Agent Feed
        Pay-per-query access to licensed publisher content for your agents
  • Resources
    • xpay Ecosystem
      • xpay✦ Tools
        1,000+ pay-per-use tools for your AI agents
      • Agent-Ready SaaS Index
        25,481 SaaS scored on agent-buyability
      • SaaS Pricing Database
        Pricing pages indexed across 1,000+ categories
      • Shopify Apps Directory
        Every Shopify app, with its full review history
      • WooCommerce Plugins Directory
        Every WooCommerce plugin, scored on how well it is maintained
      • GitHub
        Open source repositories
    • Agent Building
      • Agent Frameworks
        AI frameworks for building multi-agent systems
      • x402 Integration
        AI frameworks with x402 payment integration
      • Networks
        Blockchain networks supporting x402
    • Company
      • About xpay✦
        Our mission, products, and protocols
      • Blog
        Latest insights and updates
      • Docs
        Complete xpay documentation
  • Pricing
  • Blog
  • Docs
Get Started
  1. xpay✦ Commerce

  2. Directory

  3. WooCommerce plugins

  4. WooSwipe WooCommerce Gallery

WooSwipe WooCommerce Gallery

A WooCommerce product gallery built with PhotoSwipe and Slick carousel — responsive, touch-friendly, and easy to customise.

3K+ active installs
4.5
(39 ratings)
Free on WordPress.org
View on WordPress.orgSupport forum
Will this break my store?

What the WordPress.org registry says about keeping WooSwipe WooCommerce Gallery running.

WordPress compatibility
Tested to 7.0.2
Tested against the WordPress branch in use today.
Last updated
17 days ago
At least 3.7 releases a year since launch. WordPress.org only lists versions still available for download, so the real number may be higher.
Requires PHP
7.4
Your host must be running at least this version.
Requires WordPress
6.0
Requires other plugins
woocommerce
These must be installed and active first.
Contributors
2

3K+ active installsWordPress.org reports installs in bands, not exact counts.
Maintenance & trust

Scored on how WooSwipe WooCommerce Gallery is looked after — not on how many stores run it.

96

out of 100
Well maintainedSome ratings or support history.

Maintenance
35 / 35
Updated 16 days ago.
WordPress compatibility
20 / 20
Tested to WP 7.0.2 (current).
Support responsiveness
Not enough data
Only 2 support thread(s) — not enough to judge.
Merchant satisfaction
12 / 15
4.5/5 across 39 rating(s).
Listing transparency
10 / 10
Provides: screenshots, description, homepage
1 of 5 measures had too little evidence to score. They are left out of the total rather than counted as zero — otherwise a plugin would be marked down for being small rather than for being poorly kept.Measured 2026-08-01 from the WordPress.org plugin registry.
Ratings

4.5

39 ratings
5★32
4★2
3★1
2★1
1★3
Every rating WordPress.org holds for this plugin, not a sample. Written reviews live in the plugin's WordPress.org reviews forum.

WooSwipe replaces the default WooCommerce product gallery with a clean PhotoSwipe lightbox and Slick thumbnail carousel.

It works with your WooCommerce product image settings. Adjust sizes under Appearance → Customize → WooCommerce → Product Images. Regenerate thumbnails after changing sizes (for example with AJAX Thumbnail Rebuild). If your theme registers its own image sizes, those may take priority.

Features

  • Responsive and mobile-friendly
  • Keyboard control and full-size lightbox images
  • Optional main-image slider with navigation arrows
  • White or dark icon theme, customisable icon colours
  • Optional Pinterest pin button
  • Option to hide thumbnails when there is only one image
  • Works with variable products and variation images
  • Supports the [product_page] shortcode

Developer hooks

Actions

  • wooswipe_before_main — before the gallery markup
  • wooswipe_after_thumbs — after the thumbnail strip
  • wooswipe_after_main — after the full gallery

Filters

  • wooswipe_zoomed_image_size — lightbox / zoom image size (default roughly 1920×1080)
  • wooswipe_include_attachment — return false to exclude an attachment from the gallery
  • woocommerce_single_product_image_thumbnail_html — returning an empty string for an attachment also excludes it from the main image and thumbs (see FAQ)

Zoomed image size example

add_filter( 'wooswipe_zoomed_image_size', 'wooswipe_max_image_size', 10, 1 );
function wooswipe_max_image_size( $size ) {
    return 'large';
}

More info: WooSwipe on Thrive · GitHub

How do I hide the featured image from the product gallery?

Use this in your theme’s functions.php or a code-snippets plugin. WooSwipe respects it for both the main image and thumbnails (from 3.0.9):

function remove_featured_image( $html, $attachment_id ) {
    global $post;
    if ( ! $post ) {
        return $html;
    }
    $featured_image = get_post_thumbnail_id( $post->ID );
    if ( (int) $attachment_id === (int) $featured_image ) {
        $html = '';
    }
    return $html;
}
add_filter( 'woocommerce_single_product_image_thumbnail_html', 'remove_featured_image', 10, 2 );

Or use the WooSwipe-specific filter:

add_filter( 'wooswipe_include_attachment', function( $include, $attachment_id ) {
    global $post;
    if ( $post && (int) $attachment_id === (int) get_post_thumbnail_id( $post->ID ) ) {
        return false;
    }
    return $include;
}, 10, 2 );

When the featured image is excluded, WooSwipe uses the first gallery image as the main image.

The gallery does not work

This is usually a JavaScript conflict. Try:

  1. Disable other plugins one by one to find a conflict.
  2. Switch temporarily to a default theme (e.g. Twenty Twenty-Four).
  3. Check the browser console for script errors.

Can I load a product gallery via shortcode?

Yes. Use [product_page id="123"] with the correct product ID.

Categories
Product images & galleries
Plugin details
Version3.0.10
Last updated2026-07-16 6:09am GMT
Added2015-12-15
Requires WordPress6.0
Tested up to7.0.2
Requires PHP7.4

Tags on WordPress.org
gallery
photoswipe
product gallery
slick
woocommerce
Alternatives
Other plugins in the same categories.
Video Gallery for WooCommerce – Add Product Video & Featured Video
3K+ installs
5.0(44)
Product Gallery Slider, Additional Variation Images, Product Video, Product Image Zoom and Lightbox for WooCommerce – Reno Product Gallery (formerly WooGallery)
20K+ installs
4.9(161)
Product Layouts for WooCommerce
1K+ installs
5.0(15)
Product Slider, Product Carousel and Product Grid Gallery for WooCommerce – WooProduct Slider
20K+ installs
4.7(279)
Variation Images Gallery for WooCommerce
10K+ installs
4.7(39)
Product Gallery Slider, Additional Variation Images for WooCommerce
20K+ installs
4.6(160)
x402 Logo

The agent-readiness stack for the AI shopping era — helping merchants, publishers and SaaS companies get discovered, cited and transacted with by ChatGPT, Perplexity, Claude, Gemini and the custom shopping agents underneath them.

CompanyAgentically Inc. (d/b/a xpay✦)1875 Mission St, Ste 103San Francisco, CA 94103, United Stateslegal@xpay.sh · privacy@xpay.sh
or ask your AI app
Company
About xpayAgency PartnersGitHubDiscordllms.txt
DevelopersDocumentationAPI ReferenceSDKs & LibrariesQuickstart GuideOpenAPI Spec
Stay Updated
Occasional product updates and agent-readiness playbooks from xpay (Agentically Inc.) — typically a couple of emails a month. Double opt-in: we email you a link to confirm before sending anything, and every email has one-click unsubscribe.
Social
  • For Publishers
    • News
    • Finance
    • Dev / Tech
    • Travel
    • View all verticals
  • Agent Feed
    • AI Search Engines
    • RAG Builders
    • Browser Agents
    • Vertical Research
    • Browse full catalog
  • Agent-Ready Index
    • SaaS Pricing Database
    • Agent-Ready SaaS Index
    • Verified band
    • AI & ML
    • Sales & CRM
  • Products
    • Pricing Widget
    • Monetize MCP Server
    • Paywall
    • Smart Proxy
    • Monetize AI Agents
    • xpay x402 Facilitator
  • Agentic Economy
    • Timeline
    • Resources
    • Manifesto
    • Stack
  • Agentic Commerce
    • Get listed
    • ChatGPT Ads
    • How ChatGPT Ads work
    • ChatGPT Ads · Apparel
    • ChatGPT Ads · Health & Beauty
    • xpay Listings · Amazon + Google
    • Pricing
    • Free audit
    • Shopify
    • WooCommerce
    • Apparel & Accessories
    • Health & Beauty
    • Overview
  • Commerce Index
    • Shopify apps directory
    • Agentic Commerce Ready Index
    • Methodology
    • Pet brands · WooCommerce
    • Pet brands · Shopify
  • Marketplace
    • 🛍️ xpay.deals — agentic storefront for deals
  • Protocols
    • Overview
    • x402
    • MPP
    • UCP
    • ACP
    • AP2
    • TAP
    • A2A
  • Agent Frameworks
    • Overview
    • LangChain
    • CrewAI
    • Claude MCP
    • AutoGPT
    • LangChain vs Mastra
    • LangGraph vs Pydantic AI
  • Company
    • About xpay
    • Blog
    • Docs
    • GitHub
  • Free prompts
    • Ecommerce prompts
    • Email marketing prompts
    • Product description prompts
    • Facebook ad prompts
    • Skincare prompts
    • Supplement prompts
    • Wine prompts
    • Electronics prompts

© 2025 Agentically Inc. All rights reserved.
Privacy PolicyTerms of UseAcceptable Use Policy