Enabled product bundles

This commit is contained in:
Nedim Uka
2018-06-29 14:40:28 +02:00
parent e0514f7f57
commit b5475ff2f1
12004 changed files with 1694047 additions and 1610 deletions

View File

@@ -0,0 +1,19 @@
/**
* wcj-track-users.js
*
* @version 2.9.1
* @version 2.9.1
*/
jQuery(document).ready(function() {
var data = {
'action': 'wcj_track_users',
'wcj_http_referer': track_users_ajax_object.http_referer,
'wcj_user_ip': track_users_ajax_object.user_ip
};
jQuery.ajax({
type: "POST",
url: track_users_ajax_object.ajax_url,
data: data,
});
});