`
kevinwu
  • 浏览: 60861 次
  • 性别: Icon_minigender_1
  • 来自: 广州
最近访客 更多访客>>
文章分类
社区版块
存档分类
最新评论

KonaKart Ver 4.1.0.0

阅读更多
Introduction Version 4.1.0.0 is the first release after version 3.2.0.0 that has been made generally available. It contains many exciting new features and a number of bug fixes. Note that some of the features highlighted below are only available by buying the Enterprise Extensions. See here for full details of what is included only in the Enterprise Extensions. New Features * KonaKart now supports Gift Registries. Registered customers can create and manage gift registries such as wedding lists. A public gift registry can be searched for using various search parameters. Once found, any items bought from the registry may be automatically shipped to the address defined by the registry owner. * Shared products mode has been added to multi-store. This feature allows you to add a product to multiple stores but only have to manage one copy of the product in the admin app. The product price may differ between the stores. One of its uses is for companies opening stores in different countries which sell the same products. * USPS and USPS International payment gateways have been added. * An XML Import/Export feature for KonaKart objects such as product, customer, order etc. has been added This feature can be run with a script, providing arguments to define which objects to import or export. Some example scripts are also provided. * Store Front support for multi-currency has been added. A customer can now view and search for products in a currency different to the default currency. * Added cookie management to remember guests and their cart contents even if they haven’t registered. * Added Job Scheduling. This is achieved with an integration of the Open Source Quartz scheduler. There is a framework for adding your own batch jobs and the source code of some useful example jobs. * Added support to integrate the KonaKart Admin App into Liferay. * Added the ability to clone stores in a multi-store configuration. * Added many extra Application API calls that include an extra “options object”. The purpose of this object is to pass the catalog id to the eCommerce engine so that the product manager may be specialized to retrieve the product price and quantity from an external source based on the catalog id. * All client side exceptions shown to the customer are now also logged. * New API call to retrieve Categories to Tag Groups has been added. * The Save button is now enabled in Admin App without the need to tab off fields. Improves consistency of behavior across all panels of the Admin App. * Upgraded to Axis 1.4. * 3 custom fields have been added to zones table. * Enhanced product select dialogs in Admin App. Can now include extra attributes based on a template and can search by SKU as well as by a keyword. * Added an API call to the Admin App called setProductQuantity() and getProductQuantity() to change the quantity of a product without having to retrieve the product, edit it and save it. A panel has also been added to enable power users to perform this action efficiently. * Added custom fields to the session table. * Two new API calls, addCustomDataToSession() and getCustomDataFromSession() have been added to the Admin App and Application APIs. * Added the ability to retrieve customers using custom fields as search criteria. * Added a Date Available attribute to the Products_quantity table so that each product variation can have a different available date. * Added an API call to the Admin App called setProductAvailability() and getProductAvailability() to change the available date of a product without having to retrieve the product, edit it and save it. A panel has also been added to enable power users to perform this action efficiently. * Added the last modified date to an Admin Product. The creation and last modified dates are now visible from the Admin App. * For digital download products, added a Max Number of Downloads attribute and a Max Number of Download days attribute. If set, these values override the global values set using configuration variables. * Added a Stock Reorder Level attribute to each product object. If set, this value overrides the global value set using a configuration variable. * Custom Validation enhanced for the Admin App to include a wider selection of attributes. * Added an order tracking attribute to the order object. Added extra callouts to the OrderIntegrationMgr to edit the order before it is saved and a specific one to add the tracking order before the order is saved. * Added a “Can Order When Not In Stock” attribute to each product. If set, these values override the global values set using configuration variables. * Added an invisible attribute to categories so that they do not appear in the application when invisible. * Added SKU attribute to Basket and OrderProduct objects. * Added State attribute to OrderProduct that defines the availability state of the product when the order is created. * New BIRT report - ProductsToReorder. Bug fixes - Application * Fixed a bug where breadcrumbs were never resetting. It could be reproduced by clicking the add address button in the My Accounts section and then the back button. * The assignment of zones to payment and shipping gateways was not working properly. The defined zone was not being detected. Now for example, you may want to assign a USA zone to the USPS gateway so that it doesn’t get called for non US destinations. * Changed the message catalog to remove the text : I am a returning customer. If you have already shopped at our store but never registered, please click on the Password Forgotten link below and we’ll send you a password. A non registered customer needs to go through the registration process so the text is wrong. * getCurrencies() API call was not using search criteria correctly Bug fixes - Admin App * Fixed Calendar widget so that it expands to 6 rows where required. * A number of minor bugs fixed where search filters and back buttons were being lost under certain conditions. * Sorting by “Logons” and “Last Logon” was giving an error with Oracle * Non registered customers are no longer displayed in the customers section. These are created when KonaKart is configured to allow checkout without registration; and were being inadvertently displayed in the customer list. A parameter has been added to the AdminCustomerSearch object in order to programmatically display or not display the non registered customers. * The printing of the order invoice and packing slip wasn’t working. * Fix to the SQL generated to set correct URL values for the default chart on the status page of the Admin App. (Only a problem on Linux with DB2, Oracle and MSSQL) * Fix to the SQL generated to remove quotes around floating point values in currency inserts. (Only a problem with Oracle databases that do not convert strings such as ‘1.306′ to floats correctly). * Corrections to two BIRT reports (only a problem under Oracle, DB2 and MS SQL).TopCustomers.rptdesign and TopProductsList.rptdesign. * Fix to admin app to display prices when comma is selected as the decimal point. * Customer type search attribute not working in getCustomers() and getCustomersLite() API calls. Bug fixes – Google Base Interface * Update required due to a change in the Googe Base API. This fixes the “You must specify an id for an item” error message. Backwards Compatibility Alert * The application API call getProductQuantity(String encodedProductId) now returns a ProductQuantityIf object rather than an int. The reason is to return the Date Available as well as the quantity. Download KonaKart-4.1.0.0
分享到:
评论

相关推荐

    3.4.7-卡尔曼滤波与运动估计算法介绍和使用 STM32串口通信 openmv+STM32串口通信 openmv串口通信openmv识别物体 openmv神经网络训练 openmv数字识.md

    3.4.7-卡尔曼滤波与运动估计算法介绍和使用 STM32串口通信 openmv+STM32串口通信 openmv串口通信openmv识别物体 openmv神经网络训练 openmv数字识

    【MATLAB编程】MATLAB高级编程技巧全解析:数据结构、高效编程、可视化与并行计算

    内容概要:本文档详细介绍了MATLAB的高级编程技巧,涵盖高级数据结构与操作、高效编程与优化、高级可视化技术、并行计算与GPU编程、代码调试与性能分析以及高级算法与数值方法六个主要部分。具体内容包括细胞数组和结构体的创建与使用、面向对象编程、向量化

    一个用于设计和测试单点海洋系泊的工具-MATLAB

    用于设计和测试受洋流和风影响的单点海洋系泊设备。提供的数据库(可以添加到)将允许您在典型的当前条件下构建系泊并对其进行测试,或者通过电流剖面的时间序列迫使其生成系泊形状和组件位置的时间序列。该程序为地下和地面系泊提供了解决方案,甚至可以预测地面系泊何时被淹没。将溶液上下翻转,它还模拟了拖曳体,在拖曳体中,一个负浮力(重)体被拖在一艘移动的船后面(有一个立管下沉器)。如果聚焦电流剖面随时间变化(即来自ADCP),则会保存/访问系泊组件位置和形状的动画(电影)或时间(序列)历史。系泊装置可以保存和取回

    C++ 无锁队列,目前测试10线程读,10线程写无误

    基于C++的无锁队列,有信号量,可以阻塞读、写线程,目前测试10线程读,10线程写是没有问题的

    混合动力汽车拥堵路况下基于ECMS算法的节能动力总成控制研究与实现

    内容概要:本文详细介绍了混合动力汽车在交通拥堵情况下采用等效燃油消耗最小策略(ECMS)进行节能控制的研究与实现。通过MATLAB代码展示了如何模拟前车速度、跟车策略以及能量管理系统的工作原理。文中提到,ECMS算法能够根据实时速度、加速度和电池状态等因素动态调整发动机和电动机之间的能量分配,从而达到最佳的燃油经济性和排放性能。此外,文章还讨论了安全距离模型、动能回收机制以及应对突发情况的具体措施,如急减速时的能量管理和电池温度保护等。 适合人群:从事汽车工程、自动化控制领域的研究人员和技术人员,尤其是关注混合动力汽车节能技术的专业人士。 使用场景及目标:适用于希望深入了解混合动力汽车在复杂城市交通环境中的节能控制策略及其具体实施方法的人群。目标是在理论层面掌握ECMS算法的核心思想,并能够在实践中应用相关技术和工具进行验证。 其他说明:文章不仅提供了详细的代码示例,还分享了一些实用的操作技巧和经验教训,帮助读者更好地理解和运用这一先进技术。

    环形队列的一种实现方式

    环形队列的一种实现方式

    2005-2019年各地级市绿色专利申请量数据

    2005-2019年各地级市绿色专利申请量数据 1、时间2005-2019年 2、来源:国家知识产权j 3、指标:省份、城市、年份、绿色发明专利申请量、绿色实用新型专利申请量 4、范围:360+地级市

    (源码)基于C语言的WebP图片编码解码库.zip

    # 基于C语言的WebP图片编码解码库 ## 项目简介 本项目是一个基于C语言的WebP图片编码解码库。WebP是一种现代开源图像格式,支持无损和有损压缩,在保持图像质量的同时能显著减少图像文件大小,加快传输速度。此库实现了WebP格式的核心编码解码功能,还支持动画WebP图像的编码和组装,以及颜色空间转换、图像缩放等辅助功能,适用于网页开发、图像处理软件、视频编辑工具等多种应用场景。 ## 项目的主要特性和功能 1. 高性能采用优化算法和指令集(如SSE2、NEON、MIPS等)加速编码解码过程。 2. 灵活性支持多种图像格式(如RGB、YUV)和颜色空间转换。 3. 支持动画可编码和组装WebP格式的动画图像。 4. 内存管理提供安全的内存分配和释放函数,防止内存泄漏。 5. 错误处理具备错误报告和处理机制,确保程序的健壮性。 6. 核心功能实现图像分析、预测、变换、量化、反变换等编码解码步骤,并提供进度报告机制。 ## 安装使用步骤

    基于电影知识图谱和微信小程序的智能问答系统新版源码+说明.zip

    本资源是《基于电影知识图谱和微信小程序的智能问答系统新版源码+说明.zip》,专为计算机科学领域的学习者设计,融合了人工智能、数据管理和前端应用开发的先进技术。通过构建电影知识图谱,该系统能够深度理解和处理用户的电影相关查询,提供精准且丰富的答案。微信小程序作为前端交互平台,以其便捷性和广泛覆盖性,让用户随时随地享受智能化的电影信息服务。此资源不仅是课程设计和毕业设计的理想选择,也为开发者提供了实践前沿技术的机会,助力提升编程能力和项目经验。请务必用于学习和研究目的,不得用于商业用途。

    (源码)基于TensorFlow的GAN图像生成项目SteGANography.zip

    # 基于TensorFlow的GAN图像生成项目SteGANography ## 项目简介 本项目是一个基于TensorFlow深度学习框架的图像生成项目,主要利用生成对抗网络(GAN)进行图像混淆与恢复的研究。项目名称中的“Ste”代表Steganography(隐写术),是一种隐藏信息的技术。本项目的目的是利用神经网络将信息嵌入图像中,然后再恢复出来。这涉及到图像生成、加密和解密的过程。 ## 主要功能及特点 利用GAN生成混淆图像。 通过对混淆图像进行解码恢复原始图像。 包含Alice、Bob和Eve三个网络部分,分别负责生成、处理和识别图像。 提供了可视化的功能,能够绘制关于训练迭代与位错误之间的关系图。 可配置的训练参数,包括学习率、迭代次数等。 提供了模型保存和恢复的机制,便于训练中断后继续训练或在不同任务间迁移模型。 ## 安装与运行 ### 环境依赖 Python 3.x

    (源码)基于Arduino的环境监测系统.zip

    # 基于Arduino的环境监测系统 ## 项目简介 本项目是一个基于Arduino的环境监测系统,主要用于收集并保存环境数据,如温度、湿度、降雨量、气体值和风速等。通过使用Arduino平台和多种传感器,实现数据的实时采集、处理和存储。 ## 项目的主要特性和功能 1. 数据采集通过Arduino板连接多种环境传感器,实时采集环境数据。 2. 数据处理对采集的数据进行本地处理,如温度湿度的转换等。 3. 数据存储将处理后的数据保存到SD卡或其他存储设备中,以便于后续分析。 4. 数据传输通过串行通信或无线通信模块将数据发送到计算机或其他设备。 ## 安装使用步骤 1. 硬件准备准备Arduino板、环境传感器(如DHT温湿度传感器)、SD卡模块等硬件。 2. 软件准备安装Arduino IDE,并下载项目代码。 3. 传感器连接将传感器连接到Arduino板的相应引脚。 4. 代码上传将项目代码上传到Arduino板。

    100kw模块式三相光伏并网逆变器方案:原理图、PCB、源码及元器件详解

    内容概要:本文详细介绍了100kw模块式三相光伏并网逆变器的整体设计方案,涵盖功率接口板、主控DSP板、驱动扩展板及其逆变器并联仿真的各个方面。首先,文章阐述了功率接口板的原理图和PCB设计,解释了各个元件的作用及其选择依据。接着,重点讲解了主控DSP板的原理图、元器件明细表及核心代码,特别是PID控制算法的应用。然后,探讨了驱动扩展板的设计要点,包括驱动芯片的选择和PCB布局技巧。最后,分析了逆变器并联仿真文件,讨论了环流抑制算法及其效果。 适合人群:具备一定电子工程和嵌入式系统基础知识的专业人士,尤其是从事光伏逆变器及相关电力电子设备的研发工程师和技术爱好者。 使用场景及目标:①帮助读者深入了解100kw模块式三相光伏并网逆变器的工作原理和设计思路;②为实际项目开发提供详尽的技术参考资料,包括原理图、PCB设计、源码及元器件选择;③通过实例代码和仿真分析,提升读者解决复杂控制系统问题的能力。 其他说明:文中不仅提供了理论知识,还分享了许多实际设计中的经验和技巧,如PCB布线注意事项、元件选型标准、代码优化方法等,有助于读者更好地理解和应用所学内容。

    (源码)基于Python和OpenAI的微信智能聊天机器人.zip

    # 基于Python和OpenAI的微信智能聊天机器人 ## 项目简介 本项目是一个基于Python和OpenAI的微信智能聊天机器人,能够将微信打造成一个智能对话平台。通过集成OpenAI的ChatGPT模型,机器人可以进行智能对话,支持多轮会话上下文记忆、语音识别、图片生成等功能。此外,项目还支持多种插件扩展,如多角色切换、文字冒险游戏、敏感词过滤等,极大地丰富了用户的互动体验。 ## 主要特性和功能 多端部署支持个人微信、微信公众号和企业微信应用等多种部署方式。 智能对话支持私聊及群聊的智能回复,支持多轮会话上下文记忆,支持GPT3、GPT3.5、GPT4模型。 语音识别支持语音消息的识别与回复,支持Azure、Baidu、Google、OpenAI等多种语音模型。 图片生成支持图片生成和图生图功能,支持DALLE、Stable Diffusion、Replicate等模型。

    图表组件(柱状图、折线图、饼图、雷达图...)微信小程序源码.zip

    微信小程序图表组件源码简介 这份资源是精心整理的微信小程序图表组件源码包,涵盖了柱状图、折线图、饼图、雷达图等多种常见且实用的图表类型。在当今数据可视化盛行的时代,无论是商业数据分析、项目进度展示,还是日常信息统计,这些图表都起着关键作用。 对于微信小程序开发者而言,这无疑是一份极具价值的学习宝藏。它提供了现成的图表实现代码,能帮助开发者深入理解不同图表在小程序中的构建逻辑与交互方式,快速掌握如何将数据以直观的图表形式呈现给用户,从而提升小程序的用户体验与功能性。通过研究这些源码,开发者可以学习到图表绘制的技巧、数据处理的方法以及与小程序其他组件协同工作的方式,为开发更复杂、更专业的小程序应用奠定坚实基础,加速开发进程,少走弯路,进而打造出功能完备、界面美观且数据展示清晰的优质小程序产品,满足用户多样化的数据可视化需求。总之,这是一份不可多得的学习资源,助力开发者在微信小程序开发领域不断进步。

    幼儿园招生报名小程序源码(幼儿家长可以填写幼儿的基本信息,住址信息,监护人信息等资料(可自定义设置), 园方人员根据资料可以做预先审核,并提示用户修改完善资料,并可查看和导出名单).zip

    《幼儿园招生报名小程序源码简介》 本资源是一份极具实用价值的幼儿园招生报名小程序源码。它为幼儿园的招生工作提供了高效便捷的解决方案,同时也方便家长进行报名操作。 在功能方面,幼儿家长能够通过该小程序填写丰富的信息,涵盖幼儿的基本信息、住址信息以及监护人信息等各类必要资料,且这些资料可根据实际需求进行灵活的自定义设置,满足不同幼儿园的个性化要求。园方人员则拥有强大的管理权限,可依据家长提交的资料进行预先审核,若发现资料不完善或存在问题,能及时提示用户修改,确保信息的准确性和完整性。此外,园方还能方便地查看所有报名名单,并支持将名单导出,便于后续的整理和统计工作。 需要强调的是,此资源仅为学习资源,旨在帮助开发者学习和研究相关技术,不应用于商业用途。

    4.1 openmv相关资料如何查找 STM32串口通信 openmv+STM32串口通信 openmv串口通信openmv识别物体 openmv神经网络训练 openmv.md

    4.1 openmv相关资料如何查找 STM32串口通信 openmv+STM32串口通信 openmv串口通信openmv识别物体 openmv神经网络训练 openmv

    基于FPGA的自适应滤波器设计:FIR/IIR滤波器与LMS/NLMS/RLS/FxLMS算法及分数阶滤波器的应用

    内容概要:本文详细介绍了基于FPGA实现自适应滤波器的方法和技术细节。首先概述了自适应滤波器的基本概念及其重要性,接着深入探讨了FIR(有限冲激响应)和IIR(无限冲激响应)滤波器的工作原理和应用场景。文中提供了具体的Verilog代码示例,展示了如何在FPGA上实现这两种类型的滤波器。随后,文章讨论了几种常见的自适应算法,如LMS(最小均方)、NLMS(归一化最小均方)、RLS(递归最小二乘)和FxLMS(Filtered-x LMS),并解释了它们各自的优缺点及适用范围。此外,文章还介绍了分数阶自适应滤波器的概念及其独特优势,特别是在处理非平稳信号方面的表现。最后,文章分享了一些实用的技术细节,如流水线设计、资源优化技巧以及实际测试结果。 适合人群:对数字信号处理和FPGA开发有一定了解的研发人员,尤其是从事嵌入式系统设计、音频处理、通信工程等相关领域的工程师。 使用场景及目标:适用于需要高性能、低延迟的实时信号处理任务,如噪声消除、回声抑制、生物医学信号处理等。通过掌握本文提供的理论知识和实践经验,读者可以在自己的项目中实现高效的自适应滤波解决方案。 其他说明:文章不仅涵盖了理论背景,还包括了大量的代码片段和实际案例,帮助读者更好地理解和应用所学内容。同时,文中提及的一些优化技术和调试经验对于提升系统的性能和稳定性也非常有价值。

    (源码)基于React和Gatsby框架的TiDB开发者社区网站.zip

    # 基于React和Gatsby框架的TiDB开发者社区网站 ## 项目简介 这是一个基于React和Gatsby框架的TiDB开发者社区网站。该网站旨在为TiDB的开发者们提供一个交流、分享和学习平台。网站包含了各种功能,如博客文章、人员列表、SIG(Special Interest Group)介绍、事件发布等。 ## 项目的主要特性和功能 1. 国际化支持支持中英文切换,适应不同语言背景的开发者。 2. 响应式设计网站能够自适应不同大小的屏幕,包括桌面和移动设备。 3. 博客功能允许社区成员发表关于TiDB技术、最佳实践等内容的博客文章。 4. 人员列表展示TiDB社区的活跃成员,包括他们的简介和贡献。 5. SIG介绍详细介绍TiDB的各个SIG(特殊兴趣小组),帮助开发者了解社区内部的各种项目和活动。 6. 事件发布提供社区活动的信息发布功能,包括会议、研讨会等。 ## 安装使用步骤

    Delphi 12.3控件之CnWizards-1.6.0.1248-Unstable.exe

    Delphi 12.3控件之CnWizards_1.6.0.1248_Unstable.exe

Global site tag (gtag.js) - Google Analytics