コード例 #1
0
ファイル: receipt.php プロジェクト: rbredow/allyzabbacart
    ?>

  <?php 
    if ($order !== false) {
        ?>
  <h2><?php 
        _e('Order Number', 'cart66');
        ?>
: <?php 
        echo $order->trans_id;
        ?>
</h2>
  <?php 
        if ($order->viewed == 0 && Cart66Setting::getValue('cart66_hurricane_subdomain') || true) {
            // Get Eligible Amount
            $comissionable_total = $order->getAffiliateTotal();
            ?>
<img src='https://<?php 
            echo Cart66Setting::getValue('cart66_hurricane_subdomain');
            ?>
.hurricane.io/sales/<?php 
            echo $order->trans_id;
            ?>
?total=<?php 
            echo $comissionable_total;
            ?>
' style="display:none;" height="0" width="0" /><?php 
        }
        ?>

  <?php