ModalJS

Used to display popup modal in GenerateBlocks

Convert Customers to Users

Adds a tool to create user accounts for customers that don't already have them, and update…

Auto register guests that purchase

function wc_register_guests( $order_id ) { // get all the order data $order = new WC_Order($order_id); //get…

Carla Mawyin
<10

Google AD

Google AD Snippet

Add PDF to purchase receipt

Attaches a PDF to the email customers receive when they purchase

Disable emails on free purchases

If the purchase was for a free product, don't send any emails.

Custom Cart Row

Provides a function which can be modified to add a custom row of HTML to the…

Show Discount Field

Makes the discount field on checkout show by default.

Hide Payment Icons When Free

Hide payment icons on the checkout form when cart total is free

Checkout Cart Thumbnail Size

Adjust the dimensions of the product thumbnails displayed in the checkout cart.

Replace Add to Cart With Download for Subscribers

If the user is recurring or has purchased the product already, shows a link to download…

Profile Data Shortcode

Renders the value of a single Profile Form field. Accepts one value, key. But it has…

Generate Press Custom Font

This snippet allows developers & designers the ability to add custom fonts to generate press themed…

Joe McCorison PRO
<10

WP Simple Pay: Use Payment Form Description as Payment Description

Always use the payment form's "Description" as the Stripe payment description. By default WP Simple Pay…

WP Simple Pay: Remove Decimals

Removes trailing decimals on price outputs. Note: Does not affect Stripe Checkout.

1 24 25 26 27 28 105