<td class="text-right static-width">$<?php 
echo $BQ->get_sku_price();
?>
</td>
                </tr>
                <tr class="border-top">
                  <td class=""><b>Tax: </b></td>
                  <td class="text-right static-width">$<?php 
echo $BQ->get_tax_total();
?>
</td>
                </tr>
                <tr class=" alert alert-warning">
                  <td class=""><b>Total: </b></td>
                  <td class="text-right static-width">$<?php 
echo $BQ->get_total_due();
?>
</td>
                </tr>
              </tbody>
            </table>
          </div>
      </div>
      <form class="payment-form col-lg-6 col-md-6 col-sm-6 col-xs-12" novalidate autocomplete="on" method="POST">
        <h1>Payment Information</h1>
        <h2 class="validation"></h2>
        <div class="form-group">
          <label for="cc-name" class="control-label">Cardholder Name </label>
          <input id="cc-name" type="text" class="input-lg form-control cc-name" autocomplete="cc-name" required placeholder="John Doe">
        </div>
        <div class="form-group">