skip to Main Content

WordPress Code Snippets


Automatically Apply Discount Codes in WooCommerce

This snippet enables you to enhance customer satisfaction by automatically applying discounts at checkout.

add_action('woocommerce_before_cart', 'apply_discount_code');
function apply_discount_code() {
    if (WC()->cart->get_subtotal() > 100) {
        WC()->cart->apply_coupon('SAVE10'); // Auto-apply coupon
    }
}


I’m a WordPress developer with 10+ years of experience in WooCommerce and custom plugins. I combine technical expertise with design flair to help you create standout, user-friendly websites. Let’s transform your digital presence!

Best WordPress Hosting
Back To Top
Search