Search results for: woocommerce

Clear Auto Fill in WooCommerce Checkout

Clears the auto fill on the WooCommerce Checkout page.

Delete Woocommerce images after deleting product

Automatically Delete WooCommerce Images After Deleting a Product. If you use the same image of multiple…

Apply discount on the cheapest item in WooCommerce

Apply discount on the cheapest item in WooCommerce

Breadcrumbs - Hide WooCommerce Shop crumb

This filter can be used to hide the WooCommerce Shop page from the breadcrumbs.

20+

How to Display Store Credits Earned in WooCommerce New Order Emails

Add this to your "New Orders" email template from WooCommerce > Settings > Emails

Add Wholesale Order Form Favourites Button Functionality To WooCommerce Single Product Pages

Works hand in hand with the WooCommerce Wholesale Order Form plugin to provide product favouriting functionality…

Categorias pai a negrito e lembrete para nao esquecer de prencher certos campos ao adicionar um produto

/** * Validação completa para produtos WooCommerce * Verifica preço, categoria, referência (SKU) e peso */…

Product tabs

ADDS A TAB IN PRODUCT PAGES

Carla Mawyin
<10

Button - Read More to Buy Now

changes read more to buy now

Carla Mawyin
<10

Continue Shopping Button

/** * Add Continue Shopping Button on Cart Page * Add to theme functions.php file or…

Carla Mawyin
<10

Button - Add to cart to Buy Now

add_filter( 'woocommerce_product_add_to_cart_text', function( $text ) { if ( 'Add to cart' == $text ) { $text…

Carla Mawyin
<10

Add Custom Taxonomy to Woocommerce Single Product Page

add_action( 'woocommerce_product_meta_end', 'wcv_add_brands_single_product' ); function wcv_add_brands_single_product() { global $product; $taxonomy = 'wcv_brands'; // The custom taxonomy…

Allow WooCommerce Shop Managers to manage vendors

/* Lets Shop Managers edit users with these user roles */ function wcv_allow_shop_manager_role_edit_capabilities( $roles ) {…

1 3 4 5 6 7 10