Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
goodsshare_www_encrypt
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
goodmorning
goodsshare
goodsshare_www_encrypt
Commits
ba283d0e
Commit
ba283d0e
authored
Jul 22, 2021
by
platyhouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- encrypted
parent
96d34511
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
1 deletion
+3
-1
modules/ptyshop/ptyshop.api.common.controller.php
modules/ptyshop/ptyshop.api.common.controller.php
+0
-0
modules/ptyshop/ptyshop.kmclub.common.controller.php
modules/ptyshop/ptyshop.kmclub.common.controller.php
+0
-0
modules/ptyshop/ptyshop.order.status.common.view.html
modules/ptyshop/ptyshop.order.status.common.view.html
+1
-1
modules/ptyshop/ptyshop.product.edit.admin.view.html
modules/ptyshop/ptyshop.product.edit.admin.view.html
+2
-0
No files found.
modules/ptyshop/ptyshop.api.common.controller.php
View file @
ba283d0e
No preview for this file type
modules/ptyshop/ptyshop.kmclub.common.controller.php
View file @
ba283d0e
No preview for this file type
modules/ptyshop/ptyshop.order.status.common.view.html
View file @
ba283d0e
...
...
@@ -999,7 +999,7 @@
<option value="4S">취소/환불 완료</option>
</select>
</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
class=
"list"
></div>
<div
class=
"button_more"
>
...
...
modules/ptyshop/ptyshop.product.edit.admin.view.html
View file @
ba283d0e
...
...
@@ -72,6 +72,8 @@ namespace platyFramework;
</div>
</div>
<? } ?>
<?= $form->getTextView("상품원본정보", print_r(json_decode($item->json, true), true)); ?>
</div>
<div
class=
"box-footer"
>
<button
type=
"submit"
class=
"btn btn-primary"
>
저장
</button>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment