{% if slideshow %}
@@ -27,17 +29,6 @@
{% endif %}
{{ title }}
{% endblock %} -{% block content %} +{% block page_content %}
diff --git a/erpnext/templates/includes/address_row.html b/erpnext/templates/includes/address_row.html
index f6ec819bd55..15dcb951967 100644
--- a/erpnext/templates/includes/address_row.html
+++ b/erpnext/templates/includes/address_row.html
@@ -1,5 +1,5 @@
{% endif %}
diff --git a/erpnext/templates/includes/issue_row.html b/erpnext/templates/includes/issue_row.html
index 2935a24ea4c..c090f93ebec 100644
--- a/erpnext/templates/includes/issue_row.html
+++ b/erpnext/templates/includes/issue_row.html
@@ -1,5 +1,5 @@
-
+
{{ doc.address_title }}
{{ frappe.get_doc(doc).get_display() }} diff --git a/erpnext/templates/includes/footer/footer_extension.html b/erpnext/templates/includes/footer/footer_extension.html index 400043edbf2..e24b862a83f 100644 --- a/erpnext/templates/includes/footer/footer_extension.html +++ b/erpnext/templates/includes/footer/footer_extension.html @@ -15,6 +15,7 @@
-
+
diff --git a/erpnext/templates/includes/product_page.js b/erpnext/templates/includes/product_page.js
index cec4f2a6a65..0a38c23f9b4 100644
--- a/erpnext/templates/includes/product_page.js
+++ b/erpnext/templates/includes/product_page.js
@@ -86,7 +86,7 @@ frappe.ready(function() {
return;
}
- frappe.load_via_ajax(window.location.pathname + "?variant=" + item_code);
+ window.location.href = window.location.pathname + "?variant=" + item_code;
});
});
diff --git a/erpnext/templates/includes/transaction_row.html b/erpnext/templates/includes/transaction_row.html
index 9b9fd52350e..7c03579748c 100644
--- a/erpnext/templates/includes/transaction_row.html
+++ b/erpnext/templates/includes/transaction_row.html
@@ -1,5 +1,5 @@
-
+
diff --git a/erpnext/templates/pages/cart.html b/erpnext/templates/pages/cart.html
index a97e65876c8..6891bceb1bd 100644
--- a/erpnext/templates/pages/cart.html
+++ b/erpnext/templates/pages/cart.html
@@ -1,9 +1,18 @@
+{% extends "templates/web.html" %}
+
{% block title %} {{ "Shopping Cart" }} {% endblock %}
{% block header %}