Top "Woocommerce" questions

WooCommerce is an open source eCommerce plugin available for WordPress.

How to get WooCommerce order details

In WooCommerce from the following line code: $order = new WC_Order( $order_id ); How can I get WooCommerce order details …

php wordpress woocommerce product orders
WooCommerce - get category for product page

For my WC product pages, I need to add a class to the body tag so that I can perform …

php wordpress woocommerce
Get custom product attributes in Woocommerce

In Woocommerce, I am trying to get product custom attribute values but I fail miserably and I don't get anything. …

php wordpress woocommerce product custom-taxonomy
Woocommerce, get current product id

I'm currently working on a WooCommerce theme and attempting to add a sidebar to the product detail page. I've been …

php wordpress woocommerce product
Get WooCommerce product categories from WordPress

I am trying to get the product categories from WooCommerce through a function in my WordPress theme function get_me_…

php wordpress woocommerce
Woocommerce get products

I used the following code to get the list of product categories form WooCommerce in my WordPress website: <?php $…

php wordpress woocommerce
Get cart item name, quantity all details woocommerce

I am trying to send the woocommerce cart items to third party shipping tool. I need the item name, quantity …

wordpress woocommerce
How to display Woocommerce product price by ID number on a custom page?

I'm trying to display a price of a product in Woocommerce, on a custom page. There is a short code …

wordpress woocommerce product
How can I get customer details from an order in WooCommerce?

I have a function that does this: $order = new WC_Order($order_id); $customer = new WC_Customer($order_id); How …

php wordpress woocommerce
How to get featured image of a product in woocommerce

Please tell me where I am going wrong . Product featured image is not showing up. $args = array( 'post_type' => …

wordpress woocommerce