Update:
Busted Fix:
in the file-
woocommerce-freight-shipping/includes/class-wcfc-shipping.php
if ( in_array( 'Residential', $location_types ) ) :
$options['Terminal'] = __( 'Terminal', 'woocommerce-freightcenter' );
I swapped Residential for Terminal when checking for options.
This forced the form to go to default to terminal.
Then I hid the form field #_location_type_field with css…
So now my forms work perfectly.
Thanks
-
This reply was modified 8 years, 1 month ago by joshcity350. Reason: code section was too small