satchmo
django thousand separator for product price in templates
i have the product price in decimals, like 15000.0000 now i want to ap开发者_如何学运维ply thousand separator on it, intcomma filter works fine with decimals as here[详细]
2023-02-21 03:57 分类:问答Performing a Django Query on a Model, But Ending Up with a QuerySet for That Model's ManyToManyField
I have a third party Django App (Satchmo) which has a model called Product which I make extensive use of in my Django site.[详细]
2023-02-20 04:23 分类:问答Where to Disconnect() the `default_product_search_listener` in Satchmo
I don\'t want to use the Default Satc开发者_开发百科hmo search listener. I\'ve created my own search listener instead.[详细]
2023-02-19 16:32 分类:问答django: how to get a substring?
I was modifying satchmo(a python online store project), but I found that I can\'t use [0, 5] to get the substring in the model. And I found the type isclass \'django.utils.safestring.SafeUnicode\' in[详细]
2023-02-15 05:20 分类:问答django sitemap root url not showing up
my sitemap.xml file is showing every url of my apps as it should do. but the main /-url (root-url) of my domain is not in the sitemap.xml because its not an app.[详细]
2023-02-14 15:38 分类:问答How to override an app in Django properly?
I\'m running Satchmo. There are many apps and I\'ve changed some of the source in the Product app. So my question is how can I override this properly because the change is site specific. Do I have t[详细]
2023-02-14 06:03 分类:问答Satchmo, Want to change template depending on what product category is selected
I have two categories listed in my DB. I would like to change the template (templates>product>category.html) depending on which category was selected. (It\'s because I want to change the colour sche[详细]
2023-02-13 19:04 分类:问答Over-ride default Satchmo email with custom template
I\'m using Satchmo for the shop section of a website. I\'m trying to override the default \'order_complete\' email with my own, but haven\'t been able to so far. The docs indicate that it should be do[详细]
2023-02-12 07:15 分类:问答changing locations in django satchmo
I am using Satchmo(skeleton project that comes in the projects folder when you download Satchmo) but am not in the US. I see that by default there is a Zipcode/Postcode* and list of states on the chec[详细]
2023-02-08 20:06 分类:问答Filter products by attribute
I\'m working on an eshop with Satchmo framework. Does 开发者_开发知识库anyone know what steps should i followin order to filter products according to a custom attribute(type of material) in order to p[详细]
2023-02-08 19:23 分类:问答