blob: cadb46f2651b855039e242ec7dd5be1cbd443e9b [file] [log] [blame]
marination22f41a12021-02-25 13:56:38 +05301# Copyright (c) 2021, Frappe Technologies Pvt. Ltd. and Contributors
Rushabh Mehta3daa49a2014-10-21 16:16:30 +05302# License: GNU General Public License v3. See license.txt
Rushabh Mehta3daa49a2014-10-21 16:16:30 +05303
Rushabh Mehta3daa49a2014-10-21 16:16:30 +05304no_cache = 1
Rushabh Mehta156ce602015-09-11 18:49:59 +05305
marination22f41a12021-02-25 13:56:38 +05306from erpnext.e_commerce.shopping_cart.cart import get_cart_quotation
Rushabh Mehta156ce602015-09-11 18:49:59 +05307
Chillar Anand915b3432021-09-02 16:44:59 +05308
Rushabh Mehta156ce602015-09-11 18:49:59 +05309def get_context(context):
marination45f64bd2021-09-01 14:57:50 +053010 context.body_class = "product-page"
Rushabh Mehta156ce602015-09-11 18:49:59 +053011 context.update(get_cart_quotation())