Titleist Pro V1
Product Code: Titleist Pro V1
$8.16 Ex GST: $7.42
Available Options
*Print Method (including setup):Qty: | 1 |
| --- Please Select --- |
Comments:
This product has a minimum quantity of 144
.00';
option195[516] = "";
option195[516] += '
+.00 | ';
option195[517] = "";
option195[517] += '
+.03 | ';
option195[515] = "";
option195[515] += '
+.51 | ';
$("select").change(function() {
if($(this).attr('name') == "option[195]") {
$("td.option-value-discount-195").remove();
if($(this).val() == "") {
$("#option-195 table tbody tr td").after( '
--- Please Select --- | ' );
} else {
$("#option-195 table tbody tr td").after( option195[$(this).val()] );
}
}
});
//-->