Is there a limit to referenced (product) entities in Drupal 7.2?
As I understand it Commerce the product reference is related to the entity module, so does that mean that there is some way that I can increase the threshold of 50? I don’t see anywhere in the entity module where I can configure this.
Comments
Were you able to find a solution to your problem? I am contemplating a downgrade to resolve the issue.
I am experiencing the same issue since running updates on a website I am developing. I used to be able to reference 1400+ products in a select box widget using a product reference field however now I am limited to only 50.
Any assistance would be greatly appreciated!
If not otherwise you can hack the code (*it is so rude, don't do that*) in /sites/all/modules/commerce/modules/product/commerce_product.module #789.line there is a variable
$limit = 50,
I hope will comes a better sollution for this soon.