/ Published in: JavaScript
URL: http://forum.foxycart.com/comments.php?DiscussionID=4375
Expand |
Embed | Plain Text
var allow_international = true; for (var p = 0; p < fc_json.products.length; p++) { if (fc_json.products[p].category != 'training') allow_international = false; } if (!allow_international) { $('#customer_country, #shipping_country').val('US'); $('#customer_country_name, #shipping_country_name').val('United States'); $('#customer_country_name, #shipping_country_name').attr('readonly', true).focus(function() { this.blur(); }); }
You need to login to post a comment.
