Search results for: woocommerce

WooCommerce Wholesale Lead Capture Re-send Email Button in User Profile

This snippet will add a resend email button under User profile.

Product Expiry For Woo

Supports the Expiry for Woocommerce plugin - WC Vendor

Make All Users Vendors

/** * Make all new user registrations Vendors. */ add_filter( 'woocommerce_new_customer_data', 'wcv_woocommerce_new_user_data' ); function wcv_woocommerce_new_user_data( $data…

cart preview image stretch fix in oceanWP theme

/*Menu cart hover dropdown box image stretch fix*/ .woocommerce ul.product_list_widget li img { float: unset !important;…

Note Orders

add_filter( 'manage_edit-shop_order_columns', 'custom_shop_order_column', 90 ); function custom_shop_order_column( $columns ) { $ordered_columns = array(); foreach( $columns as…

Apply Coupon when a radio button is clicked on The WooCommerce Product Page

Apply Coupon when a radio button is clicked on The WooCommerce Product Page

Snippet Name: Change the WooCommerce variable product drop down place holder text

How to change Change the WooCommerce variable product drop down place holder text

Add the Buy on Kindle button near Add to Cart in WooCommerce PDP.

Add the Buy on Kindle button near Add to Cart in WooCommerce PDP.

Display the stock availability for all product types in WooCommerce archive pages

Learn how to add Availability label ? in your WooCommerce website. This will help to notify…

MemberPress: WooCommerce - Show Specific WooCommerce Product Based on MemberPress Subscription

This code snippet will show the specific WooCommerce product only to users who have an active…

Create a Custom Shipping Method in WooCommerce

This snippet allows you to create and add a custom shipping method to your WooCommerce store.

WooCommerce Delivery Address Popup – Sync Address in Header & Checkout

Enhance your WooCommerce store with an Amazon-style "Deliver to" address popup. Allow customers to select or…

Remove Express Checkout Button for Wholesale Users

Removes the Apple Pay and Google Pay buttons for Wholesale Users

Exibe preços (Parcelado e com desconto a vista), na página do produto e no looping do produto.

Esse Snippet permite adicionar simulação de descontos e parcelamento aos preços exibidos no looping do produto…

1 2 3 4 5 11