I’m trying to add the product category inside the product card in the woocommerce archive page. Right now it shows “Thumbnail” “Title” “Price” and “Add to cart button”. I’m using this function which should work if the variable “product” is set to the current product displayed. My Question: Is there a way to get the queried Product in this variable?
Tag: woocommerce-theming
How to display ACF field after the product name on the cart and order reviews in WooCommerce?
I have Advanced Custom Fields setup for post type on WooCommerce Products. So each product has 1 unique custom field. I’m trying to display the custom field after the product name on the cart and the checkout page and order table information. However, running into problems as my code doesn’t display any output. Any advice on how to achieve this
Getting Shipping Address from WooCommerce Checkout Page?
i’m a little bit stuck. I’ve figured out how to retrieve the addresses assigned to a customers profile via the follow: But I can’t for the life of me figure out what the hook or whichever is required in order to get the shipping address that is being used for the calculation of shipping on the order checkout page. My