/* ASEEL SOURCING V4 - logo upload and sample request */ add_shortcode('aseel_sourcing', function(){ $sent=''; if(isset($_POST['aseel_source_nonce']) && wp_verify_nonce(sanitize_text_field(wp_unslash($_POST['aseel_source_nonce'])),'aseel_source')){ $name=sanitize_text_field(wp_unslash($_POST['full_name']??'')); $phone=sanitize_text_field(wp_unslash($_POST['phone']??'')); $email=sanitize_email(wp_unslash($_POST['email']??'')); $need=sanitize_textarea_field(wp_unslash($_POST['need']??'')); $qty=absint($_POST['qty']??0); $type=sanitize_text_field(wp_unslash($_POST['request_type']??'')); $sample=!empty($_POST['sample'])?'نعم':'لا'; $attachments=[]; if(!empty($_FILES['brand_file']['name']) && empty($_FILES['brand_file']['error'])){ $allowed=['image/jpeg','image/png','image/webp','application/pdf','application/postscript']; if(in_array($_FILES['brand_file']['type'],$allowed,true) && $_FILES['brand_file']['size']<=8*1024*1024){ require_once ABSPATH.'wp-admin/includes/file.php'; $up=wp_handle_upload($_FILES['brand_file'],['test_form'=>false]); if(empty($up['error']) && !empty($up['file'])) $attachments[]=$up['file']; } } if($name && $phone && $need){ $body="الاسم: $name الهاتف: $phone البريد: $email نوع الطلب: $type طلب عينة: $sample الكمية: $qty التفاصيل: $need"; wp_mail(get_option('admin_email'),'طلب منتج/عينة من '.$name,$body,[],$attachments); $sent='
حدد المواصفات والكمية وارفع الشعار أو التصميم، ويمكنك طلب عينة قبل الإنتاج.