コード例 #1
0
ファイル: cart.php プロジェクト: rbredow/allyzabbacart
    echo $taxRate;
    ?>
</span>):</td>
      <td class="strong tax-amount cart66-align-right"><?php 
    echo Cart66Common::currency($tax);
    ?>
</td>
    </tr>
    
      <tr class="total">
        <?php 
    if (Cart66Session::get('Cart66Cart')->getNonSubscriptionAmount() > 0) {
        ?>
        <td class="alignRight" colspan="2">
          <?php 
        if ($fullMode && Cart66Common::activePromotions()) {
            ?>
            <p class="haveCoupon"><?php 
            _e('Do you have a coupon?', 'cart66');
            ?>
</p>
          <?php 
            if (Cart66Session::get('Cart66PromotionErrors')) {
                $promoErrors = Cart66Session::get('Cart66PromotionErrors');
                foreach ($promoErrors as $type => $error) {
                    ?>
                    <p class="promoMessage warning"><?php 
                    echo $error;
                    ?>
</p>
              <?php