Pinned Loading
-
woocommerce-giftaid-donations-and-claims
woocommerce-giftaid-donations-and-claims PublicA WooCommerce plugin that creates a donations product and allows donors to elect to reclaim Gift Aid at the checkout. Claims can then be exported as csv.
PHP 4
-
pdf-playground
pdf-playground PublicGenerate a PDF from WordPress. Currently produces a mock certificate PDF.
PHP
-
woo-set-backorder-max.php
woo-set-backorder-max.php 12add_filter( 'woocommerce_product_get_stock_status', 'my_plugin_set_stock_status', 10, 2 );
3add_filter( 'woocommerce_product_variation_get_stock_status', 'my_plugin_set_stock_status', 10, 2 );
4/**
5* Set maximum back orders.
-
Update the Woocommerce No Shipping m...
Update the Woocommerce No Shipping message to include contact details. 1add_filter( 'woocommerce_cart_no_shipping_available_html', 'myplugin_no_shipping_available_message' );
2add_filter( 'woocommerce_no_shipping_available_html', 'myplugin_no_shipping_available_message' );
3/**
4* Update the Woocommerce No Shipping message to include contact details.
5*/
-
dw-gutenberg-section-block
dw-gutenberg-section-block PublicThis WordPress plugin creates a block, to contain other blocks in a `<section>` tag.
JavaScript
-
split-shipping-packages.php
split-shipping-packages.php 12add_filter( 'woocommerce_cart_shipping_packages', 'split_shipping_packages_shipping_class' );
34function split_shipping_packages_shipping_class( $packages ) {
5// Reset the packages.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.