[FIX] website_sale_aplicoop: block out-of-stock add

This commit is contained in:
snt 2026-03-03 15:30:43 +01:00
parent 9bd48654fd
commit 33c148e6a1
3 changed files with 32 additions and 3 deletions

View file

@ -260,6 +260,7 @@ class AplicoopWebsiteSale(WebsiteSale):
# ============ MISC ============
"items": env_lang._("items"),
"added_to_cart": env_lang._("added to cart"),
"out_of_stock": env_lang._("Out of stock"),
}
return labels