Bookmarker
Product Code: P102 Bookmarker
$0.66 Ex GST: $0.60
Available Options
*Print Method (including setup):Qty: | 1 |
| --- Please Select --- |
Comments:
This product has a minimum quantity of 100
.00';
option158[462] = "";
option158[462] += '
+.00 | ';
option158[463] = "";
option158[463] += '
+#pre#.00 | ';
option158[488] = "";
option158[488] += '
+#pre#.00 | ';
$("select").change(function() {
if($(this).attr('name') == "option[158]") {
$("td.option-value-discount-158").remove();
if($(this).val() == "") {
$("#option-158 table tbody tr td").after( '
--- Please Select --- | ' );
} else {
$("#option-158 table tbody tr td").after( option158[$(this).val()] );
}
}
});
//-->