Home Forums WoodMart support forum Free shipping progress bar Script for All. Mini Cart and Cart page Reply To: Free shipping progress bar Script for All. Mini Cart and Cart page

#159489

newsprince
Participant

Yes you can. Delete the following lines

$free_shipping_settings = get_option( 'woocommerce_free_shipping_2_settings' );
		$value = $free_shipping_settings['min_amount'];

And add only

$value = X; amount you want.

For example:

$value = 100;

For manually adjusting the price.