Folding Lock

Folding Lock

$79 CAD

- Security level 5
- Steel with heat treatment
- Anti-drill, anti-bump and anti-shear
- High quality lock cylinder
- 12T hydraulic shear
- Size 90cm


Free Shipping when purchased with an eBike

Customer Reviews

You have successfully subscribed!
/** * Remove the generated product schema markup from Product Category and Shop pages. */ function wc_remove_product_schema_product_archive() { remove_action( 'woocommerce_shop_loop', array( WC()->structured_data, 'generate_product_data' ), 10, 0 ); } add_action( 'woocommerce_init', 'wc_remove_product_schema_product_archive' );