WP Simple Pay: Facebook Payment Conversion Tracking

Execute a script the first and only time a payment confirmation is viewed.

Show 'NEW' Badges for Recently Added Items in WooCommerce

This code snippet adds a “NEW!” badge to products in WooCommerce, indicating that they are newly…

On Browsing WooCommerce Products

This snippet targets window shoppers and encourages them to add more products to their carts. This…

MemberPress: Set Default Country on Registration Page

This code will help set specified country as default country for the Country field on MemberPress…

Copy Donation Receipt To Admin

Send the donation receipt to the site admin as well.

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 );

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…

WP Simple Pay: Remove Card Terms

Removes auto-generated terms displayed under card fields.

Google Ads

Google Ads

Dawn Ireland
<10

Order WPCode snippets by title in the admin

Make the default order of WPCode snippets in the admin by title ascending.

<10

Google AD

Google AD Snippet

WP Simple Pay: Custom Smart Tag

Register a custom Smart Tag with PHP, and control the output.

1 43 44 45 46 47 226