From: Laury GvR Date: Tue, 19 Apr 2016 19:36:02 +0000 (-0400) Subject: Trying to add the SKU X-Git-Tag: v1.0.0^2~21 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=2645bfa1f891426a698118079e8de00c66745d2a;p=WP-Themes%2Fjollylama.git Trying to add the SKU --- diff --git a/functions.php b/functions.php index 9bf4c40..54f492f 100644 --- a/functions.php +++ b/functions.php @@ -92,7 +92,8 @@ function woo_product_inquiry_tab( $tabs ) { } function woo_product_inquiry_content() { global $product; - echo do_shortcode('[gravityform id="2" title="true" description="true" values="Product SKU='.$product->get_sku().'"]'); + echo "TEST123 ".$product->get_sku(); + echo do_shortcode('[gravityform id="2" title="true" description="true" values="product_sku='.$product->get_sku().'"]'); } add_filter( 'gform_field_value_product_name', 'gform_add_product_name_field' ); function gform_add_product_name_field( $value ) {