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
48fee7a1
Commit
48fee7a1
authored
Jun 22, 2021
by
platyhouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- encrypted
parent
96af0ab3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
modules/ptyshop/ptyshop.order.item.edit.admin.view.html
modules/ptyshop/ptyshop.order.item.edit.admin.view.html
+5
-1
No files found.
modules/ptyshop/ptyshop.order.item.edit.admin.view.html
View file @
48fee7a1
...
@@ -68,7 +68,11 @@ $paidResult = json_decode($item->paidResult, true);
...
@@ -68,7 +68,11 @@ $paidResult = json_decode($item->paidResult, true);
<? if ($it['status'] == $v) { ?>
<? if ($it['status'] == $v) { ?>
<span
class=
"animated flash label bg-red"
>
<?= $v ?>
</span>
<span
class=
"animated flash label bg-red"
>
<?= $v ?>
</span>
<? } else { ?>
<? } else { ?>
<a
href=
'<?= $this->request->appUrl ?>/ptyshop/cart/setStatus/?id=<?= $it['
id
']
?
>
&
status=
<?= urlencode($v) ?>
' class="label bg-gray">
<?= $v ?>
</a>
<? if ($v == '결제완료') { ?>
<span
class=
"label bg-gray"
>
<?= $v ?>
</span>
<? } else { ?>
<a
href=
'<?= $this->request->appUrl ?>/ptyshop/cart/setStatus/?id=<?= $it['
id
']
?
>
&
status=
<?= urlencode($v) ?>
' class="label bg-gray">
<?= $v ?>
</a>
<? } ?>
<? } ?>
<? } ?>
<? } ?>
<? } ?>
</td>
</td>
...
...
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