| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- =======
- Recipes
- =======
-
- Recipes are simple guides to solving common problems that occur when creating
- e-commerce projects.
-
- Customisation
- -------------
-
- .. toctree::
- :maxdepth: 1
-
- how_to_customise_an_app
- how_to_customise_models
- how_to_override_a_core_class
- how_to_customise_templates
- how_to_disable_an_app
- how_to_change_a_url
- how_to_configure_the_dashboard_navigation
-
- Catalogue
- ---------
-
- .. toctree::
- :maxdepth: 1
-
- how_to_create_categories
- how_to_model_your_catalogue
- importing_a_catalogue
-
- Pricing, stock and availability
- -------------------------------
-
- .. toctree::
- :maxdepth: 1
-
- enforcing_stock_rules
- how_to_configure_stock_messaging
-
- Payment
- -------
-
- .. toctree::
- :maxdepth: 1
-
- how_to_integrate_payment
- how_to_apply_tax_exemptions
-
- Shipping
- --------
-
- .. toctree::
- :maxdepth: 1
-
- how_to_configure_shipping
-
- Offers
- ------
-
- .. toctree::
- :maxdepth: 1
-
- how_to_create_a_custom_range
- how_to_create_a_custom_condition
- how_to_create_a_custom_benefit
-
- Appearance
- ----------
-
- .. toctree::
- :maxdepth: 1
-
- how_to_handle_statics
-
- Contributing
- ------------
-
- .. toctree::
- :maxdepth: 1
-
- how_do_i_translate_oscar
|