Home โ€บ Modules โ€บ phyto_dispatch_logger

phyto_dispatch_logger

Log shipping conditions per order at dispatch โ€” temperature, humidity, packing method, gel/heat packs, photos โ€” creating a tamper-proof dispute-resolution record.

Operations & Compliance v1.0 PrestaShop 8 Browse Source on GitHub โ†—
modules/phyto_dispatch_logger/
Direct path in the repo โ†’ all PHP, SQL, templates, and assets
Open on GitHub โ†—

Overview

Every time you dispatch an order, this module lets you log the shipping conditions. Creates a timestamped record per shipment for dispute resolution. If a customer claims damage, you have documented proof of the condition the plants left in.

Log Fields

FieldNotes
Temperature at packingยฐC
Humidity at packing% RH
Packing methode.g. “Individual wrap + sphagnum”
Gel packs / heat packsYes/No + quantity
Shipping carrierSelected from configured list
Tracking numberAuto-linked to order
PhotosUp to 5 images of packed box
NotesFree text for unusual conditions

Features

  • Triggered from order detail page in admin
  • All entries timestamped (server time) and immutable after 24 h
  • Admin can view all dispatch logs in a searchable table
  • Photos stored in a private directory (not web-accessible directly)

Source Layout

PathPurpose
phyto_dispatch_logger.phpModule entry + admin menu
classes/PhytoDispatchLog.phpORM for log entries
controllers/admin/AdminPhytoDispatchLogController.phpLog entry form + history
sql/install.sqlCreates phyto_dispatch_log table
View Full Source โ†— โ† Back to All Modules