2624 comments found.
Hi, I would like to know if this template will be suitable for any Wordpress / WooCommerce theme or only certain themes. Can you advise on Wordpress theme that are compatble? Thanks.
Hi, it’s suitable for any WP/WooCommerce site, you can pick some popular or best seller theme from the Themeforest that would be ok – thank you!
if i using shipping plugin that required special input from additional row to decide shipping class, would this app can handle it?
Hi, it may not work in this case as the app connect to your site via Rest API which is separate from the plugins data and functionality – thank you!
can you make some customization for it?
Could we know which is the plugins you would like to integrate with? Thank you!
Thank for your sharing, we will have a check and let you know, very best!
have you check it?
Hi, it will require to build the Rest API for this plugin and also refactor the app, we may not support for this plugin yet – thank you!
can you do some customization? like webview checkout?
Hi, current payment is support via WebView but at the Shipping page we are using via API. Btw, we are not sure about this solution yet, thank you!
Hello,
We emailed you regarding custom dev but you don’t reply
hi, could i know what’s your email address ? Thanks
Is it possible to change circle category icons from a url not from image folder ?
Yes, it’s possible – you can customize the categoryImage layout from the HList component – thank you!
it’s the Constants.Layout.circleCategory, and you can customize at HorizonList/categories/items/index.js – https://gyazo.com/9fb50ff268960b735d2bbdd74f7ead0f
Hi, this banner kind was not support config via the CeBuilder at current version, we will check solution how to manage it, in the meantime please use the manually config via edit the appConfig.json (we have noted these template from the same folders)
where to change please help me out. i cant find any manual.
please pick one of the theme from – src/common/AppConfigTheme, and override the content of src/common/AppConfig.json
will it include the small banner .
yes, it will – thanks
its not working , i am using 2-Banner Image its showing not side by side . please help me out
Hi, could you refer to the example #2 then replace your images – https://docs.inspireui.com/mstore/home-theme/
Hi does this app redirect to other websites like Amazon, Bestbuy as WooCommerce on web does? I’d like to put an affiliate link on some items on mobile app as well. Thank you,
Hi, you can customize the add to cart by redirect to affiliated link – thank you!
support indonesian language?
yes – for multi language and easy to add new one via Languages.js file
This error displays after the launch screen displays: 2019-04-19 22:03:28.913 info[RCTCxxBridge.mm:213] Initializing <RCTCxxBridge: 0×105e120c0> (parent: <RCTBridge: 0×28074e140>, executor: (null)) 2019-04-19 22:03:28.980 info[RCTRootView.m:293] Running application mstore ({ initialProps = { }; rootTag = 1; }) 2019-04-19 22:03:29.013 error[RCTCxxBridge.mm:414] Failed to load bundle(http://10.0.0.106:8081/index.bundle?platform=ios&dev=true&minify=false) with error:(Could not connect to development server.
Ensure the following: - Node server is running and available on the same network – run ‘npm start’ from react-native root - Node server URL is correctly set in AppDelegate - WiFi is enabled and connected to the same network as the Node Server
URL: http://10.0.0.106:8081/index.bundle?platform=ios&dev=true&minify=false The operation couldn’t be completed. (NSURLErrorDomain error -999.)) libc++abi.dylib: terminating with uncaught exception of type NSException
Any suggestions?
hi, did you try with the Cebuilder – https://inspireui.com to see if it can be fixed ?
I initially installed with Cebuilder. I will remove the current installation and try it again. Also I am using Xcode 10. Thank you.
hi, pls try with latest cebulder and mstore download – it’s compatible with both expo and cli version, there are some pre-config script from cebuilder that will fix this issue – thanks
Hi,
Do I have to do some pre-work in my Woocommerce in order to use this app?
I mean do I have to install any plugin or change something in the settings?
Thanks
Regards
Yes, installing plugins and change config file is required to connect via your site, please checkout our document guide – https://docs.inspireui.com/mstore/wordpress-setting/
Btw – it’s quite easier if you use CeBuilder for the installing – thanks
Hi.. regarding https://docs.inspireui.com/mstore/wordpress-setting/
In Step 2: Setting Product Images…. does it mean I have to set each product image manually? Wouldn’t Mstore get the images automatically from the product?
Regards
The product image will be get from the feature image of the website, if your website already upload then it will get automatically.
But there are some extra step to optimize the render image from app by using this guide – https://docs.inspireui.com/mstore/woo-setting/ – it use to resize the product image automatically to display on app quicker
Thank you!
Hi please can you update mstore multivendor like mstore pro. All lastest update. thanks you
Hi, it’s already updated latest version for Mstore MV v1.3 – thank you!
I’m not a developer,
- do I need a developer for installation and uploading?
- can I connect Ali dropship to the app since it’s connected to woo commerce?
hi, it’s ok without know programming language, please check this guide if you can install it as the basic example project – https://facebook.github.io/react-native/docs/getting-started
You can also use the Cebuilder or document http://docs.inspireui.com/mstore
Thank you!
how to connect this app template with woocommerce? like plugin maybe?
pls check our document – http://inspireui.github.io/mstore – you may need to update the URL setting, then it will work perfectly, also you can use with the Cebuilder – https://inspireui.com
Is this a complete app solution, like taking care of publishing in appstore and google play or just a template? without app
hi, it’s full application and you can upload to the app store by your self, it’s base on react native framework – https://facebook.github.io/react-native/docs/getting-started.html
i thing it is full application but it is only template how to make back end .please help me email bhushanbjain@gmail.com thanks in advance
hi, this is the full application with rich features, thank you!
Hi is there any documentation on how to advance customize the app without CeBuilder? and i want to use it for another concept not in Ecommerce. so can this app help me ??
please check it from https://docs.mstore.io
I installed CeBuilder, at step 1, App Config cannot be saved, I clicked “Save” button, then go to customization, the categories are still come from Mstore’ demo
Hi, we suspect it could be the bug or something issues, could you help to share the detail screenshot and post to our Github support page for further investigating – https://github.com/inspireui/support/issues
after tried a lot with react native pure not success but when i used expo it is working but there is no icons and get this error – help me please Warning: `flexWrap: `wrap`` is not supported with the `VirtualizedList` components.Consider using `numColumns` with `FlatList` instead.
i fix it but still no icons and get this error Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
and now the last error return again help me please Warning: `flexWrap: `wrap`` is not supported with the `VirtualizedList` components.Consider using `numColumns` with `FlatList` instead.
Hi, pls ignore the warning message as it come from React native and it will not impact to the app, pls fix the require cycle by this solution – https://github.com/inspireui/support/issues/1#issuecomment-469964000 – thank you!
but still no icons !!
hi, could you try to run the app via CeBuilder – http://inspireui.com – the latest cebuilder version can fix the require cycle and missing icon issue – thanks
thanks alot problem solved by upgrade yarn and reinstall all package and now working fine with pure react native .thanks for your effort .very nice team
you are welcome, if you have any further question please let us know, or you can also raise as ticket support to our Github.
It would be great if you can help us a good rating and your feedback from the download page, very best
sure your app worth 5 stars but please guide me how could i rating your app at this site . thanks
please go to – https://codecanyon.net/downloads – appreciated for your quick response and update
Can I purchase your app and make my own custmisations to it away from CEBuilder as you don’t do customisations yet.
yes off course 
Hi, I bought the MStore Expo, but it doesn’t have notifications, how can I upgrade to PRO version, and upgrade my code without loosing all my modifications.
Hi, you can also use the expo kit to eject the app and install the onesignal library for push notification https://docs.expo.io/versions/latest/expokit/eject – or purchase the pro version support with – most of the codebase are the same so that you can override your customize code after the download – thank you!
With the PRO version, can we build the packages with EXPO-CLI os not? Because when ejected we no longer can build with EXPO-CLI.
hi, you can use the mstore-pro that include from the download package (it’s support for react-native-cli without eject)
Hi, I have few questions and value your feedback.
1. Does the app support YITH Deposit/Woocommerce Deposit?
2. Does the app support YITH WooCommerce Points and Rewards?
3. Does the app use Woocommerce Payment Gateway?
4. Does the app support YITH compare/ Woocommerce compare?
5. If the wordpress theme support Elementor, and the “Description part of content” is designed by Elementor for the products, could the app support it and display the same format of the content of the wordpress?
6. What content builder does the app support and use?
7. Does the app support multiple currencty?
8. If I want to add a directory to the woocommerce products, each product is associated with a location (such as UK, London), is it complicated to make it happen?
Thanks!
Hi, it’s mostly not compatible with these features, the app is support for Woocommerce payment and also support multi payment gateway, it works with both Elementor & VC for the content builder.
Hi, thank you for your feedback.
1. Do you have plan to support the deposit plugin?
2. Do you have schedule to support more YITH plugin?
3. Is it one price for both IOS and Android apps? Or does It require to buy twice?
Thanks
Hi, thank you for your response
1-2 – it is not supported at the current version, but we will update YITH plugin on the later versions
3 – yes for both ios and android, which is base on react native framework – https://facebook.github.io/react-native/docs/getting-started.html
Hi thank you. When will be the next update for YITH plugins? Is it the deposit payment plugin in your list of update? Thank you.
Does the app support variable products? (Not size, Not color)
Hi, we does not have the plan release yet, the dynamic product variants is already support – thank you!
Hi, thank you. Could I pay to make the deposit plugin work in the app? We require deposit for the products.
Hi, you can hire someone to add this feature for your as it’s not quite hard to customize the app – thanks
Thanks. Could you advide a reliable amd stable channel for me to look for such talent?
Hi, i think on Fiverr or Upwork should be fine 