[FIX] website_sale_aplicoop: block out-of-stock add
This commit is contained in:
parent
9bd48654fd
commit
33c148e6a1
3 changed files with 32 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue