Skip to content
Advertisement

Tag: woocommerce-theming

Add product category in woocommerce archive/shop page

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?

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

Advertisement