settings.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. [
  2. {
  3. "title": "General",
  4. "icon": "settings",
  5. "description": "View and update your store details"
  6. },
  7. {
  8. "title": "Payments",
  9. "icon": "cash",
  10. "description": "Enable and manage your store's payment providers"
  11. },
  12. {
  13. "title": "Checkout",
  14. "icon": "shopping-cart",
  15. "description": "Customize your online checkout process"
  16. },
  17. {
  18. "title": "Shipping and delivery",
  19. "icon": "truck-delivery",
  20. "description": "Manage how you ship orders to customers"
  21. },
  22. {
  23. "title": "Taxes",
  24. "icon": "tax",
  25. "description": "Manage how your store charges taxes"
  26. },
  27. {
  28. "title": "Locations",
  29. "icon": "map-pin",
  30. "description": "Manage the places you stock inventory, fulfill orders, and sell products"
  31. },
  32. {
  33. "title": "Notifications",
  34. "icon": "bell",
  35. "description": "Manage notifications sent to you and your customers"
  36. },
  37. {
  38. "title": "Gift cards",
  39. "icon": "gift",
  40. "description": "Enable Apple Wallet passes and set gift card expiry dates"
  41. },
  42. {
  43. "title": "Files",
  44. "icon": "file-invoice",
  45. "description": "Upload images, videos, and documents"
  46. },
  47. {
  48. "title": "Sales channels",
  49. "icon": "chart-line",
  50. "description": "Manage the channels you use to sell your products and services"
  51. },
  52. {
  53. "title": "Plan and permissions",
  54. "icon": "user",
  55. "description": "View plan information and manage what staff can see or do in your store"
  56. },
  57. {
  58. "title": "Store languages",
  59. "icon": "language",
  60. "description": "Manage the languages your customers can view on your store"
  61. },
  62. {
  63. "title": "Billing",
  64. "icon": "wallet",
  65. "description": "Manage your billing information and view your invoices"
  66. },
  67. {
  68. "title": "Legal",
  69. "icon": "license",
  70. "description": "Manage your store's legal pages"
  71. }
  72. ]