-
Notifications
You must be signed in to change notification settings - Fork 228
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
152 changed files
with
3,016 additions
and
2,794 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# *<! ------ App ------!>* | ||
|
||
APP_NAME="MyApp" | ||
APP_ENV="local" | ||
APP_DEBUG="true" | ||
APP_URL="https://mywoocommercestore.com" | ||
|
||
ASSET_PATH_PUBLIC="public/assets/" | ||
ASSET_PATH_IMAGES="public/assets/images" | ||
TIMEZONE="UTC" | ||
DEFAULT_LOCALE="en" | ||
|
||
# *<! ------ WooSignal Config ------!>* | ||
|
||
APP_KEY="your app key" | ||
# App key from WooSignal link: https://woosignal.com/dashboard/apps | ||
|
||
# *<! ------ STRIPE (OPTIONAL) ------!>* | ||
|
||
STRIPE_ACCOUNT="Stripe account key from WooSignal" | ||
# Stripe account key from WooSignal https://woosignal.com/dashboard | ||
|
||
STRIPE_LIVE_MODE="false" | ||
# Change to 'true' for live payments and update the "Environment for Stripe" here https://woosignal.com/dashboard | ||
|
||
# *<! ------ RAYZORPAY (OPTIONAL) ------!>* | ||
|
||
RAZORPAY_ID="" | ||
# Razorpay ID from https://razorpay.com | ||
|
||
# *<! ------ EXTRAS ------!>* | ||
|
||
PRODUCT_PLACEHOLDER_IMAGE="https://woosignal.com/images/woocommerce-placeholder.png" | ||
# Sets the default placeholder image for products with no image |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
BSD 2-Clause License | ||
|
||
Copyright (c) 2021, WooSignal Ltd | ||
All rights reserved. | ||
|
||
Redistribution and use in source and binary forms, with or without | ||
modification, are permitted provided that the following conditions are met: | ||
|
||
1. Redistributions of source code must retain the above copyright notice, this | ||
list of conditions and the following disclaimer. | ||
|
||
2. Redistributions in binary form must reproduce the above copyright notice, | ||
this list of conditions and the following disclaimer in the documentation | ||
and/or other materials provided with the distribution. | ||
|
||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" | ||
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | ||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | ||
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE | ||
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | ||
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR | ||
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER | ||
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | ||
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,60 @@ | ||
# label_storemax | ||
<p align="center"> | ||
<img width="200" height="125" src="https://woosignal.com/images/woosignal_logo_stripe_blue.png" alt="WooSignal logo"> | ||
</p> | ||
|
||
LabelStoreMAX | ||
Created by Anthony Gordon. | ||
# WooCommerce App: Label StoreMax | ||
|
||
[Official WooSignal App Template](https://woosignal.com) | ||
### Label StoreMax - v4.0.0 | ||
|
||
## Getting Started | ||
|
||
1. Connect your WooCommerce store | ||
Click connect above to link your WooCommerce store to our site, all you'll need to do is add your url to provide WooSignal access. | ||
[Official WooSignal WooCommerce App](https://woosignal.com) | ||
|
||
2. Generate an AppKey for the app | ||
Next go to [manage apps page](https://woosignal.com/dashboard/apps) and click "Generate new key" for your app and copy it to somewhere safe, it's important that you don't share is with anyone. | ||
![alt text](https://woosignal.com/images/woocommerce_app_preview_2.png "WooCommerce app checkout experience") | ||
|
||
3. Add the AppKey to the project | ||
Look for the labelconfig.dart file and change the AppKey to the one your generated. | ||
![alt text](https://woosignal.com/images/woocommerce_app_preview_3.png "WooCommerce app Login/Register for customers via WordPress") | ||
|
||
4. Build and run the app | ||
If you have done all of the above you should have a basic setup to get started, you'll see products from your WooCommerce store appearing in the app. | ||
![alt text](https://woosignal.com/images/woocommerce_app_preview_1.png "Full integration with WooCommerce") | ||
|
||
5. Uploading to the App Store/Google Play Store? | ||
Uploading your app release to IOS [IOS guide](https://flutter.dev/docs/deployment/ios) | ||
![alt text](https://woosignal.com/images/mock_dark_light_mode.png "Dark and light mode shopping") | ||
|
||
Uploading your app release to Android [Android guide](https://flutter.dev/docs/deployment/android) | ||
### About Label StoreMax | ||
|
||
## Need help uploading the app? | ||
Check out our YouTube series to help you with uploading the app and other tips | ||
Label StoreMax is an App Template for WooCommerce stores. Your customers will be able to browse products, make orders and login via WordPress. You can also customise the look and feel of the app in the WooSignal dashboard. | ||
|
||
[Support](https://woosignal.com/support) | ||
You can also upload the app to the IOS app store and Google play store using Flutter. | ||
|
||
### Requirements | ||
|
||
- WooCommerce Store 3.5+ | ||
- Android Studio/VSCode (for running the app) | ||
- Flutter installed | ||
|
||
### Getting Started | ||
|
||
1. Download/Clone this repository | ||
2. Sign up for free on [WooSignal](https://woosignal.com) and link your WooCommerce store | ||
3. Add your app key into the **.env** file and hit play (with Android Studio) to build the app 🥳 | ||
|
||
Full documentation this available [here](https://woosignal.com/docs/app/ios/label-storemax) | ||
|
||
## Some features integrated | ||
|
||
- App Store Ready | ||
- Simple configuration | ||
- Browse products, make orders, customer login (via WordPress) | ||
- Change app name, logo, customize default language, currency + more | ||
- Light and dark mode | ||
- Stripe, Cash On Delivery, RazorPay | ||
- Localized for en, es, pt, it, hi, fr | ||
- Orders show as normal in WooCommerce | ||
|
||
## Security Vulnerabilities | ||
If you discover a security vulnerability within WooSignal, please send an e-mail [email protected] | ||
|
||
## Uploading to the app stores | ||
|
||
- [IOS - Deployment](https://flutter.dev/docs/deployment/ios) | ||
- [Android - Deployment](https://flutter.dev/docs/deployment/android) | ||
|
||
## Licence | ||
The Label StoreMax framework is open-sourced software licensed under the MIT license. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,4 +58,4 @@ | |
android:name="flutterEmbedding" | ||
android:value="2" /> | ||
</application> | ||
</manifest> | ||
</manifest> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
org.gradle.jvmargs=-Xmx1536M | ||
android.enableR8=true | ||
android.useAndroidX=true | ||
android.enableJetifier=true | ||
android.enableR8=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[ | ||
|
||
] |
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file removed
BIN
-91.7 KB
LabelStoreMax/assets/fonts/Source_Sans_Pro/SourceSansPro-BlackItalic.ttf
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-91.9 KB
LabelStoreMax/assets/fonts/Source_Sans_Pro/SourceSansPro-BoldItalic.ttf
Binary file not shown.
Binary file removed
BIN
-261 KB
LabelStoreMax/assets/fonts/Source_Sans_Pro/SourceSansPro-ExtraLight.ttf
Binary file not shown.
Binary file removed
BIN
-93 KB
LabelStoreMax/assets/fonts/Source_Sans_Pro/SourceSansPro-ExtraLightItalic.ttf
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-92.9 KB
LabelStoreMax/assets/fonts/Source_Sans_Pro/SourceSansPro-LightItalic.ttf
Binary file not shown.
Binary file removed
BIN
-263 KB
LabelStoreMax/assets/fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf
Binary file not shown.
Binary file removed
BIN
-92.6 KB
LabelStoreMax/assets/fonts/Source_Sans_Pro/SourceSansPro-RegularItalic.ttf
Binary file not shown.
Binary file removed
BIN
-262 KB
LabelStoreMax/assets/fonts/Source_Sans_Pro/SourceSansPro-SemiBold.ttf
Binary file not shown.
Binary file removed
BIN
-92.3 KB
LabelStoreMax/assets/fonts/Source_Sans_Pro/SourceSansPro-SemiBoldItalic.ttf
Binary file not shown.
Oops, something went wrong.