Our Customers Speak for Us

We are committed to provide the best possible service for your Magento store. We’re pleased to receive exceptional compliments from our customers. Here are just a few of them.

MageMojo is now Webscale Stratus

4.9 Overall Satisfaction Ratings

Based on 1103 Ratings from Actual Customers

No Results Found

The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.

$(document).ready(function(){ $('#reviews').load('https://magemojo.com/reviews.php .mm-section'); if (window.location.href.indexOf("page/2") > -1) { $('a#old-btn').attr('href','/stratus-reviews/page/3/'); $('a#new-btn').attr('href','/stratus-reviews/page/1/'); $('body #page-container .et_pb_section a#new-btn').removeClass('disabled'); }; if (window.location.href.indexOf("page/3") > -1) { $('a#old-btn').attr('href','/stratus-reviews/page/4/'); $('a#new-btn').attr('href','/stratus-reviews/page/2/'); $('body #page-container .et_pb_section a#new-btn').removeClass('disabled'); }; if (window.location.href.indexOf("page/4") > -1) { $('a#old-btn').attr('href','/stratus-reviews/page/5/'); $('a#new-btn').attr('href','/stratus-reviews/page/3/'); $('body #page-container .et_pb_section a#new-btn').removeClass('disabled'); }; if (window.location.href.indexOf("page/5") > -1) { $('a#old-btn').attr('href','/stratus-reviews/page/5/'); $('a#new-btn').attr('href','/stratus-reviews/page/4/'); $('body #page-container .et_pb_section a#new-btn').removeClass('disabled'); $('body #page-container .et_pb_section a#old-btn').addClass('disabled'); }; setTimeout(function () { $("article .post-content").each(function(){ // if ($(this).height() > 499) { // alert($(this).height()); $(this).css('padding-bottom','30px'); $link = $(this).find('h3.entry-title a').clone().text(''); $(this).append('read more...').wrap($link); // } }); }, 300); /* if (articleht > 499) { $('article .post-content').append('read more...'); } */ });