Flexi Product Slider and Grid for WooCommerce is a lightweight, flexible, and fully responsive plugin that allows you to beautifully showcase your WooCommerce products using carousel, slider, and grid layouts.
Whether you’re promoting featured products or displaying a curated collection, this plugin helps you enhance the shopping experience with minimal setup.
Features
- Display WooCommerce products in a carousel or grid format.
- Multiple layout themes (
theme_1
,theme_2
,theme_3
, etc.). - Filter products by category slug.
- Limit the number of displayed products.
- Custom title support for product sections.
- Sorting by date, title, price, and more.
- Navigation arrows and dots for sliders.
- Autoplay and infinite loop features.
- Responsive and mobile-friendly design.
- Works with any modern WordPress theme.
- Easy-to-use shortcodes.
Shortcode Usage
Product Carousel Shortcode
[flexipsg_carousel
title=”Featured Products”
theme=”theme_1″
excerpt=”6″
category=”tshirts”
limit=”8″
order=”DESC”
orderby=”date”
dots=”true”
navigation=”true”
loop=”true”
autoplay=”true”]
Available Shortcode Attributes:
Attribute
Description
title
Custom title displayed above the section.
theme
Choose the design theme (theme_1
, theme_2
,theme_3
, etc.).
excerpt
Number of words to show in the product short description.
category
Filter products by WooCommerce category slug.
limit
Number of products to display.
order
Set sort order (ASC
or DESC
).
orderby
Order by date
, title
, price
, menu_order
, etc.
dots
Show pagination dots (for carousel only) – true
or false
.
navigation
Show next/prev arrows (for carousel only) – true
or false
.
loop
Enable infinite loop (carousel) – true
or false
.
autoplay
Enable automatic sliding (carousel) – true
or false
.