You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. =======
  2. Recipes
  3. =======
  4. Recipes are simple guides to solving common problems that occur when creating
  5. e-commerce projects.
  6. Customisation
  7. -------------
  8. .. toctree::
  9. :maxdepth: 1
  10. how_to_customise_an_app
  11. how_to_customise_models
  12. how_to_override_a_core_class
  13. how_to_customise_templates
  14. how_to_disable_an_app
  15. how_to_change_a_url
  16. how_to_configure_the_dashboard_navigation
  17. Catalogue
  18. ---------
  19. .. toctree::
  20. :maxdepth: 1
  21. how_to_create_categories
  22. how_to_model_your_catalogue
  23. importing_a_catalogue
  24. Pricing, stock and availability
  25. -------------------------------
  26. .. toctree::
  27. :maxdepth: 1
  28. enforcing_stock_rules
  29. how_to_configure_stock_messaging
  30. Payment
  31. -------
  32. .. toctree::
  33. :maxdepth: 1
  34. how_to_integrate_payment
  35. how_to_apply_tax_exemptions
  36. Shipping
  37. --------
  38. .. toctree::
  39. :maxdepth: 1
  40. how_to_configure_shipping
  41. Offers
  42. ------
  43. .. toctree::
  44. :maxdepth: 1
  45. how_to_create_a_custom_range
  46. how_to_create_a_custom_condition
  47. how_to_create_a_custom_benefit
  48. Appearance
  49. ----------
  50. .. toctree::
  51. :maxdepth: 1
  52. how_to_handle_statics
  53. Contributing
  54. ------------
  55. .. toctree::
  56. :maxdepth: 1
  57. how_do_i_translate_oscar