Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
whb
9 years ago
Commit
62b92498ece41d2d5116667c81b45cfb1d92bfe3
1 parent
0ab35134
PC购物车的非买品修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
yohobuy/www.yohobuy.com/application/models/Product/Item.php
yohobuy/www.yohobuy.com/application/models/Product/Item.php
View file @
62b9249
...
...
@@ -347,7 +347,8 @@ class ItemModel
}
}
// 非卖品
elseif
(
$notForSale
)
{
$goodsInfo
[
'notForSale'
]
=
true
;
//$goodsInfo['notForSale'] = true;
$goodsInfo
[
'addToCart'
]
=
true
;
//赠品
}
// 已售磬
elseif
(
$soldOut
)
{
...
...
Please
register
or
login
to post a comment