From: Laury GvR Date: Tue, 19 Apr 2016 19:32:36 +0000 (-0400) Subject: Trying to add the SKU X-Git-Tag: v1.0.0^2~22 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=e89978df4dbf0453b45e0c6cb9421b053ca9885a;p=WP-Themes%2Fjollylama.git Trying to add the SKU --- diff --git a/functions.php b/functions.php index 298dae9..9bf4c40 100644 --- a/functions.php +++ b/functions.php @@ -92,7 +92,7 @@ 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 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 ) {