2021-02-25 08:26:38 +00:00
|
|
|
# Copyright (c) 2021, Frappe Technologies Pvt. Ltd. and Contributors
|
2014-10-21 10:46:30 +00:00
|
|
|
# License: GNU General Public License v3. See license.txt
|
|
|
|
|
|
|
|
no_cache = 1
|
2015-09-11 13:19:59 +00:00
|
|
|
|
2021-02-25 08:26:38 +00:00
|
|
|
from erpnext.e_commerce.shopping_cart.cart import get_cart_quotation
|
2015-09-11 13:19:59 +00:00
|
|
|
|
2021-09-02 11:14:59 +00:00
|
|
|
|
2015-09-11 13:19:59 +00:00
|
|
|
def get_context(context):
|
2021-09-01 09:27:50 +00:00
|
|
|
context.body_class = "product-page"
|
2015-09-11 13:19:59 +00:00
|
|
|
context.update(get_cart_quotation())
|