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