✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

SleekView for WooCommerce Free Shipping Bar: bar configs as tables

Read free-shipping bar configurations (thresholds, messages, targeting rules) directly from wp_options or the bar post type. Audit messaging across stores and segments without per-bar clicks.

♾️ Lifetime License available

SleekView table view for WooCommerce Free Shipping Bar

Free-shipping bars you can audit across the site

Free-shipping-bar plugins store their configuration either as a single serialized row in wp_options (single-bar plugins) or as a custom post type with per-bar settings in wp_postmeta (multi-bar variants). The default admin gives a per-bar edit screen and, at best, a list of bars without their configuration values visible.

SleekView reads the bar source and surfaces threshold, message template, targeting (countries, roles, pages), and display options as real columns. Filter bars by country. Sort by threshold to see which carts trigger free shipping. Group by status to see live vs scheduled vs disabled bars. Joins to product and category taxonomies resolve targeting ids to readable names.

Inline edits route through the plugin's save path where exposed, with a fallback to update_post_meta or update_option plus the same caching hooks. Bulk-disable holiday bars when a campaign ends, or bulk-update thresholds after a margin review, in one pass instead of opening every bar's edit screen.

Workflow

How SleekView reads free-shipping bar data

1

Pick the source

Choose the bar post type (multi-bar variants) or the bar settings option key (single-bar variants). SleekView lists every meta or setting key actually in use so you pick from a real list, not a guess.
2

Compose your columns

Add bar name, threshold, message template, status, and the targeting columns that matter (country, role, page, cart condition).
3

Save and scope the view

Name it ("Active EU bars", "Holiday promos") and gate by WordPress capability so marketing can toggle promos and support gets read-only.
4

Edit inline and ship

Bulk-update thresholds after a margin review, rewrite messages across regions for brand consistency, or toggle promo bars on launch and end dates. Every write routes through the plugin's save path.

Sample columns

A typical free-shipping bar audit view

Joins bar posts with their threshold, message, and targeting meta. Status and threshold are inline-editable.
Source: wp_posts (post_type=wcfsb_bar) + wp_postmeta (or wp_options for single-bar variants)
Bar Threshold Message Targeting Status Updated
EU default €75.00 Spend {remaining} more for free shipping Country=EU Active Apr 24
US default $100.00 Add {remaining} for free US shipping Country=US Active Apr 24
Wholesale €500.00 Wholesale free shipping over {threshold} Role=wholesale Review Apr 22
Xmas GB £0.00 Free UK shipping until Jan 1 Country=GB, Date Disabled Jan 02

Comparison

Default Free Shipping Bar admin vs SleekView

Default Free Shipping Bar admin

  • Thresholds and targeting live behind each bar's edit screen
  • No combined view of every bar's threshold and message
  • Toggling seasonal bars means opening each one
  • Message-template audits across regions require copy-pasting
  • Audit trails (last-updated, by whom) are not surfaced

SleekView

  • Read threshold, message, and targeting as first-class columns
  • Filter bars by country, role, page, or threshold range
  • Bulk-toggle seasonal bars on launch and end dates
  • Inline-edit message templates across regions for consistency
  • Save views per role: marketing, finance, support

Features

What SleekView gives you for WooCommerce Free Shipping Bar

Bar fields as columns

Surface threshold, message template, and targeting rules as real columns. Compare every bar's wording and threshold side by side without opening each one.

Inline-edit thresholds and messages

Change a threshold or rewrite a message template right in the row. SleekView writes through the plugin's save path so cache invalidation and frontend bar rendering stay in sync.

Audit messaging consistency

Filter bars by country and verify the wording matches your brand voice across regions. Spot bars still running last quarter's message and update them in bulk.

Audience

Who uses SleekView for WooCommerce Free Shipping Bar

Marketing

Manage seasonal free-shipping bars across regions. Filter promo bars by date condition, bulk-toggle on launch, bulk-disable when the campaign ends.

Finance

Audit free-shipping thresholds against gross-margin targets. Sort by threshold and update bars where the threshold has drifted below the margin floor.

Support

When a customer asks why a bar shows a different threshold than expected, filter by their country and segment to see which bar is rendering and inline-correct misconfigured targeting.

The bigger picture

Why free-shipping bars deserve cross-site visibility

Free-shipping bars look like a single setting until the store grows. A regional bar per country, a wholesale-role bar with a higher threshold, a holiday-promo bar that overrides the default, an A/B-test bar that hides itself half the time: a healthy ecommerce business ends up with a dozen bar configurations across pages and segments. The plugin's storage choice (post type with meta or serialized options) is reasonable.

The UI's choice (one bar per edit screen) means brand-voice audits, threshold reviews, and campaign launches turn into per-bar tours. Marketing cannot launch a global holiday promo without a clicking ritual. Finance cannot audit thresholds against margins in a single view.

Support cannot answer why does this customer see this bar without three tabs. SleekView turns the same configuration into a table: every bar a row, every targeting rule a column, every threshold a sort. The plugin's rendering logic does not change; the workspace around it finally matches how marketing, finance, and support actually work.

Questions

Common questions about SleekView for WooCommerce Free Shipping Bar

Single-bar variants typically store everything as a serialized row in wp_options under a key like wcfsb_settings. Multi-bar plugins use a custom post type (often wcfsb_bar or similar) with per-bar settings in wp_postmeta. SleekView auto-detects which is in use.

 

Yes. Message templates are stored as string meta values. SleekView lets you edit the template in the row, with placeholders like {remaining} or {threshold} preserved. Writes route through update_post_meta (or update_option for single-bar variants) so cache hooks fire.

 

Yes. SleekView triggers the same cache-clear logic the plugin's settings page uses. Frontend bars re-render with the new values on the next page load just as they would after a manual edit.

 

Yes. Targeting is typically stored as ids (country codes, role slugs, page ids). SleekView resolves the ids to readable names by joining to wp_posts and the relevant taxonomies and option tables, so targeting columns read like a human wrote them.

 

Plugins differ on this. If the plugin tags bars with an A/B group meta, SleekView surfaces that as a column. Otherwise it shows the configured bars and their targeting; the A/B mechanism itself remains the plugin's responsibility.

 

HPOS only affects orders, not bar configurations. Bar settings use wp_options or the standard wp_posts and wp_postmeta tables, all unchanged by HPOS, so SleekView works identically on HPOS and legacy stores.

 

Yes. Filter bars by country or role, select them, and update the threshold column for all rows in one pass. Each row's update routes through the plugin's save path so frontend bars re-render with the new value.

 

On a single site the bar count is usually small (tens, at most). On multisite SleekView can be configured per site or as a network-wide view aggregating bars across sub-sites. Queries hit indexed columns on wp_posts and wp_options and stay fast at network scale.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€79

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€149

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Most popular

€249

EUR

once

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView