Esempio n. 1
0
<?php

$FunctionsK = new FunctionsK();
$data = $_GET;
$merchant_id = Yii::app()->functions->getMerchantID();
if ($res = $FunctionsK->getPackageFaxTransByMerchant($data['id'], $merchant_id)) {
    ?>
  
  <h3><?php 
    echo Yii::t("default", "Thank you.");
    ?>
</h3>
  <p><?php 
    echo Yii::t("default", 'Thank you for purchasing Fax Services. Please find your receipt details below');
    ?>
:</p>
  
  
  <div class="uk-form-row">
  <label class="uk-form-label"><?php 
    echo Yii::t("default", "Reference #");
    ?>
:</label>  
  <span class="uk-text-muted"><?php 
    echo $res['id'];
    ?>
</span>
  </div>
  
  <div class="uk-form-row">
  <label class="uk-form-label"><?php