// کشور رو اجباری کن روی ایران add_filter( 'woocommerce_default_address_fields', 'force_ir_country' ); function force_ir_country( $fields ) { $fields['country']['default'] = 'IR'; return $fields; } // فیلد کشور رو از نمایش مخفی کن (نه حذف) add_filter( 'woocommerce_checkout_fields', 'hide_country_field' ); function hide_country_field( $fields ) { $fields['billing']['billing_country']['class'][] = 'hidden'; return $fields; } add_action('wp_enqueue_scripts', 'child_enqueue_styles', 999); function child_enqueue_styles() { wp_enqueue_style('parent-style', get_template_directory_uri() . '/style.css'); } // ============================================ // WooCommerce Checkout ساده: فقط ایمیل و کشور ایران // ============================================ // 1️⃣ فقط ایمیل و کشور را نگه دار، بقیه فیلدها حذف شوند add_filter( 'woocommerce_checkout_fields', 'custom_checkout_email_country_only' ); function custom_checkout_email_country_only( $fields ) { // نگه داشتن فیلد ایمیل و کشور $billing_email = $fields['billing']['billing_email']; $billing_country = $fields['billing']['billing_country']; // حذف همه فیلدهای اضافی $fields['billing'] = array( 'billing_email' => $billing_email, 'billing_country' => $billing_country, ); // حذف Shipping (در صورت وجود) if ( isset( $fields['shipping'] ) ) { unset( $fields['shipping'] ); } return $fields; } // 2️⃣ تعیین کشور پیش فرض ایران برای مهمان‌ها add_filter( 'woocommerce_checkout_get_value', function( $input, $key ) { if ( $key === 'billing_country' && empty($input) ) { $input = 'IR'; } return $input; }, 10, 2 ); // 3️⃣ اطمینان از فعال بودن Checkout برای مهمان‌ها add_filter( 'woocommerce_checkout_registration_required', '__return_false' ); add_filter( 'woocommerce_checkout_registration_enabled', '__return_true' ); // 4️⃣ اضافه کردن hidden field کشور ایران (برای مطمئن شدن از درگاه) add_action( 'woocommerce_before_checkout_form', function() { echo ''; } ); رأی وحدت رویه شماره 33 – فروشگاه فایل لیمو

وبلاگ

تماس با ما

آشنایی با شما افتخار ماست

ارتباط با ما

از طریق راه های زیر با ما در ارتباط باشید

  • 05837228852
  • info@FileDo.ir
  • @FileDo_ir
  • ۹ صبح تا ۹ شب

فرم درخواست مشاوره

مشاوره