淘宝这种销售属性怎么做啊,谁能教教我

WBOY
Release: 2016-06-23 14:16:43
Original
1053 people have browsed it

sku


http://detail.tmall.com/item.htm?spm=a2106.m874.1000384.1.to30RZ&id=9637613987&source=dou&scm=1029.newlist-0.1.50000671&ppath=&sku=
淘宝的这种分类、尺码属性选择是怎么做的啊,从表设计到程序实现,希望能详细给讲讲啊,我想学习下,真心求教啊,这块感觉有难度,自己弄不懂,求高人指导

回复讨论(解决方案)

透过现象看本质 这就是两个关联的单选框

可以用二维数组来实现: 第一维是尺码,第二维是颜色

比如L尺码下只有蓝绿两种颜色  M尺码下有蓝绿红三种颜色

那当点击L尺码的时候去查看L尺码对应的颜色 有哪些就让哪些可点,这是纯JS实现的

至于在数据库如何存储,那就完全看你的需求了,如果 不考虑搜索,直接将尺码和颜色信息放在数组里序列化存入商品表 用的时候读出来就是

所以说这个看你需求来定.

进一步的:当一个商品被购买或者被加入某人的订单,对应的库存减1,并将新的库存信息更新至数据库,下个人再来买有没有货就是新的判断了.

这些都是按照你的业务需求走的.

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template