|
@@ -20,8 +20,9 @@ |
|
20
|
20
|
data: { |
|
21
|
21
|
action: "basalam_search_products", |
|
22
|
22
|
title: searchTerm, |
|
23
|
23
|
woo_product_id: wooProductId, |
|
24
|
+ _wpnonce: $("#basalam-search-products-nonce").val(), |
|
24
|
25
|
}, |
|
25
|
26
|
success: function (response) { |
|
26
|
27
|
$("#basalam-product-results").html(response); |
|
27
|
28
|
}, |