Paystack Split Payments Integration with WC Vendors — Creating the Split Configuration
public function process_split_payment( $order ) { $vendors_due = WCV_Vendors::get_vendor_dues_from_order( $order, false ); $sub_accounts = array(); foreach…
Product order WooCommerce
Force alphabetical sorting on all product pages
Change "Bank Routing Number" fields to "Sort Code"
Use this code snippet to reformat the form to British banking details. Output: https://snipboard.io/mKSn9g.jpg Alternatively, you…
Debloat your WooCommerce Tabs! Remove Default WooCommerce Tabs Amiru アミル さん
Remove Default WooCommerce Tabs You can easily remove the default "Description," "Additional Information," and "Reviews" tabs…
Paystack Split Payments Integration with WC Vendors — Calculating Vendor Splits
if ( wc_string_to_bool( get_option( 'wcvendors_vendor_give_taxes' ) ) ) { // Add tax fees to vendor total…
Remove field checkout WooCommerce
Remove field checkout WooCommerce
Shortcode widget main categories WooCommerce
function shortcode_categorie_principali_wc() { $args = array( 'taxonomy' => 'product_cat', 'orderby' => 'menu_order', 'order' => 'ASC', 'hide_empty'…
Allow free shipping for EDD Simple Shipping
Enable free shipping for a specific download, or specific download/price ID combination. This will ensure that…
META PIXEL BASE + MANUAL ADVANCED MATCHING (WooCommerce/WordPress)
/** * ============================================================================= * META PIXEL BASE + MANUAL ADVANCED MATCHING (WooCommerce/WordPress) * Pixel ID: *…
Product Detail from External Source
function my_produkt_detail($ean, $field_path = '', $default = '') { static $cache = array(); try { if…
Notify if Stripe is put in Test Mode
Notification for Test mode on Update