quiz

// setup console.log("running"); let q = 1; const submit = document.getElementById("next-button"); const question = document.getElementById("question"); //…

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

Restrict Downloads to Purchase Email

Force users to be logged-in to download purchased files through Easy Digital Downloads and also require…

Google AD

Google AD Snippet

Disable emails on free purchases

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

Add Custom Text Before Purchase Button

Add custom text just before the "Purchase" button at checkout

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

Replace Add to Cart With Download for Subscribers

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

Add Wallet Deposit Levels

Deposit levels are pre-defined in EDD Wallet. This plugin allows you to add custom deposit levels,…

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

user menu for logged in and logged out users

function my_wp_nav_menu_args( $args = '' ) { if( is_user_logged_in() ) { $args['menu'] = 'logged-in'; } else…

Update Cart Automatically

/** * Update Cart Automatically on Quantity Change * * @author Misha Rudrastyh * @url https://rudrastyh.com/woocommerce/remove-update-cart-button.html…

Chatbot

Chatbot that helps with client services and questions.

1 40 41 42 43 44 171