WooStore App Documentation
Last updated
Last updated
You are required to setup ionic environment in your Computer - to know more about ionic environment setup see ionic framework official document - ​
After setting up ionic environment, unzip the files downloaded from CodeCanyon.
Open the app folder (it can be found inside downloaded files) and change your details in app/config.xml. Change id, name, description, author, email, href
2.Then open Command Prompt (in Windows) or Terminal (in macOS) and change directory to app folder
3.Then add Android and iOS platform to your project
To connect WooStore App with your WooCommerce website , you need to install plugin woostore-plugin for WordPress. To install it follow these steps.
In Wordpress admin panel. Goto Plugins > Add New > Upload plugin > Choose file
. Choose downloaded woostore-plugin.zip file which can be found inside the downloaded files. Install and activate.
OR
Unzip downloaded woostore-plugin.zip and upload the woostore-plugin folder to the wp-content/plugins/ directory
.
Activate the plugin through the Plugin menu in WordPress.
It's required to turn on the WordPress permalink on Settings > Permalinks
Visit WooCommerce > Settings > Advance > Rest API
tab and tick the Enable REST API Checkbox
Go to API > Keys/Apps
Select Add Key
Select the user in user field and add a description. Choose level of access Read/Write. then select the button Generate API Key and WooCommerce will generate API keys for that user
Now you should see two new keys, These two keys are your Consumer Key and Consumer Secret
After generating Consumer Key and Consumer Secret add them in /src/providers/service/config.ts file. Note - OneSignal app id, Google project id and webClient are optional and you can add when configuring push notification and social login
Get post id for About us, Privacy and Policy, Terms and Conditions. You will find post id on URL bar while editing post or pages.
Go to Wordpress > Mobile App.
Add Banner URL, About us, Privacy and Policy, Terms and Conditions Post Id.
You need to change the category images and their name on the home screen as per your requirement.
To change category images on home screen of app , change images in www/assets/image
Get category id of each category from your website.
3.After getting category id, update it in app/src/pages/home/home.html
There are two service folder at app/src/providers. service and service_android
service folder is default one. It will work for iOS and for the browser. While building iOS app you can delete service_android
While building android app delete service folder and rename service_android to service
Now you can run your app. Due to CORS, your app may not work on browser. Try ionic serve --port 8080.
Debug apk may take time to load on some android devices. you need to build --prod to load faster
​ Or send me a mail with details of the issue and your purchase code, URL, API, keys admin panel access ​ .