Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
jinhu.tung
9 years ago
Commit
46923461805e72134cf040552df564cb1905e6aa
1 parent
b5e52f62
remove all products and display empty cart
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/shopping/cart/util.js
public/js/shopping/cart/util.js
View file @
4692346
...
...
@@ -37,7 +37,7 @@ var Util = {
refreshCart
:
function
(
data
,
callback
)
{
var
template
;
if
(
!
data
.
hasGoods
)
{
if
(
!
data
.
hasGoods
)
{
$
(
'#cart_content'
).
html
(
$
(
'#empty-cart-tpl'
).
html
());
return
;
}
...
...
Please
register
or
login
to post a comment