WP Manifestindependent plugin directory
manifest / ecommerce / expose

CTX Products

Wordpress Plugin that displays free products like magazines or tracts and let customers place orders without payment.

by Thomas Gollenia · github.com/kids-team/expose

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/kids-team/expose/archive/refs/heads/master.zip

A lightweight WordPress plugin for offering free products such as magazines, brochures, or tracts without the complexity of a full e-commerce solution.

Features

  • Create unlimited free products
  • Organize products using categories and tags
  • Upload product images
  • Display products anywhere using a Gutenberg block
  • Simple order form without payment processing
  • No CSS included – style it to match your theme

Why?

Many ministries and churches offer free resources that visitors can order online. Setting up WooCommerce or another full-featured shop is often unnecessary.

Ctx Products provides a simple alternative focused entirely on free products.

Installation

From Git

git clone https://github.com/gollenia/ctx-products.git

Manual Installation

  1. Download the latest release.
  2. Copy the ctx-products folder to wp-content/plugins/.
  3. Activate the plugin from the WordPress admin area.

Usage

  1. Create your products in the WordPress admin.
  2. Assign categories, tags and featured images if desired.
  3. Insert the Ctx Products Gutenberg block on any page.
  4. Configure the block to display the products you want.

Styling

The plugin intentionally ships without CSS so that it can seamlessly integrate into any WordPress theme.

Requirements

  • PHP 8.4+
  • WordPress 6.x