April 2010 Archives

ZEN-CART1.39终于来了

| No Comments | No TrackBacks
ZEN-CART是一个非常非常棒的购物车程序,只不过要修改它适合一个公司要相当的水平才行,目前本人的PHP知识基本是没有基础,所以在自己修改的工作中非常吃力。

要用到两个模块,分别是:

属性库存模块 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) != '')  

About this Archive

This page is an archive of entries from April 2010 listed from newest to oldest.

February 2010 is the previous archive.

May 2010 is the next archive.

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