I was going to add the attributes price to the free_shipping_price. When I went to do so I found that this had already been done, but was commented out.

I removed the comment and it seems to work, but I'm a little worried as to why it was commented out.

Code:
// $this->free_shipping_price += $qty * zen_add_tax( ($new_attributes_price), $products_tax);