HEVEA GROUP
1 ERP SAP CORE ✕ 5 PROPRIETARY MULTI-STORES
Cluster Brands Managed under Unified Proprietary Infrastructure
E-Commerce Ecosystem

Proprietary Software Suite
100% In-House DevelopmentCommercial out-of-the-box plugins systematically crash under massive multi-tenant industrial holding requirements. Our engineering team architected, structured, and wrote an entire suite of **native PrestaShop plugins in PHP**, unlocking bespoke transactional efficiency, conversion intelligence, and tax compliance.
Proprietary SAP B1 Service Layer Core
PrestaShop Native Core Hooks & SAP Service Layer API Architecture
100% proprietary development. An advanced, bi-directional asynchronous connector mapping massive multi-warehouse item states, enterprise customer tax indices, real-time complex credit metrics, and instant internal order processing upon checkout.
Custom Decoupled Theme Framework
PrestaShop Smarty Engine + Custom Tailwind/CSS Compiled Node
Engineered from the ground up. A lightweight, speed-optimized presentation layer optimized for critical Largest Contentful Paint (LCP) speeds. Fully parameterizable to change color palettes, dynamic layouts, and metadata structure based on the specific brand node.
Secure Anonymous Whistleblower Canal
Asymmetric End-to-End Encryption & Isolated SQL Sandbox Structures
Developed to comply perfectly with stringent Latin American corporate transparent governance frameworks (e.g., Chile's Karin Law). Provides real, audited anonymity for corporate reports via isolated encryption vectors outside normal user storage.
Context-Aware WhatsApp Enterprise Routing
SAP Sales Employee Matrix Mapping & Cart Injector Hooks
Not a static button. This intelligent engine reads the current B2B customer session, queries SAP Business One database tables to fetch their specifically assigned accounts manager, and links them directly with active cart line items pre-injected.
B2B Dynamic Price Matrix Engine
Volume-Based Pricing Interpreters & Cart Rules Interceptors
Developed to resolve localized marketing strategies without breaking heavy enterprise contracts. Allows global system administrators to push tailored promotional layers while respecting the legacy customer contract grids stored inside SAP.
Multi-Tenant Operational Router
Shared Database Context Switching & Domain Mapping Nodes
A custom software core allowing one single backend infrastructure cluster to safely direct and handle 5 entirely separate top-level domains, mitigating multi-instance data fragmentation and cutting server maintenance costs down dramatically.
Automated SII Compliance Pipe
Chilean Tax Authority Electronic Billing Protocol Injections
A background pipeline capturing transactional checkouts, standardizing payloads into legal electronic document XML schemes, and syncing with billing workflows to guarantee immediate operational invoicing alignment.
The Native
Connector Core.
The operational center of the infrastructure. Our custom-programmed module serves as a highly secure, high-availability bridge data engine. It intercepts validated checkouts across individual domains and translates them instantly into structured transactional schemas tailored for the **SAP Business One Service Layer**.
It features highly optimized background job execution structures to swallow traffic spike storms seamlessly without creating bottlenecks inside PrestaShop's localized relational database engines.
/**
* Proprietary SAP B1 Connection Dispatcher Engine
* Developed entirely in-house by our engineering team
*/
public function hookActionValidateOrder($params) {
$order = $params['order'];
$cart = $params['cart'];
// Build Payload optimized for SAP Service Layer Orders Object
$sapPayload = [
'CardCode' => $this->getCustomerSapId($order->id_customer),
'DocDate' => date('Y-m-d'),
'DocDueDate' => date('Y-m-d', strtotime('+2 days')),
'DocumentLines' => $this->parseCartItemsToSapLines($cart)
];
// Dispatch to background asynchronous routing queue worker
$queueManager = new HeveaSapQueueWorker();
$trackingId = $queueManager->pushOrderPayload($sapPayload);
Logger::log("Order synchronized to SAP Queue. Track ID: " . $trackingId);
return true;
}Flawless real-time multi-warehouse data alignment across all separate frontends and SAP core inventory allocations with absolute zero stock mismatches.
Automatic commercial transaction pipelines. Web checkouts immediately trigger background sales order confirmations inside the ERP, cutting operational labor down.
Drastically lowered hardware overhead constraints via custom PHP asynchronous middleware caching and unified database matrix structures.