Rare opportunity to acquire quality white rhino in the Limpopo area.
🔹 1 x White Rhino Cow (20 years, dehorned)
🔹 1 x Male Calf (16 months)
🔹 Transport available at buyer’s cost
Serious buyers only – don’t miss out on this valuable pair.

💲Price in request💲

Contact:
📞 Susan - 081 713 7385

📞 Stephanie - 082 339 6603

📞 Rozelle - 072 252 6427

Product Enquiry


jQuery(function(){
jQuery('#send_product_enquiry').click(function(){

// Remove errors
jQuery('.product_enquiry_result').remove();

// Required fields
if (!jQuery('#product_enquiry_name').val()) {
jQuery('#product_enquiry_form').before('

');
jQuery('.product_enquiry_result').fadeIn();
return false;
}

if (!jQuery('#product_enquiry_email').val()) {
jQuery('#product_enquiry_form').before('

');
jQuery('.product_enquiry_result').fadeIn();
return false;
}

if (!jQuery('#product_enquiry_message').val()) {
jQuery('#product_enquiry_form').before('

');
jQuery('.product_enquiry_result').fadeIn();
return false;
}

// Block elements
jQuery('#product_enquiry_form').block({message: null, overlayCSS: {background: '#fff url(https://mywildlifesa.com/wp-content/plugins/woocommerce/assets/images/ajax-loader.gif) no-repeat center', opacity: 0.6}});

// AJAX post
var data = {
action: 'woocommerce_product_enquiry_post',
security: 'a6d28f6d9a',
post_data: jQuery('#product_enquiry_form').serialize()
};

jQuery.post( '//mywildlifesa.com/wp-admin/admin-ajax.php', data, function(response) {
if (response=='SUCCESS') {

jQuery('#product_enquiry_form').before('

');

jQuery('#product_enquiry_form textarea').val('');

} else {
jQuery('#product_enquiry_form').before('

');

}

// Reset ReCaptcha if in use
if ( typeof grecaptcha !== 'undefined' ) {
grecaptcha.reset();
}

jQuery('#product_enquiry_form').unblock();

jQuery('.product_enquiry_result').fadeIn();

});

return false;

});
});