[website] [partners listing] first cut

This commit is contained in:
Anand Doshi
2013-06-13 14:40:57 +05:30
parent 48519ef8ae
commit 8e2ea5fed6
6 changed files with 185 additions and 58 deletions

View File

@@ -131,6 +131,10 @@
"cart": {
"no_cache": true,
"template": "app/website/templates/pages/cart.html"
},
"partners": {
"template": "app/website/templates/pages/partners",
"args_method": "website.helpers.partner.get_partner_args"
}
},
"generators": {
@@ -149,6 +153,10 @@
"Item Group":{
"template": "app/website/templates/html/product_group.html",
"condition_field": "show_in_website"
},
"Sales Partner": {
"template": "app/website/templates/html/partner_page.html",
"condition_field": "show_in_website"
}
}
}