Woocommerce product data
-
Hello, I would change some things in the pdf.
Does somebody know how can I get product info?
For example, in functions.php:
$html_title = stripslashes( $post->post_title );I would like to get some info of the product (woocommerce post type)
$html_ref_product = stripslashes( $product->sku);
But it doesn’t work. How can I set the $product variable?
Thank you very much and sorry for my English
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Woocommerce product data’ is closed to new replies.