Skip to content

Trust

Trust shows a row of secure-checkout badges after the add-to-cart button on single product pages, under a short heading like “Guaranteed safe checkout”. The badges are hand-authored inline SVGs served from your own site, a lock, a shield, a money-back mark, a card, picked to reassure shoppers at the moment they decide to buy.

Trust is pure presentation, and it stays out of the way. The storefront output is CSS-only, there is no JavaScript on the front end and the row sits in normal document flow, so it does not shift the page as it loads. Every icon is an inline SVG from your own server, so nothing loads from a third party and there is nothing to track. The free edition is the full GPL product, not a trial.

  • Ten bundled inline-SVG badges, secure checkout, SSL encrypted, money-back guarantee, verified store, free shipping, card payment, digital wallet, 24/7 support, privacy protected and satisfaction. Four are shown by default: secure checkout, SSL encrypted, money-back and card payment.
  • One row, one place, the badges render via woocommerce_after_add_to_cart_form, immediately below the add-to-cart button on single product pages.
  • [trust_badges] shortcode, drop the same configured row anywhere shortcodes run (a block, a footer, a custom template).
  • One-colour theming, set a single icon colour and every badge follows it through currentColor; the storefront strip also reads your theme’s primary colour where one is exposed.
  • Accessible by default, each badge has an accessible name (role="img" + aria-label), the row is marked up as a list, and the small hover/inscribe animation is gated behind prefers-reduced-motion.
  • Single product page, after the add-to-cart button, when Show on product pages is on (the default).
  • Anywhere, via the [trust_badges] shortcode, which renders the same configured row.

There is no cart or checkout placement and no per-position setting; the product-page hook and the shortcode are the two ways the row appears.

One screen under WooCommerce → Trust Badges: a master toggle, the product-page toggle, the heading (blank for icons only), the icon colour, and a checklist of which bundled badges to show. Everything is stored in a single trust_settings option. See Configuration for each field.

  • Free, the full product: ten bundled badges, the heading, the product-page row, the icon colour and the [trust_badges] shortcode.
  • Pro (planned), under consideration, not yet shipped.