Beispiel #1
0
				</thead>
				<tr>
					<td><?php 
    echo $this->plan->name;
    ?>
</td>
					<td><?php 
    echo $this->subscr->invoiceNo;
    ?>
</td>
					<td><?php 
    echo JblanceHelper::getPaymodeInfo($this->subscr->gateway)->gateway_name;
    ?>
</td>
					<td><?php 
    echo $this->plan->days . ' ' . getDaysType($this->plan->days_type);
    ?>
</td>
					<td class="text-right"><?php 
    echo JblanceHelper::formatCurrency($this->subscr->fund, false);
    ?>
</td>
					<td class="text-right"><?php 
    echo JblanceHelper::formatCurrency($this->subscr->price, false);
    ?>
</td>
				</tr>
				<tr>
					<td colspan="5" class="text-right"><?php 
    echo $tax_name . ' ' . $this->subscr->tax_percent;
    ?>
Beispiel #2
0
        ?>
"   id="planname<?php 
        echo $row->id;
        ?>
"   value="<?php 
        echo $row->name;
        ?>
" />
                            <input type="hidden" name="planperiod<?php 
        echo $row->id;
        ?>
" id="planperiod<?php 
        echo $row->id;
        ?>
" value="<?php 
        echo $row->days . ' ' . ucfirst(getDaysType($row->days_type));
        ?>
" />
                            <input type="hidden" name="plancredit<?php 
        echo $row->id;
        ?>
" id="plancredit<?php 
        echo $row->id;
        ?>
" value="<?php 
        echo $row->bonusFund;
        ?>
" />
                            <input type="hidden" name="price<?php 
        echo $row->id;
        ?>