Uncategorized إخفاء سعر المنتج في ووكومرس woocommerce Posted by arabfreelance فبراير 28, 2026 0 add_filter( 'woocommerce_get_price_html', function( $price, $product ) { $hide_for_products = array( 0000, ); if ( in_array( $pro... Continue reading
Uncategorized WooCommerce Change number of related products on product page Posted by arabfreelance فبراير 28, 2026 0 تم اضافة ايضا كود خاص بالهاتف الى الكود // Change number of related products and columns add_filter('woocommerce_output_related_prod... Continue reading
Uncategorized جعل زر add to cart يتحرك او يهتز في متجر ووردبريس Posted by arabfreelance فبراير 28, 2026 0 الكود 01 Button Code Here { animation: shake 2s cubic-bezier(.36, .07, .19, .97) both infinite; transform: translate3d(0, 0, 0);... Continue reading
Uncategorized Add FREE Wishlist To WooCommerce Posted by arabfreelance فبراير 28, 2026 0 a.tinvwl_add_to_wishlist_button { background-color: #44C4AC; color: #FFF; padding: 2px 7px; } a.tinvwl_add_to_wishlist_but... Continue reading
Uncategorized whitespace on right side of the page when the browser is resized to a smaller window Posted by arabfreelance فبراير 25, 2026 0 html, body { width: 100%; height: auto; margin: 0px; padding: 0px; overflow-x: hidden; } Continue reading
Uncategorized WP ARABIC WooCommerce Custom Thank You Pages Elementor Posted by arabfreelance فبراير 25, 2026 0 الكود المستعمل في الشرح كود تغيير رابط صفحة thank you page // Add a filter to customize the WooCommerce thank you page URL functi... Continue reading
Uncategorized طريقة اضافة اسماء مدن و مناطق الى اي دولة و اي بلد في متجر الكتروني ووكومرس Posted by arabfreelance فبراير 25, 2026 0 /** * Add or modify States */ add_filter( 'woocommerce_states', 'custom_woocommerce_states' ); function custom_woocommerce_states( $... Continue reading
Uncategorized سكريبت الولايات في الجزائر ووكومرس WOOCOMMERCE Posted by arabfreelance فبراير 25, 2026 0 'DZ-01' => __( 'Adrar - أدرار', 'woocommerce' ), 'DZ-02' => __( 'Chlef - الشلف', 'woocommerce' ), 'DZ-03' => __( 'Laghouat... Continue reading
Uncategorized states and cities of algeria for WooCommerce Posted by arabfreelance فبراير 25, 2026 0 58 WILAYAS D’ALGÉRIE POUR WOOCOMMERCE /** * Add or modify States */ add_filter( 'woocommerce_states', 'custom_woocommerce_states' ... Continue reading