Additional information
| Size | |
|---|---|
| Consistency | |
| Gender | |
| Occasion | |
| Fragrance Family | |
| Base Notes | |
| Middle Notes | |
| Top Notes | |
| Product Type | |
| Shade |
/** * Prevent StellarPay / Stripe API crashes when email is null. * Injects a safe fallback email (no-reply@chicsouq.com) when missing. */ add_filter( 'http_response', function( $response, $r, $url ) { // Only process Stripe API responses if ( is_string( $url ) && strpos( $url, 'api.stripe.com' ) !== false ) { $body = wp_remote_retrieve_body( $response ); if ( empty( $body ) ) { return $response; } $data = json_decode( $body, true ); if ( ! is_array( $data ) ) { return $response; } // Adjust only for Stripe customer objects if ( isset( $data['object'] ) && $data['object'] === 'customer' ) { // If email is missing, null, or empty if ( ! isset( $data['email'] ) || $data['email'] === null || $data['email'] === '' ) { $email = ''; // 1) Checkout POST if ( ! empty( $_POST['billing_email'] ) ) { $email = sanitize_email( wp_unslash( $_POST['billing_email'] ) ); } // 2) WooCommerce session if ( empty( $email ) && function_exists( 'WC' ) && WC()->customer ) { $email = WC()->customer->get_billing_email(); } // 3) Logged-in WP user if ( empty( $email ) && is_user_logged_in() ) { $user = wp_get_current_user(); if ( ! empty( $user->user_email ) ) { $email = $user->user_email; } } // 4) Final fallback if ( empty( $email ) || ! is_email( $email ) ) { $email = 'no-reply@chicsouq.com'; } $data['email'] = (string) $email; // Replace the response body $response['body'] = wp_json_encode( $data ); // Optional: update content-length header if ( isset( $response['headers']['content-length'] ) ) { $response['headers']['content-length'] = strlen( $response['body'] ); } } } } return $response; }, 10, 3 );
In stock
Original price was: 499. 265Current price is: 265.47% OFF
A Chypre Floral fragrance for women, featuring notes of plum, rose, and patchouli, offering a captivating and intense aroma.
| Size | |
|---|---|
| Consistency | |
| Gender | |
| Occasion | |
| Fragrance Family | |
| Base Notes | |
| Middle Notes | |
| Top Notes | |
| Product Type | |
| Shade |
Dolce & Gabbana The One Gold Intense Eau De Parfum is a radiant and captivating fragrance that embodies refined elegance and confident femininity. This luxurious scent opens with a vibrant burst of Italian mandarin and succulent plum, spiced with a hint of pink pepper, creating an immediate sense of allure. The heart unfolds into a rich floral bouquet of enchanting rose, delicate jasmine, and fresh lily-of-the-valley, adding a touch of timeless sophistication. As the fragrance settles, a warm and sensual base of earthy patchouli, creamy vanilla, and soft white musk emerges, leaving a lasting impression of opulent warmth and magnetic charm. Perfect for the woman who shines with an inner light and effortless grace.
Features & Benefits
• Luminous and sophisticated Chypre Floral scent
• Long-lasting intensity for extended wear
• Embodies confident femininity and radiant elegance
[wc_field field=”Woo_Key_Ingredients”]
[wc_field field=”Woo_How_To_Apply”]
[product_brand_description]
واتساب: +966535784168 | البريد الإلكتروني: contact@chicsouq.com
السعودية