Merge pull request #29625 from frappe/fix-web-portal
fix: Load control & dialog assets with `cart.js`
This commit is contained in:
commit
4d5749ba7d
@ -1,7 +1,6 @@
|
|||||||
import "./website_utils";
|
import "./website_utils";
|
||||||
import "./wishlist";
|
import "./wishlist";
|
||||||
import "./shopping_cart";
|
import "./shopping_cart";
|
||||||
import "./cart";
|
|
||||||
import "./customer_reviews";
|
import "./customer_reviews";
|
||||||
import "../../e_commerce/product_ui/list";
|
import "../../e_commerce/product_ui/list";
|
||||||
import "../../e_commerce/product_ui/views";
|
import "../../e_commerce/product_ui/views";
|
||||||
|
@ -1,9 +1,7 @@
|
|||||||
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
|
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
|
||||||
// License: GNU General Public License v3. See license.txt
|
// License: GNU General Public License v3. See license.txt
|
||||||
|
|
||||||
// js inside blog page
|
// JS exclusive to /cart page
|
||||||
|
|
||||||
// shopping cart
|
|
||||||
frappe.provide("erpnext.e_commerce.shopping_cart");
|
frappe.provide("erpnext.e_commerce.shopping_cart");
|
||||||
var shopping_cart = erpnext.e_commerce.shopping_cart;
|
var shopping_cart = erpnext.e_commerce.shopping_cart;
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user