ZEN-CART批发功能实现

| No Comments | No TrackBacks
要用到两个模块,分别是:

属性库存模块 Stock by Attributes:可以单独管理不同属性的产品库存;
属性分栏模块 Product Attribute Grid:可以一次性购买不同数量的属性不同的产品。

参照下载的模块里面的指导文件可以按装,但会出现不能添加商品到购物车的问题。经过搜索,解决方案如下:


操作方法:

修改文件,includes/extra_configures/security_patch_v138_20080919.php

查找
PHP Code:
if (ereg_replace('[0-9a-zA-z_]'''$key) != '')  
替换
PHP Code:
if (ereg_replace('[0-9a-zA-z_:]'''$key) != '')  

No TrackBacks

TrackBack URL: http://www.yutiefeng.com/cgi-bin/mt-tb.cgi/74

Leave a comment

About this Entry

This page contains a single entry by 于铁锋 published on April 19, 2010 11:29 PM.

为什么叫别把爱好当工作? was the previous entry in this blog.

ZEN-CART1.39终于来了 is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.