Search 336 articles, or browse by product below.
📋 Pending→ ⚙️ Processing→ 🚛 In Transit→ 🛵 Out for Delivery→ ✅ DeliveredEach status change can automatically trigger notifications (WhatsApp, SMS, or E…
Automated SMS notifications via ClickSend APIDeprixa Pro v8.4+ includes ClickSend SMS API integration with predefined templates for all modules. SMS is an…
Configure email delivery for notifications, invoices, and alertsDeprixa Pro uses PHPMailer for all email communication. PHPMailer supports SMTP with SSL/T…
In your hosting panel (Hostinger → hPanel, cPanel, etc.), navigate to Email Accounts → Create Account. Create an email like noreply@yourdomain.com or supp…
In your hosting panel (cPanel, Plesk, etc.) create a new MySQL database and a database user with full privileges.Extract the ZIP and upload the contents o…
Open https://yourdomain.com/install/ in your browser to launch the installation wizard.The installer checks that all requirements are met. Fix any red ite…
🚨 Security: After successful installation, delete or rename the install/ folder from your server. Leaving it accessible is a security risk.Delete or rest…
Log in at stripe.com.Go to Developers → API Keys.Copy the Publishable Key (starts with pk_) and reveal the Secret Key (starts with sk_).In Deprixa Pro, go…
How the request flow worksDeprixa Pro uses a classic PHP MVC-inspired pattern with entry-point PHP files, view files, and shared helpers. Here is the full…
Automatic weight-based tariffs and client-specific pricingDeprixa Pro v8.5 introduces a powerful automatic tariff engine for the Shipping (Courier) module…
WhatsApp — Shipment Created:📦 *{{company_name}}* — Package NotificationHello *{{client_name}}*! 🎉Your shipment has been registered successfully. 📌 Trac…
A blank sidebar means the user has no permissions assigned. Go to Tools → Assign Permissions, select the user's role, and assign the appropriate modu…
This is how Deprixa Pro sends a WhatsApp message internally via the Ultramsg API:$url = "https://api.ultramsg.com/{instance_id}/messages/chat"; …
Download the new v8.5 package from Codecanyon.Perform a fresh installation on your server (recommended approach to avoid file conflicts).From your old ins…
Create two databases on your server or localhost: one with your old backup, one with the new v8.5 schema.Use a database comparison tool (e.g. phpMyAdmin S…
Deprixa Pro supports volumetric (dimensional) weight billing. The formula used is:# Standard volumetric weight formula Volumetric Weight = (Length × Width…
A pre-alert is an advance notification created by the client (or staff on their behalf) that says: "I bought something online, here is the tracking n…
✅ RBAC (Roles & Permissions): Full role-based access across the system. Roles: Super Admin, Administrator, Employee, Agency, Client, Driver — all wit…
Released: 03 April 2026 — Security · UI Redesign · Bug Fixes✅ Public Rate Calculator: New public-facing rate calculator at cotizar.php. Customers can get…
Automated WhatsApp notifications for clientsDeprixa Pro integrates with Ultramsg, a WhatsApp API provider that allows sending automated messages directly …