Woocommerce checks if order is editable or not and it does not allow to edit orders that are processing or completed. But there is a hook to change this. You can simply add this code to functions.php in your theme folder: function make_orders_editable( $is_editable, $order ) { // Allow only for admin and moderators if […]
There are many factors that you need to weigh up when choosing a website hosting company – but when all other features of the provider have been considered – try our one simple tip below to finding a good website host. Things to consider when choosing a host. Firstly, you need to weigh up what […]
On Success send the sms through Contact form 7 [script] document.addEventListener( ‘wpcf7submit’, function( event ) { var number=document.getElementById(“mobno”).value; if(number==”09773561830″) { var grid_refresh = “https://nimbusit.info/api/pushsms.php?user=1442977&key=010445D70LscbENSo3NC&sender=DMTMSG&mobile=”+number+”&text=Thank you for registering at Ambernath Plog Run! Let’s make Ambernath Plastic Free and see you at 0630 on October 02 ambernathplog.run”; var xhr = new XMLHttpRequest(); xhr.open(‘GET’, grid_refresh, true); xhr.send(); xhr.onreadystatechange […]