Code

Discussion on MStore Pro - Complete React Native template for e-commerce

Discussion on MStore Pro - Complete React Native template for e-commerce

Cart 3,003 sales

2624 comments found.

app working perfectly but if i add new product images not loading plz help me out and how to change currency

Please follow up your ticket from – https://github.com/inspireui/mstore/issues/97# Thank you!

Does it normally go toghou Android/ Apple mderation? any apps realized on your code?

*moderation

Hi, could you clarify your question, i’m not sure to understand it, do you mean the example apps have been release on Appstore/Google Play ?

yes, not MStore just another persons. Becouse some of app’s codes have isuues when it’s going to moderation process on Android/Apple stores.

I’m getting this error while running ‘react-native run-android’ in pro version of mstore v3.4.2:

Scanning folders for symlinks in C:\Users\Santi\Documents\misApps\React Native\mstore-v3.4.2\mstore-pro\node_modules (82ms) Starting JS server… Building and installing the app on the device (cd android && gradlew.bat installDebug)... To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/2.14.1/userguide/gradle_daemon.html.

FAILURE: Build failed with an exception.

  • What went wrong: A problem occurred configuring project ’:app’. > The SDK directory ‘C:\Users\Santi\Documents\misApps\React Native\mstore-v3.4.2\mstore-pro\android\Users\minh\Library\Android\sdk’ does not exist.
  • Try: Run with—stacktrace option to get the stack trace. Run with—info or—debug option to get more log output.

BUILD FAILED

Seems like a wrong path is set in gradle or something….

Hi, please try to delete the local.properties file from the android folder, thank you!

Managed to get past that error when deleted local.properties file. Still, I’m getting errors with 9.png files. I just can’t get it to work. It’s kinda annoying.

Hi could you try this cmd to clean the cache: cd android && ./gradlew clean

And try to remove the node_module and install the package again. The build issue on Android is mostly caused by Android SDK, so please check your version base on this guide – https://goo.gl/Fmcsf1https://facebook.github.io/react-native/docs/getting-started.html

Hi, the build failed in the latest version and a log error appears , I have copied the last part of it:

Installing build/Build/Products/Debug-iphonesimulator/beostore.app An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=2): Failed to install the requested application An application bundle was not found at the provided path. Provide a valid path to the desired application bundle. Print: Entry, ”:CFBundleIdentifier, Does Not Exist

Command failed: /usr/libexec/PlistBuddy -c Print:CFBundleIdentifier build/Build/Products/Debug-iphonesimulator/beostore.app/Info.plist Print: Entry,”, Does Not Exist

Please assist me in resolving the issue to publish the app ASAP.

Hi, could you help to share you screenshot issues into this ticket which may have the same root cause – https://github.com/inspireui/mstore/issues/102

I would like to express my deep appreciation for resolving the issue via remote support. This is one of best support ever I had in codecanyon.net . Well done and keep it up .

When i run react-native run-ios i have this error :
  • BUILD FAILED **

The following commands produced analyzer issues: Analyze RCTLocationObserver.m (1 command with analyzer issues)

The following build commands failed: CompileC /Users/utilisateur/Downloads/adn/mstore-pro/ios/build/Build/Intermediates.noindex/RCTSettings.build/Debug-iphonesimulator/RCTSettings.build/Objects-normal/x86_64/RCTSettingsManager.o RCTSettingsManager.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (1 failure)

Installing build/Build/Products/Debug-iphonesimulator/beostore.app An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=2): Failed to install the requested application An application bundle was not found at the provided path. Provide a valid path to the desired application bundle. Print: Entry, ”:CFBundleIdentifier, Does Not Exist

Command failed: /usr/libexec/PlistBuddy -c Print:CFBundleIdentifier build/Build/Products/Debug-iphonesimulator/beostore.app/Info.plist Print: Entry,”, Does Not Exist

Hi, please try to use this script for clean up the cache and reinstall the library – https://gist.github.com/inspireui/00e6f757c137b289c090173367c27af9 Thank you

What more do I get if I use The Pro version ? Is the Pro version faster ?

Hi, it’s quite similar but pro version is support more feature like push notification via OneSignal…or install some native component. You can discover more difference from https://facebook.github.io/react-native/docs/getting-started.html

Hi, In the latest version v3.4.2, what should i configure for Constants/Wordpress checkout. WordPress: { defaultDateFormat: ‘YYYY-MM-DD HH:mm:ss’, checkout: ‘mstore-checkout’, }

I’m getting 404 not found error, payment gateway webview, because http://mywebsite/mstore-checkout? order=xxxxxxxxxxxxxxx doesn’t exists

Hi, when I create a new page with name “mstore-checkout” by selecting template as Mstore checkout template. I could able to access https://mywebsite/mstore-checkout?order =xxxxxxxx. I don’t see any error message but I see a grey color empty screen. Is there anything do I need to edit in my theme functions.php?

Hi, i’ve sent response to your email. Thank you!

Thankyou for the response, it resolved the issue, appreciated.

Hi there,

where can I find the style sheet?

I want to make some UI changes.

Will basic CSS skill suffice?

Thanks.

the style sheet is made with JS file you can find it from the files styles.js Or you can use the method to generate css to js by this tool – https://github.com/94cstyles/atom-react-native-css

Are custom variations beyond Size & Colors supported?

Yes, it will be supported other product variation dynamically from v3.3 Thank you!

====================================

For better support and tracking your ticket request or installing issue, kindly post it to our support channel: https://github.com/inspireui/mstore/issues (please also include with your purchased code, screenshots issue or the detail logs would be great help)

Thank you very much!

====================================

with new version 3.4 i have this error :node_modules\react-native-fbsdk\android\build\intermediates\res\merged\release\values-v26\values-v26.xml:15:21-54: AAPT: No resource found that matches the given name: attr ‘android:keyboardNaviga tionCluster’.

node_modules\react-native-fbsdk\android\build\intermediates\res\merged\release\values-v26\values-v26.xml:15: error: Error: No resource found that matches the given name: attr ‘android:keyboardNavi gationCluster’.

Please update new v3.4.2 for this fixed. Thank you!

how update ? some files missing

Please download the latest from the download menu. Thank you!

Thanks, but with 3.4.2 : ‘React/RCTBridgeModule.h’ file not found

Hi please try this script to re-install and clean up your cache – https://gist.github.com/inspireui/00e6f757c137b289c090173367c27af9

What is the best way to update and keep config changes like api key, images, etc.

Hi, you can use some IDE like source tree and override the projects then you can see list of file changed and updated, or you could keep your change on other branch then merge with the default Mstore :)

mstore-pro/node_modules/react-native/Libraries/Vibration/RCTVibration.h:10:9: ‘React/RCTBridgeModule.h’ file not found

Please try with this script to see if it can be fixed – https://gist.github.com/inspireui/00e6f757c137b289c090173367c27af9

are you support multivendor? or marketplace? I will buy it if you can make this as marketplace multivendor

Hi, it is not support multivendor yet as we could not find the good api support these feature, we are sill in the researching stage. Thank you!

Is it working with Wordpress Official Rest API? or we will have Install with only JSON API Plugin?

It’s working with default Wordpress API, but you may need install more plugin to support some extra feature like registration, social login… https://github.com/inspireui/mstore/tree/master/plugins

Any demo for website

The demo website from mstore.io/shop or you can download the preconfig site from http://github.com/inspireui/mstore/ Btw, the website is flexible as you can select any WooCommerce template. Thank you!

Hi! Im waiting for that amazing Update. Sir, in that Update, are the shipping methods based on customer address? I mean the shipping zones set on my woocommerce panel.

Thank you for your contact, please refer to our demo app for the shipping options, it’s now ready for downloading on v3.4.2

halo ? why when i download finish and open this rar, just see ios folder ? where the android folder and more folder ?

Could you check if you download package same as this screenshot – https://gyazo.com/94427cf789adadaa851a4d5cdec53989 Thank you!

dear

can you add quantity before adding to cart and change quantity in cart by adding number plus incremental buttons because it load each time you add 1 item because i have a product my be some customers need 100 items thank You

Hi thank you for your suggestion, we will check about this issue and have a upgrade on UX if it is really useful

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey