Top "Product" questions

A product is a good that can be bought or sold.

Magento get all products

I am trying to get the entire magento product collection, without any filters or restrictions, but I fail to get …

magento collections product
Magento - How to display ALL PRODUCTS in the homepage?

Display all products in the homepage? Anyone who have had done this? Note: This can be done in the CMS …

magento product magento-1.4
How to get order items ids to get some product meta data?

I'm trying to extract item meta value from Woocommerce's orders by using: $data = wc_get_order_item_meta( $item, '_…

php wordpress woocommerce product orders
How to do version numbers?

My company is building a product. It's going to be versioned by SVN. It's a webapp so basically there will …

version product
Magento programmatically remove product images

This must be a such a simple programming task that I absolutely cannot find any information about it on the …

image magento product
WooCommerce - Get the product description by product_id

How can I get the product description or the product object using product ID. $order = new WC_Order($order_id); …

php wordpress woocommerce product orders
Get Order items and WC_Order_Item_Product in WooCommerce 3

Reading up the changes in WooCommerce 3.0, it seems that is not possible to anymore properties from order items directly, so …

php wordpress woocommerce product orders
woocommerce get attribute terms

In Woocommerce you can add global product attributes and terms. So for instance: Size (attribute) small (term) medium (term) large (…

attributes e-commerce woocommerce product
WooCommerce: Display ONLY on-sale products in Shop

I need to create a products archive page (usually the Shop page in WooCommerce) but displays ONLY the ON SALE …

wordpress woocommerce archive product shop
Create programmatically a WooCommerce product variation with new attribute values

I have created a variable product ("parent" product) in WooCommerce version 3+. From a WordPress plugin, I would like to programmatically …

php wordpress woocommerce product product-variations