id = 'new_order_modern_minimal'; $this->email_type = 'new_order'; $this->name = 'Modern Minimal'; $this->description = 'Clean layout with plenty of whitespace'; $this->elements = [ ColumnLayout::get_object_data( 2, [ 'background_color' => '#ffffff', 'children' => [ Column::get_object_data( 30, [ 'children' => [ Image::get_object_data( [ 'align' => 'left', 'src' => YAYMAIL_PLUGIN_URL . 'assets/images/woocommerce-logo.png', 'width' => 116, 'padding' => [ 'top' => 0, 'right' => 10, 'bottom' => 0, 'left' => 0, ], ] ), ], ] ), Column::get_object_data( 70, [ 'children' => [ Text::get_object_data( [ 'rich_text' => '
My Account Order Tracking Contact
', 'padding' => [ 'top' => 0, 'right' => 0, 'bottom' => 0, 'left' => 0, ], 'text_color' => '#333439', ] ), ], ] ), ], 'padding' => [ 'top' => 20, 'right' => 40, 'bottom' => 20, 'left' => 40, ], ] ), ColumnLayout::get_object_data( 2, [ 'background_color' => '#F7F1FF', 'inner_background_color' => '#ffffff00', 'children' => [ Column::get_object_data( 70, [ 'children' => [ Text::get_object_data( [ 'rich_text' => 'Hi [yaymail_billing_first_name] [yaymail_billing_last_name],
You\'ve received the following order from [yaymail_billing_first_name] [yaymail_billing_last_name].
', 'text_color' => '#333439', 'padding' => [ 'top' => 15, 'right' => 50, 'bottom' => 15, 'left' => 50, ], ] ), OrderDetails::get_object_data( [ 'title' => 'Order Summary
', 'title_color' => '#1A1A1A', ] ), Text::get_object_data( [ 'rich_text' => '[yaymail_order_link text_link="View Order Detail"]
', 'text_color' => '#333439', 'padding' => [ 'top' => 0, 'right' => 50, 'bottom' => 0, 'left' => 50, ], ] ), BillingShippingAddress::get_object_data( [ 'title_color' => '#1A1A1A', ] ), ColumnLayout::get_object_data( 1, [ 'padding' => [ 'top' => 10, 'bottom' => 10, 'left' => 40, 'right' => 40, ], 'children' => [ Column::get_object_data( 100, [ 'children' => [ Divider::get_object_data( [ 'height' => 2, 'width' => 100, 'divider_color' => '#333439', 'padding' => [ 'top' => 20, 'right' => 0, 'bottom' => 20, 'left' => 0, ], ] ), Text::get_object_data( [ 'rich_text' => 'For questions, contact hi@yaycommerce.com, visit our FAQs, or chat with us during operating hours for account support
', 'background_color' => '#ffffff00', 'padding' => [ 'top' => 0, 'right' => 0, 'bottom' => 0, 'left' => 0, ], 'text_color' => '#333439', ] ), SocialIcon::get_object_data( [ 'align' => 'center', 'spacing' => 24, 'width_icon' => 24, 'style' => 'Colorful', 'icon_list' => [ [ 'icon' => 'facebook', 'url' => '#', ], [ 'icon' => 'instagram', 'url' => '#', ], [ 'icon' => 'tiktok', 'url' => '#', ], [ 'icon' => 'youtube', 'url' => '#', ], ], 'padding' => [ 'top' => 20, 'right' => 0, 'bottom' => 20, 'left' => 0, ], ] ), Text::get_object_data( [ 'rich_text' => '© 2025 YayCommerce.com
', 'padding' => [ 'top' => 0, 'right' => 0, 'bottom' => 20, 'left' => 0, ], 'text_color' => '#77859B', ] ), ], ] ), ], ] ), ]; } }