Theme pages control layouts for specific parts of the theme e.g. product, category or blog pages. Each page has
Page | URL |
Home | / |
Product | /product/:product |
Category | /browse/:category |
Collection | /collection/:collection |
Brand | /brand/:brand |
Seller | /seller/:seller |
Static Page | /page/:page |
Blog Post (A specific blog post detail with all its content) | /blog/:blog |
Blog (All available blog posts in the store) | /blog |
Blogs (All blog posts of a specific blog category) | /blogs/:blog |
Blog Tag (All blog posts with specific tag) | /blogs/tag/:tag |
Cart | /cart |
Checkout | /checkout |
Order Summary | /orderstatus/:orderid |
Search Results | /search/:term |
Account Pages | /account/:section Possible values for section are profile, addresses, change_password |
User(guest) Pages | /user/:section Possible values for section are login, register, forgot_password, verification |
Seller Pages | /seller/:section Possible values for section are login, register or alias of a specific seller. |
Affiliate Pages | /affiliate/:action Possible values for action are either login or register for an affiliate in order of the affiliate program. |
Contact | /contact |
Location Page | /locations Location page is used to display the all the available locations of the store. |
Page Not Found | /404 |