MN-344
Product Code: MN-344
$1.38 Ex GST: $1.25
Available Options
*USB 2.0 & 3.0 Memory Options:Qty: | 1 |
| --- Please Select --- |
Comments:
This product has a minimum quantity of 100
.00';
option112[338] = "";
option112[338] += '
+.00 | ';
option112[339] = "";
option112[339] += '
+#pre#.00 | ';
option112[340] = "";
option112[340] += '
+#pre#.00 | ';
option112[341] = "";
option112[341] += '
+#pre#.00 | ';
option112[431] = "";
option112[431] += '
+#pre#.00 | ';
$("select").change(function() {
if($(this).attr('name') == "option[112]") {
$("td.option-value-discount-112").remove();
if($(this).val() == "") {
$("#option-112 table tbody tr td").after( '
--- Please Select --- | ' );
} else {
$("#option-112 table tbody tr td").after( option112[$(this).val()] );
}
}
});
//-->