Add WooCommerce upsells below the add-to-cart button
// add upsells below add-to-cart button add_action( 'woocommerce_single_product_summary', 'woocommerce_upsell_display', 40 );
Google Tag Manager
Google Tag Manager is a tag management system created by Google to manage JavaScript and HTML…
Forum
JS code for question and answer page
Company Field on Receipt
Outputs the "Company" on the payment receipt.
Update Cart Automatically
/** * Update Cart Automatically on Quantity Change * * @author Misha Rudrastyh * @url https://rudrastyh.com/woocommerce/remove-update-cart-button.html…
Google Ads
Google Ads
Order WPCode snippets by title in the admin
Make the default order of WPCode snippets in the admin by title ascending.
Google AD
Google AD Snippet
Hide Payment Icons When Free
Hide payment icons on the checkout form when cart total is free
Change Donor Name Display
Change the donors widget so only the first name and last name initial of the donor…
Do Not Hide Donor Fields For Logged In Users
Charitable hides the donor fields for users who are logged in and you can force shown…
WP Simple Pay: Programmatically Access Payment Metadata After Payment
Programmatically access metadata (such as custom field values) associated with a payment record after a subscription…
MemberPress: Add Custom Message Before Payment Methods Section On Registration Pages
This snippet adds a custom message before the section showing available payment methods on MemberPress regisatrtion…
Load Template Files In Admin
Load Charitable template files in the admin area.