mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 03:09:09 +00:00
[fix] Add to Cart visibility, Customer's Price List in Shopping Cart and Address creation from Shopping Cart
This commit is contained in:
@@ -32,11 +32,11 @@ $.extend(shopping_cart, {
|
||||
});
|
||||
|
||||
$("#cart-add-shipping-address").on("click", function() {
|
||||
window.location.href = "address?address_fieldname=shipping_address_name";
|
||||
window.location.href = "addresses";
|
||||
});
|
||||
|
||||
$("#cart-add-billing-address").on("click", function() {
|
||||
window.location.href = "address?address_fieldname=customer_address";
|
||||
window.location.href = "address";
|
||||
});
|
||||
|
||||
$(".btn-place-order").on("click", function() {
|
||||
|
||||
Reference in New Issue
Block a user