I am using Drupal 7, Ubercart, and Bootstrap. The default Add to cart button looks like this:
<button id="edit-submit-270" class="node-add-to-cart btn btn-success form-submit" value="Add to cart" name="op" type="submit">   <span class="icon glyphicon glyphicon-plus" aria-hidden="true"></span>   Add to cart </button> 
How can I change the <span> class  from glyphicon-plus to glyphicon-shopping-cart?