Top "Product" questions

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

WooCommerce Variation Images not displaying

On the single product page, when I select a color, the featured image doesn't change. WordPress has been updated to 4.6.1, …

wordpress woocommerce product variations
Using wc_get_products function in WooCommerce

Bit puzzeled here. add_action('plugins_loaded', 'foobar' ); function foobar(){ $products = wc_get_products(array()); var_dump($products); } This returns …

php wordpress woocommerce product hook-woocommerce
Hide product attributes from additional information tab in WooCommerce

How to hide certain custom product attributes on single product pages additional informations tab? Note: I don´t want to …

php wordpress woocommerce product hook-woocommerce
Add a custom field value below product title in WooCommerce archives pages

In WooCommerce I would like to add custom text to my products display, that will be grabbed from a custom …

php wordpress woocommerce product custom-fields
Magento 2 - Getting customerId and product id from order object in observer?

In an Observer I want to get the product id and customer id from order object...how can I get …

magento product observers customer magento2.0.2
Get WooCommerce product SKU in product pages meta box

I have a custom meta box in the backend of WooCommerce. Currently I have it setup to display some data …

php wordpress woocommerce product sku
Naming an iOS app for submission

iTunes Connect accepts names for the app to include symbols like "+". But when I am trying to submit the app …

ios xcode product submission
Get the stock quantity of each active variation in WooCommerce variable products

I need to show stock quantitise of each variations of a variable product in Woocommerce I use this code to …

php wordpress woocommerce product variations
Magento2: REST API : Save Product Detail per store view not working

Using Magento2.1.0-rc1 Branch With Sample Data Using REST API catalogProductRepositoryV1 REF: http://devdocs.magento.com/swagger/index.html Get …

api rest product magento2
Changing WooCommerce cart price after applied coupon code

I have created a product on WooCommerce, and added two options on product detail page using the hook woocommerce_before_…

php wordpress woocommerce cart product