简体   繁体   English

在ibm Commerce中,用户可以在订单中拥有的最大商品数是多少

[英]is there a maximum number of items a user can have in an order in ibm commerce

IBM Websphere Commerce 6 IBM Websphere Commerce 6

I have a user that has over 500 unique items in a single order. 我有一个用户在一个订单中有500多个独特商品。 These are OrderItems that are associated with an ORDERS table in IBM DB2. 这些是与IBM DB2中的ORDERS表关联的OrderItem。

Apparently they can not load the shopping list? 显然他们无法加载购物清单? I was wondering if there was an upper limit on the number of items that a order could have or what the number would be when the list start to have performance problems. 我想知道一个订单可以容纳的物品数量是否有上限,或者当列表开始出现性能问题时该数量是多少。

I have not found any documentation on that. 我还没有找到任何文档。 I have found documentation on limiting the number of items in a shopping list, and adding performance improvements for large list but they do not define what a large list is 我找到了有关限制购物清单中物品数量并为大型清单添加性能改进的文档,但它们并未定义大型清单是什么

请参考下面的链接,它描述了如何在wcs 7中实现相同的功能http://pic.dhe.ibm.com/infocenter/wchelp/v7r0m0/topic/com.ibm.commerce.admin.doc/tasks/toscfgbounds.htm

I've heard of an upper limit but I don't know what it is. 我听说过上限,但我不知道这是什么。 I would contact IBM Software Support and they can tell you. 我将与IBM软件支持联系,他们可以告诉您。

If you are hitting the OrderItemAdd URL with these items, yes you will have a limitation since the query string is limited for a HTTP GET request (which ofcource can be configured at the web server configurations) There is a WebSphere Commerce configuration on the maximum number of order items that can be added to cart at the installation level as well as at a contract level. 如果您正在使用这些项目命中OrderItemAdd URL,是的,您将受到限制,因为查询字符串仅限于HTTP GET请求(可以在Web服务器配置中配置该流程)最大数目上有一个WebSphere Commerce配置可以在安装级别和合同级别添加到购物车的订单项。 You can verify if your scenario doesn't fall there. 您可以验证您的方案是否不属于该方案。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Java类可以具有的最大字段数是多少? - What is the maximum number of fields a Java class can have? 您可以在Java中使用最大数量的嵌套循环吗? - Is there a maximum number of nested loops you can have in Java? 我的程序中可以拥有的最大类数是多少? - What is the maximum number of classes can have in my program? Java类可以拥有的最大方法数是多少? - What is the maximum number of methods a Java class can have? J2ME列表中的最大项目数 - Maximum number of items in a J2ME List JComboBoxes 有最大数量的字段吗? - Do JComboBoxes have a maximum number of fields? 如果我有多个有订单的堆栈,如何最好地遍历它们以获得正确的位置? - If I have a number of Stacks that have an order, how can I best iterate through them to get the right spot? 如何让用户在代码中设置自己的订单号? - What should I do to have the user set their own order number with in my code? 我如何让用户从图库中选择多个图像,并在选择它们时将它们按顺序放入队列中? - How can I have a user select multiple images from the gallery, and as they are selected have them put into a queue in order? 如何编写 jsp 代码以接受来自文具店的订单并显示并包括用户可以选择和订购的物品列表 - How to write a jsp code to accept order from stationary shop and display and to include list of items user can choose and order
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM