Braces To Suit 1.5m Bay
Code: F1.2MHBRC
$12.91
(Inclusive GST)

Temporarily out of stock

  • Description

Braces are used to cross brace a section of scaffold that may need some extra strength and stability. They come in varied lengths to suit all scaffold towers.1766mm Brace (1540mm x 865mm) – Galvanised

Other Products

'; if(locationname){ html +=''; } html += ``; // if(data.pr_data['sku']){ // html +='
Code: '+data.pr_data['sku']+'
'; // } // html +='
Qty:
'; // if(data.pr_data['price']){ // var p = parseFloat(data.pr_data['price']); // html +='
$'+p.toFixed(2)+'
'; // } html +='
'; // html +=''; html +='
'; $("#hopup_product_data_"+pr_id).append(html); $("#withhopupproduct_"+pr_id).attr('disabled',false); } }); } else { $("#hopup_product_data_"+pr_id).html(''); $("#withhopupproduct_"+pr_id).attr('disabled',false); } } $('#show_upgrade_products').click(function () { var array = []; var array2 = []; $("input:checkbox[name=withhopupproduct]:checked").each(function() { array.push($(this).attr('data-check-id')); }); $.each(array, function (index,value) { if($('input:checkbox[name=withhopupproduct2_'+value+']').attr('data-loop2check-id') == value){ var pr_id = $('input:checkbox[name=withhopupproduct2_'+value+']').attr('data-pr-id'); var hopup_pr_id = $('input:checkbox[name=withhopupproduct2_'+value+']').attr('data-hopuppr-id'); showhopupproducts(pr_id,hopup_pr_id,1,''); } }); $('#upgrade_product_details').removeAttr('style','display:none;'); $('#upgrade_product_details').show(); $('#upgrde_button_div').hide(); }); $('#gotoCategoryPage').change(function(){ window.location.href= $(this).val(); });