WWPP - Hide Tax label on Cart/Checkout for wholesale customers

add_filter( 'woocommerce_countries_tax_or_vat', function( $label ) { if ( ! ( is_cart() || is_checkout() ) ) {…

FAQ – 11000R Gantry Crane

FAQ's about the 11000R 5 tonne aluminum gantry by eme.

jamie Flynn
<10

CSS snipett

/* ===== VCLIP MEDIA CLONE - GLOBAL STYLES ===== */ :root { --primary: #2D5BE3; --primary-dark: #1A48C1;…

AffiliateWP - Affiliate Referrals CSV Export

Adds a "Download Referrals CSV" button to the Affiliate Area referrals tab. When WooCommerce is active,…

WWQ - Hide Add to Quote button from regular customers

add_filter( 'wws_wq_quote_button_html', 'wwq_restrict_quote_button_to_wholesale' ); add_filter( 'wws_wq_quote_button_cart_html', 'wwq_restrict_quote_button_to_wholesale' ); add_filter( 'wws_wq_quote_button_checkout_html', 'wwq_restrict_quote_button_to_wholesale' ); function wwq_restrict_quote_button_to_wholesale( $button_html )…

Disable delayed customer recalculations

In EDD 3.1.1.4+, to improve checkout performance, the recalculation of a customer's stats were deferred by…

eme FAQ Overview

{ "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "Can the eme Gantry Crane…

jamie Flynn
<10

Show Wholesale Prices Text In Single Product Page For Wholesale Role Customers

/** * First Remove The Existing Pricing Filter So That It Will Be Available To All…

Hide Cart Price Button

/** * Hide Price & Add to Cart for Non Logged in Users for Specific Products…

<10

Remove the "Apply to become a vendor" checkbox from the WooCommerce default customer signup form

/** * Remove WC Vendors "Apply to become a vendor" checkbox from the WooCommerce default customer…

Add Customer Name Column to Affiliate Portal Referrals Tab

Adds a Customer Name column to the main Referrals table in the Affiliate Portal. Pulls the…

1 2 3 4 5 17