shoppingmallv2 init...

This commit is contained in:
최준흠 2023-08-24 09:11:29 +09:00
parent a7f020defd
commit 79cb4c61e9
3 changed files with 2 additions and 3 deletions

View File

@ -25,7 +25,7 @@ class ProductController extends FrontController
switch ($action) { switch ($action) {
case "index": case "index":
case "excel": case "excel":
return ["user_uid", 'type', "photo", 'name', "cost", "sale", "price", "stock", "view_cnt"]; return ["user_uid", 'type', "photo", "cost", "sale", "price", "stock", "view_cnt"];
break; break;
case "view": case "view":
return [...$fields, "created_at"]; return [...$fields, "created_at"];

View File

@ -12,7 +12,6 @@
<tbody> <tbody>
<tr> <tr>
<td width="14%" rowspan="3" class="align-middle"><?= $entity->getFileImage('middle') ?></td> <td width="14%" rowspan="3" class="align-middle"><?= $entity->getFileImage('middle') ?></td>
<td class="text-start"><?= getFieldIndex_Row_ProductHelper('name', $entity, $viewDatas) ?></td>
<td width="6%" rowspan="3" class="align-middle"> <td width="6%" rowspan="3" class="align-middle">
<?= getFieldIndex_Row_ProductHelper('user_uid', $entity, $viewDatas) ?> <?= getFieldIndex_Row_ProductHelper('user_uid', $entity, $viewDatas) ?>
</td> </td>

View File

@ -19,7 +19,7 @@
</div> </div>
</div> </div>
<div class="address"> <div class="address">
주소 : 전자우편주소 : help@itsolutoin-mail.com 전화번호 : 1661-0577<BR> 주소 : 전자우편주소 : itsolutionidc.jp@gmail.com 전화번호 : 1661-0577<BR>
사업자등록번호 : 777-86-00287 [사업자정보확인]통신판매업신고번호 : 2023-사울동작-0001 사업자등록번호 : 777-86-00287 [사업자정보확인]통신판매업신고번호 : 2023-사울동작-0001
</div> </div>
</div> </div>