Luxury E-Commerce & Monogram Configurator
We engineered a bespoke, high-performance shopping experience for Vellinore. Designed around minimalist luxury aesthetics, the portal guides shoppers through premium product pages, providing advanced digital features without cluttering the UI.
- ▸ Interactive Size Guide: A dynamic client-side algorithm that calculates recommended sizes based on direct physical measurements, bypassing generic tables.
- ▸ Bespoke Personalization: An intuitive monogram selection panel enabling buyers to customize embroidery (initials, thread color, and positioning) in real-time.
- ▸ Live Catalog Integration: Displays accurate availability status dynamically retrieved from the server, eliminating checkout friction.
Multi-System ERP Synchronizer & Custom Odoo Controllers
This enterprise configuration bridges a custom WooCommerce shop layout with an Odoo 19.0 ERP inventory and sales database system.
- ▸ Cart Separation Controller: Overrode Odoo's default
sale.ordercart addition behavior (_cart_find_product_line) to prevent merging line-items containing different custom monogram attributes (x_monogram_initials,x_monogram_thread,x_monogram_position), allowing custom iterations of identical variants. - ▸ Out-of-Stock Cron Automation: Extended base
stock.movemodules. When stock availability shifts from 0 to positive, it triggers an event-driven CRM notification pipeline alerting queued users via automated transactional emails. - ▸ Optimized Size Mapping: Implemented a physical mapping relational table (
vellinore.size.mapping) exposed via XML-RPC endpoints to render the frontend size recommendations.

