We are experiencing the exact same problem. The following request to the API seems to mess up the woocommerce cart sessions:
function getProductInfo(){
var url = '/wp-json/wc/v2/products/',
auth = '?consumer_key=OUR_KEY_HERE&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1458225139&oauth_nonce=nVq4rX&consumer_secret=OUR_SECRET_HERE',
url = url + $wcId + auth;
$.get( url, function( data ) {
$singleProduct = data;
setProductInfo();
setOrderButton();
});
}
-
This reply was modified 8 years ago by walkeezy.
Already did that, 4.7 works just fine. Is it really a REST API bug? Anyone got some more information on this one?
CF7 is compatible with PHP 7.