| 开发者 |
wpbean
imranwpb |
|---|---|
| 更新时间 | 2026年6月10日 00:42 |
| PHP版本: | 5.0 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
Upgrade to the Pro Version Now!» | DEMO | Support | DocumentationWith a shortcode-based approach, WPB WooCommerce Product Slider makes it easy to add product sliders anywhere on your site — including homepages, landing pages, product pages, and widget areas — without writing any code. The intuitive customization options let you configure layout styles, product counts, navigation controls, autoplay settings, and responsive breakpoints to match your store’s design and user experience goals. Built with performance and compatibility in mind, this WooCommerce product carousel plugin works seamlessly with all modern WordPress themes and ensures fast loading times without sacrificing style or functionality. Whether you’re aiming to highlight featured items, increase upsells, or make browsing easier for your customers, WPB WooCommerce Product Slider gives you a professional, conversion-focused solution for presenting products in a visual, engaging way. Plugin Features:
WPB WooCommerce Related Products Slider | Woocommerce Image Zoom | WooCommerce LightBox | WooCommerce Custom Tab Manager | WooCommerce Category Slider
Details documentation
Default shortcode is [wpb-product-slider] , this shortcode accepts some parameters. Follow the documentation.
By default, our slider just calls the WooCommerce product loop thumbnail template. That means it's the same size as your shop page products image. So if your theme has WooCommerce support you should able to change the image size from theme customizer. You can follow this article for details. Or you can use our plugin filter hook to change it. For using this filter you have to add a parameter (woo_image) in our product slider shortcode. Here is an example of the shortcode -
[wpb-product-slider posts="12" autoplay="true" woo_image="false"]
After adding the woo_image with its value false, add this PHP code on your theme functions.php file. Add your own image size on the code.