kfos
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [WooCommerce] Change Billing & Shipping title//Change the 'Billing details' checkout label to 'Contact Information' function wc_billing_field_strings( $translated_text, $text, $domain ) { switch ( $translated_text ) { case 'Billing & Shipping' : $translated_text = __( 'It works!', 'woocommerce' ); break; } return $translated_text; } add_filter( 'gettext', 'wc_billing_field_strings', 20, 3 );It worked for me without a space in the amp;
Forum: Plugins
In reply to: [Invoices for WooCommerce] Invoice incorrect datassame here. but the issue is not frequent
Ah thanks! I was trying to fiddle with the settings!
Gonna give 5 stars for the fast response.When will be a PRO version coming out?
I also had this problem recently. only happened on phone. after you tap the chat, I can scroll the website again
Forum: Plugins
In reply to: [Simple Membership After Login Redirection] redirection to protected pageit is due to the caching plugin.
Viewing 5 replies - 1 through 5 (of 5 total)