我在这里: 深圳seo » 〖lightinthebox模版〗 » 浏览文章: Lightinthebox网站首页中间部分产品数量如何修改?
« 深圳seo谈下对“博百优”的看法zencart网站的字母标签云,Product Tags如何安装,设置 »

Lightinthebox网站首页中间部分产品数量如何修改?

paypal跳转

Lightinthebox中间的商品数量如何(怎么)修改?Best DealsFree Shipping,New Arrivals 中所布局的商品数量是每行3个,总共6个。

如何改成4行,每行3个,总共12个?

修改方法如下:

includes\modules\layer_switch.php 文件
找到
if ($specials_index_query != '') $specials_index = $db->ExecuteRandomMulti($specials_index_query, '6'); Best Deals的

if ($free_index_query != '') $free_index = $db->ExecuteRandomMulti($free_index_query, '6'); Free Shipping的

if ($new_products_query != '') $new_products = $db->ExecuteRandomMulti($new_products_query, '6'); New Arrivals的

把6改为12就行了

发表评论

为了防止SPAM,含链接的评论需要审核后才能显示。

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。