Custom Vendor Product Fields for HTS and Export Classification Number

Vendor Product Editor Backend Preview: https://snipboard.io/KszCjU.jpg Vendor Product Page Frontend Preview: https://snipboard.io/FNGhHt.jpg

Hide Cart Price Button

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

<10

WPForms: display a form under the confirmation message with or without user entered field values.

add_action( 'wpforms_frontend_output_success', static function ( $form_data, $fields, $entry_id ) { unset( $_GET['wpforms_return'], $_POST['wpforms']['id'] ); // If…

Untitled Snippet

Monthly Leaderboard Race Top players — live updated 00d 00h 00m 00s S #2 $0.00

Donation Fee Radio Field

adds option for them to cover fee, works with visual mode. disgusted their fee cover plugin…

Force account creation by cart total

Force account creation at checkout if the cart total is a certain amount and the quantity…

Exclude Specific Products from Parent Category

/** * Exclude specific products from appearing in their parent category. */ add_action('woocommerce_product_query', 'exclude_specific_products_from_parent_category'); function exclude_specific_products_from_parent_category($q)…

Prevent Discounts on Upgrades

Does not allow a discount code to be applied when an license upgrade is present in…

Εμφάνιση πεδίων User Registration στη λίστα χρηστών του WordPress

/** * Save registration fields in custom user meta keys * and show them in the…

Add custom text to WooCommerce Email Templates for Wholesale Customers

If you want to place content elsewhere in the email, swap the hook: woocommerce_email_before_order_table: Above the…

WWPP – Customize the admin “New Order” email subject for wholesalers v1.1

How to apply: 1. Replace the previous snippet with this one in your functions.php or Code…

Use Full Store Address in Ships From

By default the Ships From metadata displayed under the add to cart button only shows the…

1 86 87 88 89 90 225