I had to change the field type in the WP database from ‘decimal(10,0)’ to to ‘decimal(10,2)’ so it would stop rounding up to the nearest dollar.
Used phpMyAdmin from web host.
Table: ‘wp_simpleecommcart_products’
Field name: ‘single_sihipping_cost’
Type: from ‘decimal(10,0)’ to ‘decimal(10,2)’