Close

Themehits

Download Android Ecommerce – Universal Android Ecommerce / Store Full Mobile App with Laravel CMS Nulled

 


Android Ecommerce is complete mobile app solution for android with Advanced Laravel CMS. You have variety of ready made ecommerce pages to create your mobile app. It’s best app for any type of store like Fashion, Electronics, Grocery and Restaurant. Either you are store owner or developer, it’s best app for faster mobile app development with low cost. We provide complete support and also provide customization & installation services at reasonable price.

You can create any types of store like Fashion, Restaurant, Electronics and Grocery store. We have created few store demos for our valueable customers for testing our app.

Restaurant Demo

Fashion Demo

General Shop Demo

Admin side is integrated to manage product data, you can edit and update the data
anywhere and anytime.FCM notification feature allow admin to send notifications
to many users. Admin panel build with LARAVEL PHP Framework
Test out our admin panel open below link in your browser

http://demo0.androidecommerce.com/admin/login

username: [email protected]
password: admin

Installation Video Tutorial:

For your help we have created video tutorial and added some reference videos links in youtube video description to create onesignal, facebook, google, fcm and admob credentials.

Change Logs:

Version 1.1 – Released Date: 03 Dec 2017

- Fixed Some Minor Issues

Version 2.0 – Released Date: 14 December 2017

We have updated cms to latest technologies:
- Laravel 5.5
----------------------------------------------
App & CMS New Features:
- Added Runtime Permissions of Location, Camera, Storage and PhoneState
- PayPal Integration
- AdMob  
- App Share
- Rate This App
- Ability to translate CMS to any language
- Ability to select app home screen and category screen from CMS
- Ability to manage app navigation links from CMS 
- Changed UI of UpdateAccount
- Changed UI of SettingsFragment
- Fixed Scheduled Local Notifications Bug
- Fixed Map Scrolling Bug on Contact Us page
- Fixed some more bugs & Improvements. 

Version 2.1 – Released Date: 29 December 2017

Cms Issues Fixed:
- Special Product - Remove comments from line no 328 to 330 from  appHttpControllersAppMyProductContrroller.php 
- Replace these lines in editProduct.blade.php on line number 111
<option    @if($result['product'][0]->products_id != $result['specialProduct'][0]->products_id && $result['specialProduct'][0]->status == 0) selected @endif value="no">{{ trans('labels.No') }}
</option>
<option    @if($result['product'][0]->products_id == $result['specialProduct'][0]->products_id && $result['specialProduct'][0]->status == 1) selected @endif value="yes">{{ trans('labels.Yes') }}
</option>
- Some cms labels were missing
update file resourcelangenlabels.php 
update file resourcesviewsadminEditProduct.blade.php 
- Replace these lines in CustomersController.php
$customers_email_address = $user['email'];
to 
if(!empty($user['email'])){
$customers_email_address = $user['email'];    
}else{
$customers_email_address = '';
}

Version 2.2 – Released Date: 07 Feb 2018

App & CMS New Features:
- OneSignal Notification Integrated
- Added option to select OneSignal or FCM from CMS
- Optional Image Notification from CMS
- Added the ability to register device to CMS using OneSignal 
- Auto notification and email on User Signup, Order Status Change, Add New Product, Add New News, Forgot Password.
- Manage Notification/Email Settings From CMS http://demo0.ionicecommerce.com/admin/alertSetting
----------------------------------------------
App Issues Fixed:
- Bug Fixes and Code improvements. 
- Fixed Coupon Apply Error
- Fixed app crashes on startup
- Fixed Notification Click starts new activity issue
- Fixed Empty Filters message issue on Viewpager's Fragments
- Moved Bottom Loader to the center of the Splash Screen
- Changed Price Formatting to two decimal points (0.0 to 0.00)
- Changed Logout Button Text to Login after LoggedOut in Settings
- Changed Retrofit's Synchronous Request scenario in StartAppRequests
----------------------------------------------
Cms Issues Fixed:
- Bug Fixes and code improvements. 
- Products status bug fixed in appHttpControllersAppMyProductController.php
- Language Translation Bug Fixes.
- 'languages' table altered, extend characters length for field name 'code'

Version 2.3 – Released Date: 12 Feb 2018

- Update CMS Pages
resourcesviewsadminsetting.blade.php
resourcesviewsadminlangenlabels.php
resourcesviewsadminControllersAdminAdminSiteSettingController.php
- Bug Fixes and Code improvements. 

Version 2.4 – Released Date: 17 Feb 2018

- Minor Bug Fixes and Code Improvements. 

Version 2.5 – Released Date: 22 Feb 2018

- Notification image and language code bug has been fixed in cms.
appHttpControllersAdminAdminNotificationController.php
appHttpControllersAdminAdminAlertController.php
appHttpControllersAppAlertController.php
appHttpControllersAppCustomersController.php
resourcesviewsadmineditLanguages.blade.php
resourcesviewsadminaddLanguages.blade.php
- Implemented Image Notification in App
- Fixed Cart Items Price Issue
adapters -> CartItemsAdapter.java
utils -> NotificationHelper.java
services -> MyFirebaseMessagingService.java

Version 2.6 – Released Date: 27 Feb 2018

- Bug Fixes in Application
receiversAlarmReceiver.java
fragmentsCheckout.java

Version 2.7 – Released Date: 03 March 2018

- Bug Fixes in Application
Changed Cart Product's Price Format
Fixed Edit Text character validation issue
Fixed Push Notification enable/disable issue
- Files affected:
utils -> ValidateInputs.java
adapters -> CartItemsAdapter.java
fragments -> SettingsFragment.java
- Update following cms file.
appHttpControllersAppCustomersController.php

Version 2.8 – Released Date: 15 March 2018

- Bug Fixes in Application
Fixed validation on some fields. 
- File affected:
utils -> ValidateInputs.java
- Bug Fixes in CMS
Notification service enable/disable bug is fixed.
Currency symbol was missing.
Email notification bug is fixed.
Delete language will delete all labels and content against this language is fixed.
Disable payment setting bug while saving.
Enable/disable option for email and push notification on place order was missing. 
In Database table 'alert_settings', we added two fields
'order_email','order_notification' 
- File affected:
appHttpControllersAppCustomersController.php
appHttpControllersAppOrderController.php
resourcesviewsmailorderEmail.blade.php
appHttpControllersAdminAdminAlertController.php
appHttpControllersAppAlertController.php
appHttpControllersAdminAdminSiteSettingController.php
resourcesviewsadminpaymentSetting.blade.php
resourcesviewsadmincommonscripts.blade.php
resourcesviewsadminalertSetting.blade.php
resourcesviewslangenlabels.php
appHttpControllersAdminAdminOrdersController.php

Version 2.9 – Released Date: 21 March 2018

- Bug Fixes in CMS
Notification bug is fixed while placing order.
Redirect url issue after delete language is resolved. 
- Files affected:
appHttpControllersAppAlertController.php
appHttpControllersAdminAdminSiteSettingController.php
- Bug Fixes in App
Fixed "Internal Server Error" on Checkout
Fixed Cart and Checkout crashes on other languages than English
Files affected:
adapters -> ProductAdapter.java
adapters -> CartItemsAdapter.java
fragments -> Product_Description.java

Version 2.9.1 – Released Date: 30 March 2018

- Bug Fixes in CMS
Address service bug is fixed.
Translation of payment method and shipping methods is added.
- File affected
appHttpControllersAppCustomersController.php
appHttpControllersAppOrderController.php
routesweb.php
resourceslangenlabels.php
resourcesviewsadminpaymentSetting.blade.php
resourcesviewsadminshippingMethods.blade.php
resourcesviewsadminupsShipping.blade.php
resourcesviewsadminshippingDetail.blade.php
resourcesviewsadminflateRate.blade.php
- Database
2 new tables are added payment_description, shipping_description
- Bug Fixes in App
Fixed MultiDex issues
Fixed crashes on view Order_Details
Fixed Shipping and Payment Methods translation issue
updated build sdk version
updated android support libraries
updated google services libraries
- File added:
adapters > PaymentMethodAdapter.java
- Files affected:
app > build.gradle (Module:app)
app > build.gradle (Project:ecommerce)
activities > MainActivity.java
adapters > ProductAdapter.java
adapters > CartItemsAdapter.java
databases > User_Cart_DB.java
fragments > Checkout.java
fragments > Order_Details.java
fragments > Product_Description.java
fragments > SettingsFragment.java
fragments > Shipping_Methods.java
network > APIRequests.java
models > order_model> OrderDetails.java
models > order_model> PostOrder.java
models > payment_model > PaymentMethodsInfo.java
models > shipping_model > PostTaxAndShippingData.java

Version 2.9.2 – Released Date: 31 March 2018

- Bug Fixes in App
Fixed disabled payment method issue on checkout screen
- Files affected:
fragments > Checkout.java

Version 2.9.3 – Released Date: 05 April 2018

- Bug Fixes in CMS
Order email to admin is added.
- Files affected:
appHttpControllersAppAlertController.php
resourceslangenlabels.php
-Database
SQL dump has been updated, previous two db dump releases cause 500 error issue. 
- Bug Fixes in App
Fixed Internal Server Error on Checkout
Fixed Error casting DrawableWrapper to LayerDrawable
- Files affected:
network > StartAppRequests.java
activities > MainActivity.java
activities > Signup.java
fragments > Checkout.java
fragments > HomePage1.java
fragments > HomePage2.java
fragments > HomePage3.java
fragments > HomePage4.java
fragments > Order_Details.java
fragments > Product_Description.java
fragments > SearchFragment.java
fragments > Update_Account.java

Version 2.9.4 – Released Date: 31 May 2018

- Bug Fixes in Application
Fixed Image Picker crashes on android > 23
Fixed Share Product crashes on android > 23
Fixed Cart Badge icon issue on android < 23
Fixed WebView Dialog height issue on Signup and About Page
Fixed Cart Price on Quantity change for languages other than English
- Files added:
xml > provide_paths.xml
- Files affected:
layout > dialog_webview_fullscreen.xml
activities > Login.java
activities > Signup.java
activities > MainActivity.java
activities > SplashScreen.java
adapters > CartItemsAdapter.java
app > App.java
constant > ConstantValues.java
fragments > About.java
fragments > All_Products.java
fragments > Most_Liked.java
fragments > News.java
fragments > Product_Description.java
fragments > Recently_Viewed.java
fragments > Shipping_Methods.java
fragments > Special_Deals.java
fragments > Top_Seller.java
fragments > Order_Details.java
fragments > Update_Account.java
fragments > WishList.java
network > StartAppRequests.java
utils > Utilities.java
utils > ImagePicker.java
utils > NotificationScheduler.java
AndroidManifest.xml
build.gradle(module)

[eltd_button size=”huge-full-width” type=”outline” text=”Download & Demo Links” custom_class=”#” icon_pack=”font_awesome” fa_icon=”” link=”” target=”_blank” color=”” hover_color=”” background_color=”” hover_background_color=”” border_color=”” hover_border_color=”” font_size=”” font_weight=”” margin=””]

Demo = Android Ecommerce – Universal Android Ecommerce / Store Full Mobile App with Laravel CMS
[eltd_button size=”huge” type=”” text=”Full Live Demo” custom_class=”” icon_pack=”font_awesome” fa_icon=”fa-laptop” link=”https://codecanyon.net/item/android-ecommerce-universal-android-ecommerce-store-full-mobile-app-with-laravel-cms/20952416″ target=”_blank” color=”” hover_color=”” background_color=”” hover_background_color=”” border_color=”” hover_border_color=”” font_size=”” font_weight=”” margin=””]

Kindly Note: We update new contents like WordPress Themes, Plugins, PHP Scripts everyday. But remember that you should never use this items in a commercial website. All the contents posted here for development & testing purpose only. We’re not responsible for any damage, use at your own RISK! We highly recommend to buy Android Ecommerce – Universal Android Ecommerce / Store Full Mobile App with Laravel CMS from the The Developer ( vectorcoder ) website. Thank you.
Download = Android Ecommerce – Universal Android Ecommerce / Store Full Mobile App with Laravel CMS-[Updated].zip



Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.