Test

Louis Agnello
<10

Show Terms By Default

Show the terms of agreement open on the checkout page by default

Auto Complete Virtual Orders - Not EFT

Auto complete virtual orders that are virtual but NOT downloadable, excluding EFT orders

Prevent Wholesale Customer to Add Product to the Cart If The Product is Low on Stock

// Prevent wholesale customer to add to cart if the product is low on stock add_filter('woocommerce_is_purchasable',…

WWOF v3: Force "View Cart" link in the success side-popup to open in the same tab

/** * WWOF v3: Force "View Cart" link in the success side-popup to open in the…

Retroactive Lifetime Licenses

Mark all existing licenses for an EDD product as lifetime licenses.

Vendor Canonical Links

Makes the vendor canonical links go to yoursite/vendor/vendor-name instead of yoursite/vendor.

Remove Gift Aid "Title" Field From Donation Forms

add_filter( 'charitable_default_donation_fields', function( $fields ) { if ( isset( $fields['title'] ) ) { // Remove from…

Single Vendor Purchase

Limits the customers purchase to a single vendor

1 101 102 103 104 105 218