You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+80-11Lines changed: 80 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,28 @@
1
-
# FireTheme Shopify Theme
2
-
FireTheme is Free Shopify Theme focused on simplicity, speed, and user experience. Download it today and finish your Shopify store within days, not months. Powered by Bootstrap v5 framework and 15+ years of coding experience.
1
+
# IMPORTANT NOTICE
2
+
This branch (master) is for our new version of KS BootShop theme, which is powered by Bootstrap v5. If you are looking for our the Bootstrap v4 version please check our [v1 branch](https://github.com/kondasoft/ks-bootshop/tree/v1-bs4)
3
+
4
+
# BootShop - Shopify Theme
5
+
Shopify Starter Theme powered by Bootstrap framework (v5 and v4), developed respecting [Shopify themes requirements](https://shopify.dev/tutorials/review-theme-store-requirements), accessibility best practices, and of course our own experience in developing themes for more than 15 years now.
6
+
7
+
Our goal is to make this project the most completed, robust and of course the most awesome Shopify theme for the Bootstrap framework.
8
+
9
+
## Video introduction
10
+
Click on the screenshot below to play the video on Youtube.
@@ -34,23 +44,82 @@ FireTheme is Free Shopify Theme focused on simplicity, speed, and user experienc
34
44
* Video
35
45
36
46
## Demo
37
-
https://firetheme-demo.myshopify.com
47
+
https://ks-bootshop.myshopify.com/
38
48
39
49
## Download
40
-
Go to [Releases](https://github.com/firetheme/firetheme-shopify-bs/releases/)
50
+
Go to [Releases](https://github.com/kondasoft/ks-bootshop/releases/) and get the latest v2.x.x version which is ready for Bootstrap v5.
41
51
42
-
## Hire us to customize/design your Shopify store
43
-
Looking to give some fresh air to your Shopify store? Send us your custom request
44
-
https://www.firetheme.com
52
+
## Premium Shopify Themes
53
+
In case you are interested in our Premium Shopify Themes with advanced features to increase your store conversion rates (CVR) and average order value (AOV) like **Wishlist, Cart Goal, Frequently Bought Together Bundles, Recently Viewed Products, Sticky Add To Cart, Sticky Newsletter pop-up, and much more advanced features**, please visit our website
54
+
https://www.kondasoft.com
45
55
46
56
## Getting started
57
+
There are 2 ways to install our theme (or any other Shopify theme) on your Shopify store.
58
+
59
+
1- The simplest option is by going to your Shopify Admin and installing the latest package (.zip file) from our [releases](https://github.com/kondasoft/ks-bootshop/releases/). In case you need help with this please check the [official tutorial](https://help.shopify.com/en/manual/online-store/legacy/using-themes/adding-themes#add-a-free-theme-from-the-admin) from Shopify.
60
+
61
+
2- The second option is by using [Theme kit](https://shopify.github.io/themekit/), the the official command line tool from Shopify. This is the option which we will be covering below, as it gives you far more freedom to customize and modify our theme.
47
62
48
63
## Installation
64
+
**Note:** Please, make sure you are familiar with [Theme kit](https://shopify.github.io/themekit/), official documentation before proceeding. We are assuming that at this point you have already installed Theme Kit.
65
+
66
+
### 1- Clone this repository (download theme files)
67
+
Create a new folder on your computer, `cd` to it and run the following command to copy all theme files from our GitHub repository master branch. Note: Include the dot at the end of the command to clone into your current directory.
Run the following command to create a new theme in your Shopify store along with our theme files that you have just downloaded:
73
+
74
+
`theme new --password=[your-api-password] --store=[your-store.myshopify.com] --name="ks-bootshop-v2"`
75
+
76
+
Optional: Run this command to open your shopify store with our theme in preview mode.
77
+
78
+
`theme open`
49
79
50
80
## Customization
81
+
It is advised to not directly modify theme files as you will lose changes when you upgrade our theme. The recommended way to handle this is by creating a copy of our theme and then modify it. Please follow this [official tutorial](https://help.shopify.com/en/manual/online-store/legacy/using-themes/managing-themes/duplicating-themes) to learn more.
82
+
83
+
In case you want to customize styles and scripts please continue reading below.
84
+
85
+
### Modifying styles (SCSS)
86
+
To customize theme styles in the proper way as recommended by Bootstrap as well, is by working with [Sass](https://sass-lang.com/).
87
+
88
+
First, create a new file called `_custom.scss` inside the `scr/scss` folder and start adding your Sass variables and styles. To learn more about what you do in your _custom.scss file, please refer to the official Bootstrap [documentation for Theming](https://getbootstrap.com/docs/4.5/getting-started/theming/)
89
+
90
+
E.g:
91
+
```scss
92
+
// src/scss/_custom.scss
93
+
94
+
// My variables
95
+
$primary: green;
96
+
97
+
// My styles
98
+
body {
99
+
background-color: red; // Good luck with this :)
100
+
}
101
+
```
102
+
103
+
Make sure you have Sass, Postcss and Autoprefixer installed globally by running the following command
104
+
105
+
`npm i -g sass postcss-cli autoprefixer`
106
+
107
+
Now, you can run this command to compile your Sass files into the the theme assets folder
108
+
109
+
`npm run styles`
110
+
111
+
To deploy your changes on your Shopify store run the following Theme Kit command:
112
+
113
+
`theme deploy` or: `theme watch`
114
+
115
+
### Modifying scripts (JS)
116
+
This part will be documented soon.
117
+
118
+
## Upgrading
119
+
This part will be documented soon.
51
120
52
121
## Support
53
-
Please submit a [new issue](https://github.com/firetheme/firetheme-shopify-bs/issues/new) in case you want to submit a bug or feature request. Additionally, you may visit our [website](https://www.firetheme.com/) for further help.
122
+
Please submit a [new issue](https://github.com/kondasoft/ks-bootshop/issues/new) in case you want to submit a bug or feature request. Additionally, you may visit our [website](https://www.kondasoft.com/) for further help.
54
123
55
124
## Copyright and license
56
-
Copyright 2021 [FireTheme.com](https://www.firetheme.com). Code released under the [MIT License](https://github.com/firetheme/firetheme-shopify-bs/blob/master/LICENSE).
125
+
Copyright 2020 [kondasoft.com](https://www.kondasoft.com). Code released under the [MIT License](https://github.com/kondasoft/ks-bootshop/blob/master/LICENSE).
0 commit comments