Search results for: woocommerce

Auto register guests that purchase

function wc_register_guests( $order_id ) { // get all the order data $order = new WC_Order($order_id); //get…

Carla Mawyin
<10

Generate a virtual coupon when order is completed.

This snippet will generate a new virtual coupon for a coupon that you've enabled virtual coupon…

Generate a virtual coupon when order is completed.

This snippet will generate a new virtual coupon for a coupon that you've enabled virtual coupon…

Show Certain Products to Certain Wholesale Customers Only

How to use: 1. Do not tag normal/default products. 2. Tag only “special” products with "wholesale-special".…

Diagnostic_Universal - KIC Universal Diagnostic Tool - PASSIVE VERSION

/** * KIC Universal Diagnostic Tool - PASSIVE VERSION * * A comprehensive diagnostic tool for…

ismail daugherty PRO
<10

Show Product Categories in the Vendor Product Catalog

This PHP code snippet automatically detects any page or post that contains the [wcv_products] shortcode and…

pop-up na 'nu kopen'

Nu kopen button laat pop-up zien en geeft link naar winkelmandje

Verzend mogelijkheden weghalen bij gratis verzenden behalve ophalen op locaite

function custom_hide_shipping_when_free_shipping_is_available( $rates, $package ) { $free_shipping_exists = false; $local_pickup_exists = false; // Check if Free…

Rene Dijk PRO
<10

Hide uncategorized from widget shop

Hide uncategorized category from widget in WooCommerce

Block specific coupons during set hours

/** * Block specific coupons during set hours (1:00 PM - 3:00 PM) */ function block_coupon_during_specific_hours($valid,…

Display Vendor Policies on the Vendor Shop Page

By default, we only show the Vendor Policies on the Single Product Page. Please use the…

Remove unwanted checkout fields when all products are downloadable

With this snippet you can hide/remove default Woocommerce checkout fields when all products are downloadable

1 9 10 11 12