版本v1.3.0.1到v1.3.0.2的升级说明
如果您从Zen Cart v1.3.0.1升级,方法很简单:
- 比较所有修改的文件... 将您修改过的地方,重新添加到新文件中
- 上传新文件 (含您自己修改过的部分) 到服务器
- 上传zc_install目录到服务器,运行zc_install/index.php
... 在系统检测页面,选择升级数据库,执行相应的升级。
如果从v1.3.0.1之前的版本升级,请看"如何升级"文档,位于/docs目录
修改记录 - 修改的文件列表
从版本v1.3.0.1开始所做的修改的文件列表,请看changelog-v1-3-0-2.html
新功能 ...
下面是版本v1.3.0.2中所作的修改:
- popup window for discount coupons wasn't working if shopping-cart sidebox was disabled, and was sharing the same window as product images, thus not resizing appropriately with coupon info in the window
- fixed whos_online to not create multiple entrees for session_redirect ON
- fixed bug with create-account module causing the dropdown for State to switch to Alabama vs keyed state name
- fixed default sort order for All Products page
- shopping cart page wasn't right when update buttons were in various disabled states
- html_output.php with SSL links, was not calling the right subfolder for DIR_WS_HTTPS_CATALOG... bad on shared ssl hosting if paths are different
- fixed Advanced Search Result error when Product Listing is set to only show products_name
- fix to metatags description handling
- fixed display bug in order-status-history...table was being repeated for each order-status entry
- removed duplicate message-stack warnings on search-results page
- removed occasional blank-line message-stack alerts on checkout pages
- fixed errors in product-listing when "display product add to cart button" is set to 0
- cleaned up missing line-breaks in some language files
- freeoptions shipping module: Fixed maximum settings on total, weight and items. Also fixed missing Shipping Cost + Handling for other extended uses. Uninstall and reinstall for correct settings.
- fixed the incorrect treatment of ' marks in coupon name/description in coupon-edit mode
- fixed shopping-cart sidebox template so div tags aren't mismatched
- fixed contact-us page to support status=2 switch in admin->config->define page status
- fixed shipping estimator width bug when not logged in for display
- fixes to coupon-restrictions and added ability to add all categories as deny/allow option
- fixed bug in customer review-edit page causing textarea to not display proper width
- some order-status update HTML-formatted emails were not rendering line-spacing properly
- removed extraneous id="=" marks from some template files
- fix for redeeming coupon on minimum order
- fixed logic loop bug in ot_coupon module
- uncommented $GV_AMOUNT parameter in gv_mail HTML email template
- fixed typo in style name on password-forgotten page
- fixed problem in searches where use of apostrophe would cause no results to show up
- installer fixes to PHP version detection and open_basedir validation
- Fix bug: GV Sent was including Discount Coupons on the display of the GVs
Added filter for coupon_type = 'G'
- fixed display of notices related to downloadable items not available
- fixed bug related to non-english characters not displaying properly in admin
- fixed bug related to session problems if blocking cookies and using search sideboxes
- fixed bug in address-book where creating new primary address resulted in SQL error
- fixed phpBB integration bug where changing email address in Zen Cart wasn't updating phpBB
- added auto-increment fixer tool in zc_install folder to help with cases where host broke db
- added option for administrator to send newsletter/emails to self for testing
- fix bugs related to session problems and newer PHP configurations where "recreate session" was enabled
- fix downloads display on checkout_success to appear after product notifications and order id
- fix to prev/next navigation where category number wasn't set
重要提示
- 在商店"正式"运营前,请仔细阅读并实施网站安全建议。如有疑问,请联系主机商,保证设置正确。
升级模板
Zen Cart中文版的模板系统从v1.3.x开始有很大变化。因此,您有两个选择:
-
使用新的样式表并适当修改,来升级已有的模板;或者
- 如果想基本不用表格、模板代码更紧凑,更好的方法是新建一个模板(基于缺省的template_default模板),重新定制。
有关升级模板的更多细节,请访问用户论坛。 |