/** * Enqueue script and styles for child theme */ function woodmart_child_enqueue_styles() { wp_enqueue_style( 'child-style', get_stylesheet_directory_uri() . '/style.css', array( 'woodmart-style' ), woodmart_get_theme_info( 'Version' ) ); } add_action( 'wp_enqueue_scripts', 'woodmart_child_enqueue_styles', 10010 ); load_child_theme_textdomain( 'woodmart', get_stylesheet_directory() . '/lang' ); load_child_theme_textdomain( 'woocommerce', get_stylesheet_directory() . '/lang' ); wp_enqueue_script( 'script', get_stylesheet_directory_uri() . '/js/wjs.js', array( 'jquery' ), '', true ); add_action( 'acf/init', 'set_acf_settings' ); function set_acf_settings() { acf_update_setting( 'enable_shortcode', true ); } // Display alternative product function function display_alternative_product() { global $product; // Ensure we are working with a product if (!is_object($product) || !method_exists($product, 'is_in_stock')) { return; } // Check if the current product is out of stock if (!$product->is_in_stock()) { // Get the Alternative Product using ACF Relationship field $alternative_product = get_field('alternative_product', $product->get_id()); // Check if the field returns a valid product if (is_object($alternative_product)) { // If ACF returns a post object, get its ID $alternative_product_id = $alternative_product->ID; } elseif (is_numeric($alternative_product)) { // If ACF returns an ID directly $alternative_product_id = $alternative_product; } else { echo '
No alternative product set for this item.
'; return; } // Load the alternative WooCommerce product $alternative_product_obj = wc_get_product($alternative_product_id); if ($alternative_product_obj) { // Display the alternative product echo '' . $alternative_product_obj->get_price_html() . '
'; // Product Price echo 'Add to Cart'; echo 'Alternative product not found.
'; } } } add_action('woocommerce_single_product_summary', 'display_alternative_product', 35); // Add AJAX handlers add_action('wp_ajax_add_to_cart', 'handle_ajax_add_to_cart'); add_action('wp_ajax_nopriv_add_to_cart', 'handle_ajax_add_to_cart'); function handle_ajax_add_to_cart() { $product_id = isset($_POST['product_id']) ? intval($_POST['product_id']) : 0; if ($product_id > 0) { $added = WC()->cart->add_to_cart($product_id); if ($added) { wp_send_json_success([ 'message' => 'Product added to cart', 'cart_count' => WC()->cart->get_cart_contents_count() ]); } } wp_send_json_error(['message' => 'Failed to add product to cart']); } add_action('wp_ajax_add_all_to_cart', 'handle_ajax_add_all_to_cart'); add_action('wp_ajax_nopriv_add_all_to_cart', 'handle_ajax_add_all_to_cart'); function handle_ajax_add_all_to_cart() { $product_ids = isset($_POST['product_ids']) ? (array)$_POST['product_ids'] : []; $success = true; foreach ($product_ids as $product_id) { $product = wc_get_product($product_id); if ($product && $product->is_in_stock()) { $added = WC()->cart->add_to_cart($product_id); if (!$added) { $success = false; } } } if ($success) { wp_send_json_success([ 'message' => 'All products added to cart', 'cart_count' => WC()->cart->get_cart_contents_count() ]); } else { wp_send_json_error(['message' => 'Some products could not be added to cart']); } } // Add AJAX URL to WordPress function add_ajax_url() { wp_localize_script('jquery', 'ajax_object', array('ajax_url' => admin_url('admin-ajax.php'))); } add_action('wp_enqueue_scripts', 'add_ajax_url'); // Custom developer code for adding all to cart function enqueue_add_all_to_cart_script() { wp_enqueue_script( 'add-all-to-cart', get_stylesheet_directory_uri() . '/js/add-all-to-cart.js', ['jquery'], '1.0', true ); wp_localize_script('add-all-to-cart', 'ajax_obj', [ 'ajax_url' => admin_url('admin-ajax.php'), 'cart_url' => wc_get_cart_url(), // Get the cart page URL dynamically ]); } add_action('wp_enqueue_scripts', 'enqueue_add_all_to_cart_script');{"id":61915,"date":"2023-07-21T10:56:12","date_gmt":"2023-07-21T07:56:12","guid":{"rendered":"https:\/\/shop.msquarebh.com\/product\/%d8%aa%d9%85%d8%ab%d8%a7%d9%84-%d8%ac%d8%b1%d9%88-%d8%aa%d8%ac%d8%b1%d9%8a%d8%af%d9%8a-%d8%a3%d8%b3%d9%88%d8%af\/"},"modified":"2023-07-21T10:56:12","modified_gmt":"2023-07-21T07:56:12","slug":"%d8%aa%d9%85%d8%ab%d8%a7%d9%84-%d8%ac%d8%b1%d9%88-%d8%aa%d8%ac%d8%b1%d9%8a%d8%af%d9%8a-%d8%a3%d8%b3%d9%88%d8%af","status":"publish","type":"product","link":"https:\/\/shop.msquarebh.com\/ar\/\u0627\u0644\u0645\u0646\u062a\u062c\/%d8%aa%d9%85%d8%ab%d8%a7%d9%84-%d8%ac%d8%b1%d9%88-%d8%aa%d8%ac%d8%b1%d9%8a%d8%af%d9%8a-%d8%a3%d8%b3%d9%88%d8%af\/","title":{"rendered":"\u062a\u0645\u062b\u0627\u0644 \u062c\u0631\u0648 \u062a\u062c\u0631\u064a\u062f\u064a – \u0623\u0633\u0648\u062f"},"content":{"rendered":"XSY2001-03-30*17*23\u30108\u3011<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"
\u0627\u062d\u0635\u0644 \u0639\u0644\u0649 \u062e\u0635\u0645 \u0625\u0636\u0627\u0641\u064a \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0631\u0645\u0632\u201cFAST\u201d<\/p>\n","protected":false},"featured_media":61916,"comment_status":"open","ping_status":"closed","template":"","meta":{"_acf_changed":false},"product_cat":[475],"product_tag":[],"class_list":{"0":"post-61915","1":"product","2":"type-product","3":"status-publish","4":"has-post-thumbnail","6":"product_cat-475","8":"first","9":"outofstock","10":"sale","11":"taxable","12":"shipping-taxable","13":"purchasable","14":"product-type-simple"},"acf":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/shop.msquarebh.com\/ar\/wp-json\/wp\/v2\/product\/61915","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/shop.msquarebh.com\/ar\/wp-json\/wp\/v2\/product"}],"about":[{"href":"https:\/\/shop.msquarebh.com\/ar\/wp-json\/wp\/v2\/types\/product"}],"replies":[{"embeddable":true,"href":"https:\/\/shop.msquarebh.com\/ar\/wp-json\/wp\/v2\/comments?post=61915"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/shop.msquarebh.com\/ar\/wp-json\/wp\/v2\/media\/61916"}],"wp:attachment":[{"href":"https:\/\/shop.msquarebh.com\/ar\/wp-json\/wp\/v2\/media?parent=61915"}],"wp:term":[{"taxonomy":"product_cat","embeddable":true,"href":"https:\/\/shop.msquarebh.com\/ar\/wp-json\/wp\/v2\/product_cat?post=61915"},{"taxonomy":"product_tag","embeddable":true,"href":"https:\/\/shop.msquarebh.com\/ar\/wp-json\/wp\/v2\/product_tag?post=61915"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}