Sidocode Selling Points & Payment Icons for WooCommerce lets you add a benefit bar to your product and category pages — showing icons with titles and descriptions to highlight key selling points like free shipping, secure payment, easy returns, and more.
Five Display Layouts
Flexible Display Positions (Product Pages)
Choose where the benefit bar appears on single product pages:
[ssppi_benefits] for full manual controlMobile Layout Override
Set a different layout for screens 768 px wide and below — for example, use Icon List on desktop but switch to Carousel on mobile.
Per-Product Overrides
Each product has a dedicated Benefits tab inside the WooCommerce Product Data metabox. Check the override checkbox to replace the global benefit items with a custom set for that product only.
Per-Category Overrides
Each WooCommerce product category (Products Categories) has a Product Benefits section. Check the override checkbox to define custom benefit items for that category. Products in that category will display the category’s items when no product-level override is set.
Benefit Bar on Category Archive Pages
Optionally display the benefit bar on WooCommerce category/shop archive pages. Configure:
Three-Tier Item Hierarchy
Items are resolved in this order:
1. Product-level override (if enabled for that product)
2. Category-level override (checks all categories assigned to the product)
3. Global items (fallback for all products and category pages)
Three Icon Types per Item
Appearance Controls
Carousel & Flash Rotate Settings
Shortcode
Use the shortcode anywhere in your content for full manual placement:
[ssppi_benefits]
Optional attributes:
layout — Override the layout for this instance (e.g. layout="carousel")product_id — Display benefits for a specific product (e.g. product_id="42")Example: [ssppi_benefits layout="grid" product_id="123"]
Import / Export
Export all global benefit items and plugin settings to a JSON file from the plugin settings page. Import a previously exported file to restore your configuration — useful for migrating between sites or keeping backups. Per-product and per-category overrides are not included in the export.
Theme Templates
All five layout templates can be overridden from your theme. Copy any template file from wp-content/plugins/woocommerce-product-benefits/templates/ to wp-content/themes/your-theme/woocommerce-product-benefits/ and customise freely.
Developer Hooks
ssppi_render_items — Filter benefit items before rendering on product pagesssppi_render_settings — Filter display settings before rendering on product pagesssppi_render_category_items — Filter benefit items before rendering on category pagesssppi_render_category_settings — Filter display settings before rendering on category pagesssppi_pi_render_items — Filter payment icon items before renderingssppi_pi_render_settings — Filter payment icon display settings before renderingPayment Icons Bar
Display a row of accepted payment method icons anywhere on your store. Goes alongside — but is completely independent of — the benefit bar.
ssppi-pi-placement-footer, ssppi-pi-placement-product, ssppi-pi-placement-cart) so you can style each location independently from your theme stylesheet.wp_add_inline_style rather than a <link> tag; assets load only on pages that actually display the bar.templates/payment-icons.php to your theme to fully customise the markup.Performance
CSS and JavaScript are registered early and enqueued only on pages that actually display a benefit bar or payment icons bar. No assets are loaded on unrelated pages. Payment icon styles are fully inlined to avoid render-blocking requests on above-fold content.
WooCommerce HPOS Compatible
Fully compatible with WooCommerce High Performance Order Storage (Custom Order Tables).