Product Variation (Attributes) – Bug
-
File: assets/js/frontend/add-to-cart-variation.js
Bug Found:
Attributes are case sensitive and the dropdown for variations doing the same thing. But following method is alerting
“Sorry, no products matched your selection. Please choose a different combination.”
<strong>wc_add_to_cart_variation_params.i18n_no_matching_variations_text</strong>
Problem found in this method:
wc_variation_form_matcher.variations_match( variation.attributes, settings )
Its matching lowercase with capitalized values. Please fix it, else we have to enter all small values in attributes. Or alternatively you can give a tooltip for attributes textarea that keep all small.
Thanks,
Fahad
Viewing 15 replies - 1 through 15 (of 15 total)
Viewing 15 replies - 1 through 15 (of 15 total)
- The topic ‘Product Variation (Attributes) – Bug’ is closed to new replies.