ucavus
ucavus
[This SO answer](http://stackoverflow.com/a/20575656/315024) was a good basis for a workaround in my case.
Did you look at the link in my previous comment?
Redacted personal info but ensured directory separators are exactly as they were (in case that makes a difference). ``` Log opened at 2015-07-17 05:20:37 I: Checking remote connect back address....
Changing my local settings to use forward-slashes as directory separators fixed the blank files issue. Not having a great deal of luck with the program, though. If I press buttons...
I don't think you need to use a maths extension for this. Magento already allows a decimal quantities, so you should specify a price per unit of length/weight and have...
Different solutions for different problems. I'm sure you _would_ buy from a shop if you wanted an arbitrary length of a certain product, and you were able to specify exactly...
Yeah, nowhere did you write your product has fixed lengths so, given the lack of clarity in your writing, allowing arbitrary decimal lengths was a valid suggestion. No one is...
wrap the plugin code like this ``` (function($){ ... })(jQuery); ```
new pages are in `event.target` not `data.page` (in 1.2.0 at least)