Month: May 2020

WooCommerce: Add A New Checkout Field.

We know that checkout page is one of the most important parts of every WooCommerce store.Let’s found out how to add custom fields in WooCommerce checkout. WooCommerce checkout page is the most important page for both seller and customer. Customers have to provide important information like addresses, billing details, payment method,order notes etc on this …

WooCommerce: Add A New Checkout Field. Read More »

WooCommerce : Add Custom Taxonomy Filter on Products Dashboard.

How To Filter Products by Taxonomies in the Dashboard? WooCommerce provide Many Product filters on admin screen , such as “Select a category”, “Filter by product type”, “Filter by stock status”. For example ,if you want to add Custom filters like “Filter by tags” etc on products admin screen. “Product tag” is a default taxonomies …

WooCommerce : Add Custom Taxonomy Filter on Products Dashboard. Read More »

WooCommerce : Remove Meta boxes On Product Edit Admin Page.

How to Remove Short Description Metabox,Product Tags Metabox,Product Excerpt Metabox,Product Categories Metabox etc. There are many meta boxes on product page. some are added by default by WordPress and some are added by WooCommerce plugin. Like product tag, product categories, product gallery etc are added by WooCommerce. How to disabled product tags in your shop. …

WooCommerce : Remove Meta boxes On Product Edit Admin Page. Read More »

WooCommerce : Add New Page and Link it to WordPress > Products.

How to add a submenu item to the WooCommerce “Products” admin menu? For Adding a submenu to any admin menu we will use “add_submenu_page” function. add_submenu_page( string $parent_slug, string $page_title, string $menu_title, string $capability, string $menu_slug, callable $function = ”, int $position = null ) Parameter Description $parent_slug (string) (Required) The slug name for the …

WooCommerce : Add New Page and Link it to WordPress > Products. Read More »

WooCommerce : Add text to the WooCommerce thank you page.

How To show Thank you massage or offers or related product or any other information on Woocomerce Thank you page?, Woocomerce thank you page is the last impression of our site to buyer. Your site can have a great sell, but if you please them with nice customized message that they will see after the …

WooCommerce : Add text to the WooCommerce thank you page. Read More »

WooCommerce : Change “Add to Cart” Text if Product Already in Cart.

If one a product is already in cart, displaying a different text instead of “Add to Cart” text for “add_to_cart” button is a nice idea. When a product is in cart , woocomerce still show ‘Add to Cart’ text. There is no information on shop page or product page that ‘s this product is already …

WooCommerce : Change “Add to Cart” Text if Product Already in Cart. Read More »

WooCommerce : Disable Automatic Login After Registration.

When we enable customer registration on My Account page, We will know that when new user is register it’s automatically logged in . it need to change when we need to manually approve each user. In that case we have to stop this Programmatically. we can simply use ‘woocommerce_registration_auth_new_customer’ filter for that. add_filter( ‘woocommerce_registration_auth_new_customer’, ‘__return_false’ …

WooCommerce : Disable Automatic Login After Registration. Read More »

WooCommerce : Upload File in My Account Registration Form.

How to upload profile picture or any file during WooCommerce My Account Registration? For uploading file from WooCommerce My Account Registration form we need to set form enctype type To multipart/form-data.secondly , we need to add html tags for input type file to upload file. then we need to validate them if the field field …

WooCommerce : Upload File in My Account Registration Form. Read More »

WooCommerce : Display a Product Category Dropdown and Redirect To Single Category Upon Selection.

How To add category dropdown Before WooCommerce product loop? WooCommerce product loop is generally on shop page and category page. on both pages WooCommerce provide hooks before the loop and after the loop. “woocommerce_before_shop_loop” “woocommerce_after_shop_loop” For adding a category dropdpwn or other texonomy dropdown We will use “woocommerce_before_shop_loop”. For Both Product loop. (shop page and …

WooCommerce : Display a Product Category Dropdown and Redirect To Single Category Upon Selection. Read More »

Scroll to Top

Contact information