NS
WooCommerceActive·2023

DiscountKit

A WooCommerce pricing toolkit that gives merchants flexible, rule-based discounting without complex pricing plugins.

DIDISCOUNTKIT · SYSTEMWOOCOMMERCE

01Overview

DiscountKit is a WooCommerce plugin that centralises discount logic, volume rules, tiered pricing and targeted promotions, in one predictable place merchants actually understand.

02The Challenge

Out-of-the-box WooCommerce handles single discounts, but real stores need combinations and rules. The problem is never adding a field, it's keeping the discount logic readable and the checkout total trustworthy.

03What I Built

  • A rule engine where merchants compose conditions and actions without code.
  • A pricing pipeline that computes discounts consistently across product, cart and checkout.
  • Sanity checks so the final total can always be explained to a customer.

04Technical Architecture

  • Rules are stored as structured data and evaluated by a deterministic engine.
  • Hooks into WooCommerce pricing at every layer the cart touches.
  • Rendering kept in PHP templates so themes stay compatible.

05Technologies

WordPressWooCommercePHPMySQL

06My Role

Lead developer, architecture, rule engine, integration and QA.