ACF Advanced Custom Fields | Help me grab the fields on my WooCommerce homepage [closed]

If using the WooCommerce homepage you must specify this in the get_field using get_option:

$has_homepage_side_points = get_field('has_homepage_side_points', get_option( 'woocommerce_shop_page_id' ));

This has resolved the issue for me, I hope it helps someone else, Jason.