updates to item, item_group and website

This commit is contained in:
Rushabh Mehta
2012-12-20 17:11:51 +05:30
parent 608a751b57
commit fc19f25c88
20 changed files with 277 additions and 153 deletions

View File

@@ -1,7 +1,19 @@
{% extends "html/page.html" %}
{% block javascript %}
{% include "js/product_list.js" %}
{% endblock %}
{% block content %}
<script>
$(document).ready(function() {
window.start = 0;
window.product_group = "{{ name }}";
window.get_product_list();
});
</script>
<div class="layout-wrapper layout-wrapper-background">
<div class="web-content" id="content-product_group">
<div class="layout-main" style="padding: 30px;">
@@ -22,12 +34,17 @@
</div>
</div>
{% endif %}
{% if obj.doclist.get({"doctype":"Featured Item"}) %}
<hr>
<h3>Featured Products</h3>
{% endif %}
<h3>Products</h3>
<div id="search-list">
</div>
<div style="text-align: center;">
<div class="more-btn"
style="display: none; text-align: center;">
<button class="btn">More...</button>
</div>
</div>
</div>
</div>
</div>