Add Commodity Codes to Stripe

/** * Add a commodity code to all line items sent to Stripe. * * @param string|null $code The commodity code. * @param int $download_id The download ID. * @param array $cart_item The cart item. * @return string|null The commodity…Continue reading

Check Simplicate

/** * Plugin Name: Pixelsz – Simplicate abonnementen (v2.0) * Description: Zoekt organisatie op basis van website (custom veld “Website”) en toont abonnementen (Hosting/Beheer/Onderhoud en SEO) op tabblad Simplicate. * Author: Pixelsz * Version: 2.0.0 */ if (!defined(‘ABSPATH’)) exit; /**…Continue reading

Register Sortable AutomateWoo Order Table Template [Requires Child Theme Files]

/** * 1) Register custom AutomateWoo product display template * 2) Sort items alphabetically when that template is used */ /* ——————————————— * 1) Register the new template for {{ order.items }} * ——————————————- */ add_filter( ‘automatewoo/variables/product_templates’, ‘rd_aw_register_product_templates’, 10 );…Continue reading