WPIntell

Source evidence

Checking min items with a category

Auto Coupons for WooCommerce · support · 2024-08-02T00:41:00+00:00

mixedsentiment
mediumseverity
0.61relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 26 rows with source links

15.4% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

22 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
atk1ng resolved
Hi I just wanted to let you know that the plugin was showing the min item message even when an item that wasn’t of the right category was added. I fixed this by adding && $qty_in_cart>0 to the if statement on line 664, so it also checks for the qty with valid cat. ie. if($c->min_qty>0 && $qty_in_cart<$c->min_qty && $qty_in_cart>0) The max item case already checks it is over the $c->max_qty so it’s not an issue. Thanks for the great plugin! Hi atk1ng, Thank you very much for locating this and providing a fix! We will include this update in the next release.

Comments

1 shown
RLDD 2024-08-02T00:45:00+00:00

Hi atk1ng, Thank you very much for locating this and providing a fix! We will include this update in the next release.