Kalicart Bridge Documentation

Persistent operational documentation for the WooCommerce plugin named KaliCart Bridge. If an agent is asked about the “plugin bridge”, this page is the canonical starting point.

Current version1.0.11
Test merchantproject2209.com
Package hubbridge.kalicart.com

Canonical Paths

Plugin live path

/home/project2209/htdocs/www.project2209.com/wp-content/plugins/kalicart-bridge/

Bridge distribution root

/home/kalicart-bridge/htdocs/bridge.kalicart.com

Nginx vhost

/etc/nginx/sites-enabled/bridge.kalicart.com.conf

Do not use

/home/kalicart/htdocs/bridge.kalicart.com.old.20260603183621

Live Test Site

project2209.com is the live merchant used to test plugin behavior. Keep it aligned with the ZIP distributed from bridge.kalicart.com.

https://www.project2209.com/wp-json/kalicart/v1/discovery
https://www.project2209.com/wp-json/kalicart/v1/catalog/meta
https://www.project2209.com/wp-json/kalicart/v1/catalog/search?q=nike
https://www.project2209.com/wp-json/kalicart/v1/catalog/products
https://www.project2209.com/wp-json/kalicart/v1/catalog/categories

Distribution Files

https://bridge.kalicart.com/download/kalicart-bridge-1.0.11.zip
https://bridge.kalicart.com/latest.json
https://bridge.kalicart.com/updates/kalicart-bridge.json
https://bridge.kalicart.com/docs/

The public download must use the versioned filename format: kalicart-bridge-(version).zip. The latest.zip alias may exist only as technical compatibility.

Update Workflow

  1. Modify the local working copy.
  2. Bump Version, KALICART_BRIDGE_VERSION and Stable tag.
  3. Deploy the plugin to project2209.com.
  4. Create a clean versioned ZIP.
  5. Update latest.json, updates/kalicart-bridge.json and this docs page.
  6. Verify PHP lint, endpoint responses and ZIP contents.

Verification Commands

php -l /home/project2209/htdocs/www.project2209.com/wp-content/plugins/kalicart-bridge/kalicart-bridge.php
php -l /home/project2209/htdocs/www.project2209.com/wp-content/plugins/kalicart-bridge/includes/class-admin.php
curl -s https://bridge.kalicart.com/latest.json
curl -I https://bridge.kalicart.com/download/kalicart-bridge-1.0.11.zip
unzip -l /home/kalicart-bridge/htdocs/bridge.kalicart.com/download/kalicart-bridge-1.0.11.zip | grep -E "bak\\." || true

Rules

  • No custom patch on a single product.
  • Every plugin change must be generic and valid for all merchants.
  • project2209.com and the distributed ZIP must stay aligned.
  • Before saying done: lint PHP, verify version, manifest, endpoint and ZIP.