| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- =======
- Recipes
- =======
-
- Recipes are simple guides to solving common problems that occur when creating
- e-commerce projects.
-
- Customisation
- -------------
-
- .. toctree::
- :maxdepth: 1
-
- recipes/how_to_customise_an_app
- recipes/how_to_customise_models
- recipes/how_to_override_a_core_class
- recipes/how_to_customise_templates
- recipes/how_to_disable_an_app
-
- Catalogue
- ---------
-
- .. toctree::
- :maxdepth: 1
-
- recipes/how_to_create_categories
- recipes/how_to_model_your_catalogue
- recipes/importing_a_catalogue
-
- Pricing, stock and availability
- -------------------------------
-
- .. toctree::
- :maxdepth: 1
-
- recipes/enforcing_stock_rules
- recipes/how_to_configure_stock_messaging
-
- Shipping
- --------
-
- .. toctree::
- :maxdepth: 1
-
- recipes/how_to_configure_shipping
|