jQuery get browser width including scrollBar

Posted by Damodar Bashyal on September 06, 2013

 

First Check if scrollbar is on:

if($(document).height() > $(window).height()){... srcollbar is on ...}

Now lets create a function to find the width of the scrollbar:

More»

Magento Set Order Status To Complete

Posted by Damodar Bashyal on September 03, 2013

 

Open the order you want to update and click on invoice button.

More»

Magento force sending emails after order successful

Posted by Damodar Bashyal on August 07, 2013

 

Magento was not sending email notification to customer and magento web store owner after new order was placed. When I checked order in admin it was showing "Customer Notified" with a green tick but no one were receiving any notifications.

More»