WP Manifestindependent plugin directory
manifest / ecommerce / x-delivery-plugin

X Delivery

WordPress WooCommerce plugin for X delivery integration (locker, courier, express). Turiba internship.

by Vivek Jakhar · github.com/viru170/x-delivery-plugin · website

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/viru170/x-delivery-plugin/archive/refs/heads/main.zip

Readme

X Delivery — WooCommerce Plugin

WordPress plugin that integrates the X delivery service into WooCommerce stores. Supports parcel-locker delivery, courier delivery, and express delivery — with temperature regimes, dynamic locker sizing, multi-warehouse pricing, and admin-editable price overrides.

Built for a Turiba University internship project. Client-facing plugin, private repo.

Status

Under active development. See docs/STRUCTURE.md for the locked architecture and build phases.

Currently running against a mock X API adapter — the plugin is fully functional today with fixture data. Real X API credentials will be swapped in at Phase 15 once the client provides them.

Requirements

  • PHP 8.0+
  • WordPress 6.0+
  • WooCommerce 8.0+
  • MySQL 5.7+ / MariaDB 10.3+

Quick start (development)

git clone git@github.com:viru170/x-delivery-plugin.git wp-content/plugins/x-delivery
cd wp-content/plugins/x-delivery
composer install

Then activate X Delivery from the WordPress admin plugins screen.

Documentation

License

Proprietary — internship project for Turiba University client.

Read the full README on GitHub →