diff --git a/tailbone/views/products.py b/tailbone/views/products.py index e381968c..0063aba8 100644 --- a/tailbone/views/products.py +++ b/tailbone/views/products.py @@ -303,6 +303,11 @@ class ProductsView(MasterView): fs.deposit_link, fs.tax, fs.organic, + fs.kosher, + fs.vegan, + fs.vegetarian, + fs.gluten_free, + fs.sugar_free, fs.discountable, fs.special_order, fs.not_for_sale,