Search results for: admin

Custom Payment Icon

Register a custom payment icon to show on the checkout form.

Add Custom Text Before Purchase Button

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

Remove Last Name at Checkout

Removes the Last Name field from the checkout page. Note: This worked with checkout shortcode only

Force account creation by cart total

Force account creation at checkout if the cart total is a certain amount and the quantity…

Vendor Email Tag

Show the Shop Vendor's email for each download purchased

Verify Email Domain

During the banned email checks, see if the domain being checked has DNS configured, if not…

Billing Address Email Tag - Actual Country Name

Replace the default {billing_address} email tag to use the full State/Country names on purchase receipts.

Add PDF to purchase receipt

Attaches a PDF to the email customers receive when they purchase

Talkwithkallie.com

talkwithkallie.com

celeste ramirez
<10

Google AD

Google AD Snippet

Add Payment ID to Sales API

If sequential order numbers are on, those numbers are returned in the sales API instead of…

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

Button - Add to cart to Buy Now

add_filter( 'woocommerce_product_add_to_cart_text', function( $text ) { if ( 'Add to cart' == $text ) { $text…

Carla Mawyin
<10

Buy Now Button - Variation

add_filter( 'gettext', 'customizing_product_variation_message', 10, 3 ); function customizing_product_variation_message( $translated_text, $untranslated_text, $domain ) { if ($untranslated_text ==…

Carla Mawyin
<10
1 35 36 37 38 39 124