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
a68cbe71
Commit
a68cbe71
authored
Sep 05, 2021
by
platyhouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
. - encrypted
parent
af26454e
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
0 deletions
+2
-0
modules/ptybanner/ptyshop.specialitem.edit.admin.view.html
modules/ptybanner/ptyshop.specialitem.edit.admin.view.html
+2
-0
modules/ptybanner/ptyshop.specialitems.admin.controller.php
modules/ptybanner/ptyshop.specialitems.admin.controller.php
+0
-0
modules/ptybanner/ptyshop.specialitems.common.model.php
modules/ptybanner/ptyshop.specialitems.common.model.php
+0
-0
modules/ptyshop/ptyshop.api.common.controller.php
modules/ptyshop/ptyshop.api.common.controller.php
+0
-0
No files found.
modules/ptybanner/ptyshop.specialitem.edit.admin.view.html
View file @
a68cbe71
...
...
@@ -53,6 +53,8 @@ namespace platyFramework;
<?= $form->getInput("노출할 상품의 주 카테고리", "selectCategory"); ?>
<?= $form->getInput("노출할 상품의 부 카테고리", "selectCategory2"); ?>
<?= $form->getTextEdit("노출할 상품의 일련번호", "selectSerial", "", "일련번호를 엔터 혹은 , 로 구분해 주세요"); ?>
<?= $form->getSelect("lowerPrice", "selectLowerPrice", array("ON" => "1", "OFF" => "0")); ?>
<?= $form->getSelect("freeDelivery", "selectFreeDelivery", array("ON" => "1", "OFF" => "0")); ?>
<?= $form->getTextEdit("메모", "note"); ?>
</div>
<div
class=
"box-footer"
>
...
...
modules/ptybanner/ptyshop.specialitems.admin.controller.php
View file @
a68cbe71
No preview for this file type
modules/ptybanner/ptyshop.specialitems.common.model.php
View file @
a68cbe71
No preview for this file type
modules/ptyshop/ptyshop.api.common.controller.php
View file @
a68cbe71
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