Uncategorized اضافة عداد وهمي في متجرك الالكتروني ووردبريس ليزيادة المبيعات Posted by arabfreelance فبراير 28, 2026 0 الكود المستعمل في الشرح /* Hurrytimer campaign */ .ast-woocommerce-container .product .hurrytimer-campaign{ background-color:#f... Continue reading
Uncategorized Disable Variable Product Price Range woocommerce Posted by arabfreelance فبراير 28, 2026 0 اضهار السعر الادنى فقط add_filter( 'woocommerce_variable_sale_price_html', 'custom_variation_price_format', 10, 2 ); add_filter( 'wo... Continue reading
Uncategorized Keeping wordpress dashboard English Posted by arabfreelance فبراير 28, 2026 0 add_filter('locale', 'wpse27056_setLocale'); function wpse27056_setLocale($locale) { if ( is_admin() ) { return 'en_US'; ... Continue reading
Uncategorized Wilayas Et Commune algerie Normal Checkout Posted by arabfreelance فبراير 28, 2026 0 code wilayas /** * Add or modify States */ add_filter( 'woocommerce_states', 'custom_woocommerce_states' ); function custom_wooc... Continue reading
Uncategorized انشاء متجر لبيع و شحن الالعاب | اكسب من شحن الالعاب | بيع جواهر و شدات Posted by arabfreelance فبراير 28, 2026 0 الكود المستعمل في الشرح /* Woocommerce tabs */ .ast-woocommerce-container .product .woocommerce-tabs{ display:none !important; ... Continue reading
Uncategorized اضافة عملة جنيه مصري في متجر ووكومرس woocommerce Posted by arabfreelance فبراير 28, 2026 0 /** * Custom currency and currency symbol */ add_filter( 'woocommerce_currencies', 'add_my_currency' ); function add_my_currency( $c... Continue reading
Uncategorized اضافة صور المنتجات في صفحة الدفع checkout woocommerce Posted by arabfreelance فبراير 28, 2026 0 الكود المستعمل في الشرح add_filter( 'woocommerce_cart_item_name', 'bbloomer_product_image_review_order_checkout', 9999, 3 ); func... Continue reading
Uncategorized اضافة ازرار لحذف المنتجات في صفحة checkout woocommerce Posted by arabfreelance فبراير 28, 2026 0 الكود المستعمل في الشرح add_filter('woocommerce_cart_item_name', 'custom_filter_wc_cart_item_remove_link', 10, 3); function custom_f... Continue reading
Uncategorized حذف المنتجات ذات صلة في متجر ووردبريس Posted by arabfreelance فبراير 28, 2026 0 الكود المستعمل في الشرح .related.products { visibility:hidden; } Continue reading
Uncategorized تأكيد الطلبيات أوتوماتكيا في متجر ووكومرس Autocomplete WooCommerce Orders Posted by arabfreelance فبراير 28, 2026 0 الكود المستعمل في الشرح /** * Auto Complete all WooCommerce orders. */ add_action( 'woocommerce_thankyou', 'custom_woocommerce_aut... Continue reading