Custom Round
Product Code: K12 Custom Round
$5.23 Ex GST: $4.75
Available Options
*Print Method (including setup):Qty: | 1 |
| --- Please Select --- |
Comments:
This product has a minimum quantity of 1000
.00';
option180[496] = "";
option180[496] += '
+.00 | ';
option180[498] = "";
option180[498] += '
+#pre#.00 | ';
$("select").change(function() {
if($(this).attr('name') == "option[180]") {
$("td.option-value-discount-180").remove();
if($(this).val() == "") {
$("#option-180 table tbody tr td").after( '
--- Please Select --- | ' );
} else {
$("#option-180 table tbody tr td").after( option180[$(this).val()] );
}
}
});
//-->