
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.
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.
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.

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.

Architecting a high-impact WordPress landing page for a premier Saudi rare species sanctuary, featuring B2B lead pipelines and GCC distributor positioning.
Protes Sports is a leading athletic wear brand based in Dubai, UAE, catering to the region’s premium fitness community. I took over an existing digital storefront that was plagued by severe technical debt, broken responsive layouts, and critical performance bottlenecks. The mission extended far beyond a cosmetic redesign; it was a full-scale Technical Restoration. I overhauled the entire digital infrastructure, transforming a fractured, unstable WordPress environment into a high-performance, conversion-oriented e-commerce engine that accurately reflects the brand’s premium identity in the Middle East.
The client’s initial digital position was critical, facing frequent site crashes and a fractured user experience that actively hindered business growth. The primary challenges included:
Brand Disconnect: A cluttered, non-responsive front-end design that failed to appeal to the UAE’s high-end fitness market.
System Instability: Persistent “Critical Errors” and admin-facing white screens of death during basic product catalog management.
Broken Checkout & Logistics: A high-friction checkout flow where customers routinely encountered errors, coupled with a total absence of automated shipping management.
Database Corruption: A highly disorganized database architecture with bloated product schemas and broken category relationships, resulting in poor navigation and slow query execution.
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 turnaround of Protes Sports stands as a definitive testament to clean code and strategic infrastructure optimization. The platform shifted from a unstable, crashing environment to a rock-solid, highly automated e-commerce system processing orders with absolute fluid efficiency.
With an automated internal logistics flow, a luxury digital storefront, and an optimized server architecture, the client now operates a 100% stable, highly scalable digital boutique. The brand is now fully positioned to lead and scale within the competitive GCC sports apparel market.