SKU comparison is using integers
-
When comparing the product SKU with a rule, the former is made an integer, causing some comparisons to fail when they shouldn’t.
For example
The rule: array(1) { [0]=> string(8) “821550-0” }
$this->values from ProductFiltering.php function compareProductWithProduct_sku: array(1) { [0]=> int(821550) }Version 4.0.4
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘SKU comparison is using integers’ is closed to new replies.