Woocommerce ajax search can’t work on mobile
Woocommerce ajax search can’t work on mobile
Woocommerce ajax search can’t work on mobile
Use a woocommerce hook to create a table and populate it with a query
woocommerce change tax rate with checkbox
This how I finally made it to update duplicated product variations with ‘-2’ SKU suffix: function update_imported_product($object, $data) { if ($object->get_type() === ‘variation’){ $product_id = wp_get_post_parent_id($object->get_id()); } else { $product_id = $object->get_id(); } if(isset($product_id)) { $sku_in = get_post_meta($product_id, ‘_sku’, true); // Search and update variations with suffix -2 $args = array( ‘post_type’ => ‘product_variation’, ‘meta_query’ … Read more
Change variants URL
Blurry product card image – rendered is 486×452 vs 300×279 in real image. Smaller versions being autocreated and served using srcset
Woocommerce template not working on newly added products
WooCommerce: Redirect to an item’s product page after item is removed from cart
Woocommerce backend sorting product drag drop by menu_order to date
Is there a way to conditionally check if i’m on product variation page url like mydomain.com/myproduct?attribute_pa_color=red