From a5837f75b1ae345ddc7d724a96403245eb6544d7 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 24 Jun 2016 10:57:49 -0400 Subject: [PATCH] adding query parameters for the enquire form --- sidebar.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sidebar.php b/sidebar.php index b151fff..3355ac5 100644 --- a/sidebar.php +++ b/sidebar.php @@ -1,14 +1,15 @@ ID; - $productmeta = new WC_Product($id); - $sku = $productmeta->get_sku(); + $product_meta = new WC_Product($id); + $sku = $product_meta->get_sku(); + $title = $product; ?>
- +