diff --git a/app/api/services/products.py b/app/api/services/products.py index c82dcc9..acf4bdd 100644 --- a/app/api/services/products.py +++ b/app/api/services/products.py @@ -98,6 +98,7 @@ class ProductsService(BaseService): 'banner': t.banner, 'prov_status': 5, 'icon_style': icon_style, + 'product_icon': 'fa-cart-plus', 'status_text': st_text })