Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the mrshafaq domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/tuwqiaec/mrshafaq.com/wp-includes/functions.php on line 6114
Woocommerce Archives - MrShafaQ

Archive

Change input field labels and placeholders

Change input field labels and placeholders

Add the following code to your child theme’s functions.php file and customize it to fit your needs. add_filter('woocommerce_checkout_fields', 'custom_override_checkout_fields'); function custom_override_checkout_fields($fields) { unset($fields); $fields = 'Business Name'; $fields = 'Business Name'; $fields = 'First Name'; $fields = 'First Name'; $fields = 'Last Name'; $fields = 'Company Name'; $fields = 'Last Name'; $fields = 'Email Address '; $fields = ...
Woocomerce change address field lable

Woocomerce change address field lable

Changing the address field labels in WooCommerce can greatly enhance the user experience for your customers. Labeling the fields correctly ensures that customers understand what information they need to provide and helps to minimize confusion and errors. In addition, well-labeled address fields can lead to ...
Remove Checkout field

Remove Checkout field

Removing checkout fields in WooCommerce can be a useful technique to streamline the checkout process and provide a better user experience for your customers. By removing fields that are not necessary, you can simplify the checkout page and make it easier for customers to complete ...
How to make Billing field not required with function

How to make Billing field not required with function

If you want to make Woocommerce billing or shipping field is not required then you just add below function to the function.php file, custom function file or custom child theme function.php In the below example, we’ll edit the Billing Phone field. Add this code to ...
Custom notice message and continue Shopping Button Woocommerce

Custom notice message and continue Shopping Button Woocommerce

Are you looking for a way to change the default notice when product "Added to cart"  in WooCommerce? and you can add  "Continue Shopping" button STEPS TO CHANGE DEFAULT NOTICE TEXT Open Wordpress admin panel, go to Appearance > Theme Editor  Open functions.php theme file Add the following code at the ...

Deprecated: The behavior of unparenthesized expressions containing both '.' and '+'/'-' will change in PHP 8: '+'/'-' will take a higher precedence in /home/tuwqiaec/mrshafaq.com/wp-content/plugins/gdpr-cookie-consent/public/templates/modals/default.php on line 394