Commit 48fee7a1 authored by platyhouse's avatar platyhouse

- encrypted

parent 96af0ab3
...@@ -67,10 +67,14 @@ $paidResult = json_decode($item->paidResult, true); ...@@ -67,10 +67,14 @@ $paidResult = json_decode($item->paidResult, true);
<? foreach (ptyshopCartItemModel::getOrderStatus() as $v) { ?> <? foreach (ptyshopCartItemModel::getOrderStatus() as $v) { ?>
<? if ($it['status'] == $v) { ?> <? if ($it['status'] == $v) { ?>
<span class="animated flash label bg-red"><?= $v ?></span> <span class="animated flash label bg-red"><?= $v ?></span>
<? } else { ?>
<? if ($v == '결제완료') { ?>
<span class="label bg-gray"><?= $v ?></span>
<? } else { ?> <? } else { ?>
<a href='<?= $this->request->appUrl ?>/ptyshop/cart/setStatus/?id=<?= $it['id'] ?>&status=<?= urlencode($v) ?>' class="label bg-gray"><?= $v ?></a> <a href='<?= $this->request->appUrl ?>/ptyshop/cart/setStatus/?id=<?= $it['id'] ?>&status=<?= urlencode($v) ?>' class="label bg-gray"><?= $v ?></a>
<? } ?> <? } ?>
<? } ?> <? } ?>
<? } ?>
</td> </td>
<td> <td>
<form method="post" action="<?= $this->request->appUrl ?>/ptyshop/cart/setDeliveryNumber/?id=<?= $it['id'] ?>"> <form method="post" action="<?= $this->request->appUrl ?>/ptyshop/cart/setDeliveryNumber/?id=<?= $it['id'] ?>">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment