Commit ba283d0e authored by platyhouse's avatar platyhouse

- encrypted

parent 96d34511
...@@ -999,7 +999,7 @@ ...@@ -999,7 +999,7 @@
<option value="4S">취소/환불 완료</option> <option value="4S">취소/환불 완료</option>
</select> </select>
</div>--> </div>-->
<p class="comment">주문/배송내역 확인 불가시 <a href="tel://<?=$this->config->getConfig("ptyshop")->askPhoneNumber?>" class="underline">고객센터</a>를 이용해주세요.</p> <p class="comment">주문/배송내역 확인 불가시 <a href="tel:<?=$this->config->getConfig("ptyshop")->askPhoneNumber?>" class="underline">고객센터</a>를 이용해주세요.</p>
</div> </div>
<div class="list"></div> <div class="list"></div>
<div class="button_more"> <div class="button_more">
......
...@@ -72,6 +72,8 @@ namespace platyFramework; ...@@ -72,6 +72,8 @@ namespace platyFramework;
</div> </div>
</div> </div>
<? } ?> <? } ?>
<?= $form->getTextView("상품원본정보", print_r(json_decode($item->json, true), true)); ?>
</div> </div>
<div class="box-footer"> <div class="box-footer">
<button type="submit" class="btn btn-primary">저장</button> <button type="submit" class="btn btn-primary">저장</button>
......
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