0

As many of you may know that there is a limit of product variations to 50 per product.

Does anyone know if this can be changed if so how?

4

3 回答 3

2

您可以通过将以下代码添加到 functions.php 来更改它(示例显示变体数量增加到 150):

define( 'WC_MAX_LINKED_VARIATIONS', 150 );
于 2016-08-30T20:33:52.920 回答
1

我认为这可能是您的问题,请查看 woothemes 文档:http ://docs.woothemes.com/document/problems-with-large-amounts-of-data-not-saving-variations-rates-etc/

于 2013-07-26T15:13:43.790 回答
1

我为此创建了一个非常简单的插件
它使用钩子woocommerce_ajax_variation_threshold请参阅文档

于 2019-07-04T07:38:04.403 回答