Indeed what is puzzling is that it works fine in English.
I think it has to do that there is not a language define for it, but mine is just a guess.
var shippingChoiceAvailable = <?php echo (is_array($quotes) && count($quotes) > 0) ? 'true' : 'false'; ?>;


Reply With Quote
