Search results for: admin

Button - Read More to Buy Now

changes read more to buy now

Carla Mawyin
<10

bypass SSL certificate

bypass ssl - getting errors - fixes that

Carla Mawyin
<10

product data tabs

/** * Rename product data tabs */ add_filter( 'woocommerce_product_tabs', 'woo_rename_tabs', 98 ); function woo_rename_tabs( $tabs )…

Carla Mawyin
<10

Continue Shopping Button

/** * Add Continue Shopping Button on Cart Page * Add to theme functions.php file or…

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

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

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

Add Payment ID to Sales API

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

Google AD

Google AD Snippet

Talkwithkallie.com

talkwithkallie.com

celeste ramirez
<10

Add PDF to purchase receipt

Attaches a PDF to the email customers receive when they purchase

Billing Address Email Tag - Actual Country Name

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

Verify Email Domain

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

Vendor Email Tag

Show the Shop Vendor's email for each download purchased

1 27 28 29 30 31 114