Guest User

Untitled

a guest
Aug 19th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. Template files
  2. > index ( home/front page )
  3.  
  4. > collection
  5. - a group of products e.g. men's t-shirts or summer sale
  6. - has a title, description and image
  7. - lists products in a collection
  8. - has product data -- title, image, price etc
  9. - can be paginated
  10.  
  11. > collections-list
  12. - An archive page for all collections
  13. - has collection data
  14.  
  15. > product
  16. - title
  17. - description
  18. - images
  19. - price
  20. - sale price
  21. - weight
  22. - variants
  23. - tags -- keywords for the search page
  24. - quantity
  25.  
  26. > cart
  27. - lists items in cart
  28. - remove item
  29. - quantity
  30. - update or checkout
  31.  
  32. > search
  33. - archive of products in search term
  34. - has product data
  35. - can be paginated
  36.  
  37. > pages
  38. - unique custom page layouts -- about, contact us etc
  39. - default page layout that admin can add -- privacy policty, terms & conditions etc
  40.  
  41. > article ( single blog post )
  42. - title
  43. - content
  44. - excerpt
  45. - featured image
  46. - author
  47. - searchable tags
  48.  
  49. > blog
  50. - archive of articles
  51. - has article data
  52. - can be paginated
  53.  
  54. > 404
  55. - information not found
  56.  
  57. > password ( coming soon front page )
  58. - makes other pages only accessible via password
  59.  
  60. > customers
  61. > account
  62. - details -- orders, name, email, phone, addresss
  63. > activate account
  64. > addresses
  65. - lists addresses
  66. - allows to add new addresses
  67. > login
  68. - email, password, forgotten password?
  69. > order
  70. - order number
  71. - date
  72. - billing & shipping adress
  73. - list of items -- name price, quanitity, total
  74. > register
  75. - first name, last name, email, password
  76. > reset password
  77. - new password, confirm password
  78.  
  79. > checkout
  80. - this page can't be styled unless enterprise account
Add Comment
Please, Sign In to add comment