Additional information
| Size | |
|---|---|
| Shade | |
| Consistency | |
| Finish | |
| Gender | |
| Product Type | |
| Set |
/** * 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: 340. 230Current price is: 230.32% OFF
A matte-finish liquid lipstick providing intense color and a long-lasting stain.
| Size | |
|---|---|
| Shade | |
| Consistency | |
| Finish | |
| Gender | |
| Product Type | |
| Set |
Discover the Yves Saint Laurent Tatouage Couture Matte Stain Lipstick, a revolutionary lip product that combines intense color with an ultra-matte, long-lasting finish. This innovative formula feels incredibly lightweight on the lips, creating a barely there sensation akin to a lip tattoo. It delivers vibrant, opaque color in a single stroke, ensuring a sophisticated and modern look that stays put for hours without feeling dry or uncomfortable. Perfect for making a bold statement, this liquid lipstick offers precision application for a flawlessly defined pout.
Features & Benefits
• Delivers intense, high-pigment color
• Provides an ultra-matte, non-drying finish
• Offers a long-lasting stain effect for extended wear
• Features a lightweight formula for comfortable, barely-there feel
[wc_field field=”Woo_Key_Ingredients”]
[wc_field field=”Woo_How_To_Apply”]
[product_brand_description]
واتساب: +966535784168 | البريد الإلكتروني: contact@chicsouq.com
السعودية