Trying the sku and name again for product form
authorLaury GvR <laury@gaslightmedia.com>
Tue, 19 Apr 2016 19:16:23 +0000 (15:16 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 19 Apr 2016 19:16:23 +0000 (15:16 -0400)
functions.php

index 230d476..94af84b 100644 (file)
@@ -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" field_values="Product Sku='.$product->get_sku().'&Product Name='.$product->get_title().'"]');
+       echo do_shortcode('[gravityform id="2" title="true" description="true" field_values="product_sku='.$product->get_sku().'&amp;product_name='.$product->get_title().'"]');
 }
 
 /* Header for posts*/