i want to make order totals go under a calculation formula. i have drivers whom salary is per order. they deliver paid and unpaid orders. so They collect unpaid cod payments from the customers.At the …
Tag: hook-woocommerce
Customize addresses fields on WooCommerce My account and Checkout
I’m using the woocommerce_checkout_fields filter to edit the value of woocommerce field labels. It works fine on the checkout page (as you might expect), however I cannot understand why it doesn’t also take effect on the account pages. I thought these fields were still taken form the same place? More specifically, I’m talking about the address fields on the edit-address
Add rows to Single product Additional information table in WooCommerce 3.6
I am trying to add a row to Single product Additional information table. Actually is there any hooks or filter to do this? I have searched the hook but can’t figure out the solution. Any help is appreciated. Answer Since WooCommerce version 3.6, you can use woocommerce_display_product_attributes filter hook in this simple way, to add custom label/value pairs in “Additional
Display last WooCommerce admin order note in customers order history
I am looking to display the last Order Note, currently only viewable via Admin in Woocommerce, on the customer side in their Order History. So they can view the tracking number we add in after the …
Change gallery thumbnails count & number of related products in Woocommerce [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 4 years ago. Improve this question In Woocommerce I would like to show 3 thumbnails on single product the gallery image slider and also to get
Add customer email and phone in “Order” column to admin orders list on Woocommerce
I am trying to find a way on how to add the customer phone and email below the name on the WooCommerce order view. See picture for reference where I need to add this information. Any ideas, tips or …
Custom remove cart item functionality in Woocommerce
I have the add item function set-up, which looks like this:
Make US first in Woocommerce checkout countries select field
I already have US selected as my default country in the woocommerce checkout. In addition to that, I was asked to move ‘US’ to the very top of the country list in the checkout form. I created a new …
Passing the previous page title to a custom checkout field in Woocommerce
With Woocommerce, is it possible to pass the previous page title to a custom checkout fields?
Display specific custom product attributes on single product pages in Woocommerce
I found the following code to display all custom attributes on a product detail page (with a specific bar-style design that I need). The code works like a charm and I have the proper CSS to display horizontal bars of my custom attributes. Problem I have is that I only want to display specific named attributes and don’t know how