
ChopOn: Sourcing Engine for Luxury Timepieces
Transforming WooCommerce into a high-end pre-order engine with custom PHP delivery logic and optimized iOS UX for the Dubai luxury watch market.
Elevating a GCC fragrance brand with a premium WooCommerce UI migration, seamless taxonomy restructuring, and zero-downtime staging deployment.
Elevating a GCC fragrance brand with a premium WooCommerce UI migration, seamless taxonomy restructuring, and zero-downtime staging deployment.

Transforming WooCommerce into a high-end pre-order engine with custom PHP delivery logic and optimized iOS UX for the Dubai luxury watch market.

Revamping a broken WordPress site into a high-performance GCC athletic wear store, featuring a custom PHP thermal shipping label engine and 1024M server optimization.

Architecting a high-impact WordPress landing page for a premier Saudi rare species sanctuary, featuring B2B lead pipelines and GCC distributor positioning.
Lahfaa Perfumes is an upscale e-commerce destination based in the United Arab Emirates, specializing in premium oriental and French-inspired fragrances. This project centered on a complete UI/UX overhaul and architecture migration of their existing WordPress/WooCommerce store. By transitioning the platform to a sophisticated, minimalist infrastructure, I transformed the standard shopping layout into a high-end digital boutique engineered to serve discerning clients across the broader GCC region, including Oman, Bahrain, Saudi Arabia, Qatar, and Kuwait.
The client aimed to position their digital storefront to compete directly in the ultra-premium luxury perfume sector. Achieving this required overcoming several structural and design limitations:
Brand Alignment: Moving away from a generic, basic store layout that failed to reflect the artistic craftsmanship and premium valuation of the scents.
Complex Taxonomy Navigation: Designing an intuitive user path capable of gracefully handling distinct cultural and product categories, such as All Over Sprays, Dkhoun Oud, and Signature Perfumes.
Cross-Border Readiness: Optimizing front-end responsiveness and backend speed to ensure performance consistency across varying regional networks in the Middle East.
Zero-Downtime Migration: Executing a complete structural and visual overhaul without disrupting ongoing active traffic or risking live transactional data loss.
To stabilize and scale the platform, I executed a multi-layered development and server optimization strategy:
PHP
/**
* Custom lightweight 4x6 thermal shipping label generator
* bypassing heavy plugin dependencies.
*/
function protes_generate_thermal_shipping_label($order_id) {
$order = wc_get_order($order_id);
if (!$order) return;
$shipping_name = $order->get_shipping_first_name() . ' ' . $order->get_shipping_last_name();
$shipping_address = $order->get_shipping_address_1() . ', ' . $order->get_shipping_city();
$shipping_phone = $order->get_shipping_phone();
// Output optimized 4x6 thermal printable layout
echo '<div class="protes-thermal-label">';
echo ' <div class="label-header">PROTES SPORTS LOGISTICS</div>';
echo ' <div class="label-barcode">|||||||| ' . esc_html($order_id) . ' ||||||||</div>';
echo ' <div class="label-body">';
echo ' <p><strong>To:</strong> ' . esc_html($shipping_name) . '</p>';
echo ' <p><strong>Address:</strong> ' . esc_html($shipping_address) . '</p>';
echo ' <p><strong>Phone:</strong> ' . esc_html($shipping_phone) . '</p>';
echo ' </div>';
echo '</div>';
}
Full-Scale UI/UX Overhaul: Re-architected the homepage and product landing pages from the ground up using Elementor Pro, focusing on mobile-first responsiveness, clean typography, and high-conversion layouts optimized for GCC shoppers.
Bespoke Logistics Engine: Engineered a custom, lightweight Shipping Label System using PHP and targeted CSS. This replaced resource-heavy, buggy plugins with an agile, 4×6 thermal-ready label generator featuring dynamic barcodes and automated order data extraction.
Infrastructure & Database Repair: Performed surgical server-side configurations. I expanded PHP memory limits to 1024M, refactored core system files (wp-config.php and .htaccess) to eliminate “Error 500” instances, and sanitized the SQL database to improve backend data integrity.
Advanced Checkout Routing: Rebuilt the post-purchase lifecycle. I bypassed default WooCommerce limitations to route successful conversions into a custom-engineered “Thank You” portal (ID: 10043) that guarantees real-time order tracking and persistent data synchronization.
Authentication Conflict Resolution: Patched deep integration bugs within the Google API Social Login flow. I resolved authorization loops, allowing existing customers to link OAuth profiles seamlessly without triggering false “already registered” blocks, significantly reducing checkout abandonment.
The reconstructed Lahfaa Perfumes storefront beautifully balances deep-rooted Arabian heritage with modern luxury e-commerce standards. The complete technical restoration provided the brand with an incredibly stable, credible, and visually stunning asset that drastically elevated the perceived value of its product lines.
Equipped with a highly responsive mobile-first interface and a lightened codebase, the platform is fully optimized to scale transaction volumes and solidify its footprint across the competitive Middle Eastern luxury fragrance market.