您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

index.rst 1.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  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_models
  11. how_to_customise_templates
  12. how_to_disable_an_app_or_feature
  13. how_to_change_a_url
  14. how_to_customise_a_view
  15. how_to_configure_the_dashboard_navigation
  16. how_to_customise_oscar_communications
  17. Customers
  18. ---------
  19. .. toctree::
  20. :maxdepth: 1
  21. use_a_custom_user_model
  22. Catalogue
  23. ---------
  24. .. toctree::
  25. :maxdepth: 1
  26. how_to_create_categories
  27. importing_a_catalogue
  28. Pricing, stock and availability
  29. -------------------------------
  30. .. toctree::
  31. :maxdepth: 1
  32. enforcing_stock_rules
  33. how_to_configure_stock_messaging
  34. Payment
  35. -------
  36. .. toctree::
  37. :maxdepth: 1
  38. how_to_integrate_payment
  39. how_to_handle_us_taxes
  40. Shipping
  41. --------
  42. .. toctree::
  43. :maxdepth: 1
  44. how_to_configure_shipping
  45. Surcharges
  46. ----------
  47. .. toctree::
  48. :maxdepth: 1
  49. how_to_configure_surcharges
  50. Order processing
  51. ----------------
  52. .. toctree::
  53. :maxdepth: 1
  54. how_to_set_up_order_processing
  55. Offers
  56. ------
  57. .. toctree::
  58. :maxdepth: 1
  59. how_to_create_a_custom_range
  60. how_to_create_a_custom_condition
  61. how_to_create_a_custom_benefit
  62. Appearance
  63. ----------
  64. .. toctree::
  65. :maxdepth: 1
  66. how_to_handle_statics
  67. Deployment and setup
  68. --------------------
  69. .. toctree::
  70. :maxdepth: 1
  71. how_to_setup_solr