ECSHOP商品属性库存选择仿淘宝

2016-06-13 13:05 来源:www.chinab4c.com 作者:ecshop专家

ECshop商品详细页面 颜色 尺码 等规格和库存相连动仿淘宝的格式一样     一、先将test.gif文件 上传到你的模版文件夹images目录。 二、添加css文件 找到你的模版文件夹的style.css,在最后面加上一下代码: .catt{width:100%;height:auto;overflow:hidden;padding-bottom:5px;} .catt a{border: #7E7E7E 1px solid;  text-align: center; background-color: #fff; margin- left:5px;margin-top:6px;padding-left: 10px;padding-right: 10px;display: block; white-space: nowrap; color:#000; text-decoration:none; float:left;} .catt a:hover {border:#ED0036 2px solid; margin: -1px; margin-left:4px;margin-top:5px;} .catt a:focus {outline-style:none;} .catt .cattsel {border:#ED0036 2px solid; margin: -1px;background: url("images/test.gif") no-repeat bottom right; margin-left:4px;margin-top:5px;} .catt .cattsel a:hover {border: #ED0036 2px solid;margin:-1px;background: url("images/test.gif") no- repeat bottom right;} 三、打开你的模版文件夹下面的goods.dwt文件 找到:                                                
                        替换为:

{$value.label}
四、继续在goods.dwt在changePrice函数上面添加js文件: function changeAtt(t,a,goods_id) { t.lastChild.checked='checked'; for (var i = 0; i '', 'result' => '', 'qty' => 1); $spce_id = $_GET['id']; $goods_id = $_GET['goods_id']; $row = get_products_info($goods_id,explode(",",$spce_id)); //$res = array('err_msg'=>$goods_id,'id'=>$spce_id); die($json->encode($row)); }