CPT_KEYSMST_Weekly Summary Child to MST CASE

/** * Plugin Name: MST Weekly Summary CPT - Blueprint v4.2 Compliant * Description: Weekly summary…

ismail daugherty PRO
<10

NEXTSTEP SHORTCODE CRONJOB

/** * Compliance Calendar - Cron Jobs (Overdue Detection) * Checks for overdue compliance items and…

ismail daugherty PRO
<10

SEO for GHL

Pixel for SEO in GHL

Mike Hoaglin
<10

verbrauchsberechner_css

h2 { text-align: center; } main, .delete { margin-left: 20px; } #img_verbrauch { float: right; margin-right:…

Manfred Dreier
<10

Enable Payment on Account

* - Adds a "Payment Methods" tab under WooCommerce > Settings. * - Shows a matrix…

Force account creation by cart total

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

Prevent Discounts on Upgrades

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

Payment Calculator

This is a calculator for payments

Donnie Bryant PRO
<10

Use Full Store Address in Ships From

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

WooCommerce to Google Sheets schaahi store

add_action('woocommerce_order_status_completed', 'send_order_to_google_sheets', 10, 1); function send_order_to_google_sheets($order_id) { $order = wc_get_order($order_id); if (!$order) return; $line_items = $order->get_items();…

Add Custom Taxonomy to Woocommerce Single Product Page

add_action( 'woocommerce_product_meta_end', 'wcv_add_brands_single_product' ); function wcv_add_brands_single_product() { global $product; $taxonomy = 'wcv_brands'; // The custom taxonomy…

1 115 116 117 118 119 223