diff --git a/assets/themes/fritures/fritures.json b/assets/themes/fritures/fritures.json
index 99cb659..04d0a6c 100644
--- a/assets/themes/fritures/fritures.json
+++ b/assets/themes/fritures/fritures.json
@@ -224,6 +224,35 @@
}
]
},
+ {
+ "question": {
+ "nl": "Als je je eigen container (bv. kookpot of kleine potjes voor saus) meeneemt, gebruikt de frituur deze dan om je bestelling in te doen?",
+ "en": "If you bring your own container (such as a cooking pot and small pots), is it used to package your order?
"
+ },
+ "mappings": [
+ {
+ "if": "bulk_purchase=yes",
+ "then": {
+ "nl": "Je mag je eigen containers meenemen om je bestelling in mee te nemen en zo minder afval te maken",
+ "en": "You can bring your own containers to get your order, saving on single-use packaging material and thus waste"
+ }
+ },
+ {
+ "if": "bulk_purchase=no",
+ "then": {
+ "nl": "Je mag geen eigen containers meenemen om je bestelling in mee te nemen",
+ "en": "Bringing your own container is not allowed"
+ }
+ },
+ {
+ "if": "bulk_purchase=only",
+ "then": {
+ "nl": "Je moet je eigen containers meenemen om je bestelling in mee te nemen.",
+ "en": "You must bring your own container to order here."
+ }
+ }
+ ]
+ },
"questions",
"reviews"
],