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
4358bf5c
Commit
4358bf5c
authored
Dec 07, 2021
by
platyhouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- encrypted
parent
66059f19
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1 addition
and
0 deletions
+1
-0
modules/ptyshop/ptyshop.api.common.controller.php
modules/ptyshop/ptyshop.api.common.controller.php
+0
-0
modules/ptyshop/ptyshop.product.edit.admin.view.html
modules/ptyshop/ptyshop.product.edit.admin.view.html
+1
-0
modules/ptyshop/ptyshop.productItem.common.model.php
modules/ptyshop/ptyshop.productItem.common.model.php
+0
-0
modules/ptyshop/ptyshop.products.admin.controller.php
modules/ptyshop/ptyshop.products.admin.controller.php
+0
-0
modules/ptyshop/ptyshop.products.common.model.php
modules/ptyshop/ptyshop.products.common.model.php
+0
-0
No files found.
modules/ptyshop/ptyshop.api.common.controller.php
View file @
4358bf5c
No preview for this file type
modules/ptyshop/ptyshop.product.edit.admin.view.html
View file @
4358bf5c
...
@@ -48,6 +48,7 @@ namespace platyFramework;
...
@@ -48,6 +48,7 @@ namespace platyFramework;
<?= $form->getSelect("최저가보장 노출 여부", "isLowerPrice", ["노출" => 1, "비노출" => 0]); ?>
<?= $form->getSelect("최저가보장 노출 여부", "isLowerPrice", ["노출" => 1, "비노출" => 0]); ?>
<?= $form->getSelect("오늘 출발 노출 여부", "isTodayDelivery", ["노출" => 1, "비노출" => 0]) ?>
<?= $form->getSelect("오늘 출발 노출 여부", "isTodayDelivery", ["노출" => 1, "비노출" => 0]) ?>
<?= $form->getSelect("홈 노출 여부", "isHomeVisible", ["노출" => 1, "비노출" => 0]) ?>
<?= $form->getSelect("홈 노출 여부", "isHomeVisible", ["노출" => 1, "비노출" => 0]) ?>
<?= $form->getInput("짧은글 링크 주소", "shortUrl") ?>
<!-- -->
<?//= $form->getInput("카테고리1", "category"); ?>
<!-- -->
<?//= $form->getInput("카테고리1", "category"); ?>
<!-- -->
<?//= $form->getInput("카테고리2", "category2"); ?>
<!-- -->
<?//= $form->getInput("카테고리2", "category2"); ?>
<?= $form->getTextEdit("상품설명", "desc"); ?>
<?= $form->getTextEdit("상품설명", "desc"); ?>
...
...
modules/ptyshop/ptyshop.productItem.common.model.php
View file @
4358bf5c
No preview for this file type
modules/ptyshop/ptyshop.products.admin.controller.php
View file @
4358bf5c
No preview for this file type
modules/ptyshop/ptyshop.products.common.model.php
View file @
4358bf5c
No preview for this file type
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