vbk91
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] Enable minify setting that time I got js errors on consoleHi
thanks for replying.
But our another server same setting w3 total cache there is no error. Just one difference WP versions. what do you think? Is WP version issue?
WP version 5.5.3(No error)
Wp version 5.6 (getting issue)- This reply was modified 4 years, 2 months ago by vbk91.
Forum: Plugins
In reply to: [WooReer] Remove the text “Shipping charges” before shipping priceHi,
Thanks
I find out solution for that put following code in functions.php
//remove_shipping_label
add_filter( ‘woocommerce_cart_shipping_method_full_label’, ‘biz_remove_shipping_label’, 9999, 2 );
function biz_remove_shipping_label( $label, $method ) {
$new_label = preg_replace( ‘/^.+:/’, ”, $label );
return $new_label;
}Forum: Plugins
In reply to: [WooReer] Remove the text “Shipping charges” before shipping priceHi
Thanks for replaying
but “Shipping Charges” getting from our plugin setting(Global Rates Settings) like “label” we tried to change and it changes in our plugin setting but I need this text to remove by programmatically. Please give me a solution.
- This reply was modified 4 years, 10 months ago by vbk91.
Hi guys,
Thanks for replaying
If I enter the complete address and then change PostalCode/Zip to an invalid one or change state/Province, it still calculates using the Street address, whereas it is expected to show a message saying invalid address or No method is available something like that.
For example what happened the following scenarios,
1. A user enters just Address Line 1
2. User Enters valid Address Line 1 and valid postal code
3. A user enters valid address line 1 and invalid postal code
4. The user changes State/Province from the dropdown.
5. A user enters the wrong/incorrect city