Top "Product" questions

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

What is the difference between isSaleable() and isAvailable()?

I'm working on the display of the stock availability on the (individual) product page of my Magento theme, and there's …

php magento product stock
How to change the unit for product weight in Magento?

What is the default product weight unit in Magento? How can I change it?

magento product
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
Search for a string or part of string in PHP

I am doing a very small online store application in PHP. So I have an array of maps in PHP. …

php arrays search store product
add additional button on product page for woocommerce

I have spent the majority of the day trying to figure out how to adjust the single product page using …

wordpress woocommerce product woothemes variations
How to add / remove columns in Woocommerce admin product list

I want to customize the columns in Woocommerce admin area when viewing the product list. Specifically, I want to remove …

php wordpress woocommerce product backend
WooCommerce - Disable shipping for downloadable purchases

I've just set up a Woocommerce based webstore and I'm very happy with it so far, but I've come across …

wordpress woocommerce checkout product shipping
Change cart item prices in Woocommerce 3

I am trying to change product price in cart using the following function: add_action( 'woocommerce_before_shipping_calculator', 'add_…

php wordpress woocommerce cart product