Top "Woocommerce" questions

WooCommerce is an open source eCommerce plugin available for WordPress.

Edit woocommerce Login register page

I am using woocommerce for an eCommerce website. I want to add one more field in Login Regiser page. On …

login registration edit woocommerce
Get in WooCommerce cart the product ID of a cart item

$cart_item = $woocommerce->cart->get_cart(); I have the above code. if I run print_r on cart_…

php wordpress woocommerce cart product
Get the number of items in cart in wordpress using woocommerce

i'm actually developping a website. But i'm facing an issue. I need to display the number of item that are …

php wordpress woocommerce cart display
where does woocommerce store orders?

I'm looking in the sql db and I can see something that resembles orders inside wp_posts . However, I would …

sql database wordpress woocommerce
Woocommerce get Product id using product SKU

I'm working on a separate templates page, which page gets woocommece product sku using custom field of wordpress post. i …

php mysql wordpress woocommerce custom-fields
Get the customer ID from an order ID in WooCommerce

I want to get the "mycred" balance of a customer through the order while using WP ALL Export to export …

php wordpress woocommerce orders customer
Woocommerce - How to check product type in plugin

I'm pretty new to wordpress/woocommerce and just started playing with creating a custom plugin. So far I have I …

php wordpress plugins woocommerce
WooCommerce - where can I edit HTML generated by hooks?

I'm new to WooCommerce. Anyhow, I want to create my own theme, so I followed the guidelines and copied accross …

wordpress e-commerce wordpress-theming woocommerce
Hide 'out of stock' products in Woocommerce

Under "Products" and "Inventory" I have checked the following setting: "Hide out of stock items from the catalog" Now all …

wordpress plugins woocommerce