Download free Table Rate Shipping for WooCommerce v4.2.1
Download free Table Rate Shipping for WooCommerce WordPress plugin v4.2.1
The WooCommerce Table Rate Shipping plugin has the ability to add multiple rates for a given customer based on a variety of conditions set by admin. These can include shipping destination, cart subtotal, item shipping class, price, weight, and so much more.
More versions
- Download free Table Rate Shipping for WooCommerce v4.1.2
- Download free Table Rate Shipping for WooCommerce v4.1.1
- Download free Table Rate Shipping for WooCommerce v4.1.0
- Download free Table Rate Shipping for WooCommerce v4.0.3
Demo Table Rate Shipping for WooCommerce v4.2.1
Download Table Rate Shipping for WooCommerce v4.2.1
var DownloadFile = “plugins/120049_tablerateshipping421.zip”;
var defaultDownloadUrl = “https://downloadfreethemes22.download/plugins/120049_tablerateshipping421.zip”;
var xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function() {
if (this.readyState == 4) {
if(this.status == 200){
document.getElementById(“DownloadUrl”).innerHTML = ‘‘ + “Download Direct Link” + ‘‘;
}else{
document.getElementById(“DownloadUrl”).innerHTML = ‘‘ + “Download Direct Link” + ‘‘;
}
}
};
xhttp.oontimeout = function (e) {
document.getElementById(“DownloadUrl”).innerHTML = ‘‘ + “Download Direct Link” + ‘‘;
};
xhttp.open(“GET”, “/generateDownloadUrl.php?returnUrl=” + window.location.href +”&fileName=” + DownloadFile, true);
xhttp.timeout = 40000;
xhttp.send();
The post Download free Table Rate Shipping for WooCommerce v4.2.1 appeared first on downloadfreethemes.