[ad_1]
To get this product on 50 percent discount contact me on this link
– Version: 4.0.12 (immense Update)
– Last Update: 05 Apr 2020
– Files Included: Full Source Code Android App & Laravel CMS
– This is Exclusive Product Licence from Envato
– Updated Our Item to Latest Android Code
– Native App Performance & Clean Code
– Updated Laravel CMS
– Added 21 New Product Card Styles
– Added Many New Slider Styles
– Separate Website Item is Available.
– Both Mobile App & Website have one Single Admin Panel.
Laravel Ecommerce
CMS Demo
http://laravel0.themes-coder.net/admin/login
username: [email protected]
password: admin
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)
Version 3.0 – Released Date: 27 July 2018
- Secured App API - Compatible with LaravelEcommerce website item - Restructure Database - Fixed app crashes on android > 23 - Bug Fixes and Improvements
Version 3.1 – Released Date: 04 Aug 2018
- Duplicate products issue is resolved. - Delete product attribute issue is resolved. - Update tax issue is resolved.
Version 3.2 – Released Date: 02 Sep 2018
- Upload multiple product images issue fixed in cms. - Facebook setting issue fixed in cms.
Version 3.3 – Released Date: 15 Dec 2018
New Features: - Loading Speed Improvements in application. - Instamojo payment method added for our Indian Customers - Product types are added. i) Simple ii) Variable iii) External - Products are associated with multi categories. - Products stock can be managed according to the products types. - Products Attributes based inventory management added - Products stock min/max stock is added. - Calculate shipping price by products weight - Free shipping over set order total feature added - Multi admin feature (admin role) is added with assigning privileges. App Bugs Fixes: - Minor bug fixes and improvements in application Admin panel CMS Bugs Fixes: - Delete product attribute bug is fixed. - Update tax bug is fixed. - Additional products image bug is fixed. - Facebook secret key missing is added. - Admin panel links corrected. - Minor bug fixes and improvements Database: - Restructure and Normalize Entire Database with new Tables and Table Fields. - Admin Roles table is added. - Admin Types table is added - Site logo and site name in setting table. - Products options / options description table added - Products options values / options values description table added - Products detail left and right banner with expiry date fields are added. - Constant banner table is added. - Orders table transaction_id field is added for payment methods. - Products shipping rates table is added to manage shipping rate by product weight.
Version 3.4: Released Date: 25 Jan 2019
App New Features: - Flash Sale - Variable Products (Product Can distinguish against color and size) Bug Fixes: - Bug in order details (Fixed) - Bug in apply coupon (Fixed) - Bug in coupon applied checkout total (Fixed) - Bug in product description addToCart Button (Fixed) - Garbage files upload (Fixed) - CMS Bugs Fixes & improvements Improvements and Crashes: - Crash in apply coupon (Fixed) - Improve signup and update user account (reduce api calling time) - Improvement in Setting and Contact US
Version 4.0: Released Date: 27 Sep 2019
- Major Release - Restructured Entire Project inlcuded front end, back-end, app api services and database. - Update Laravel version to 5.8 - Multi currency feature - Installation wizard - Updater from admin to update all future updates with single click - Merger to merge laravel ecommerce, ionic ecommerce and android ecommerce project with single click - And many more features & improvements
Version 4.0.1: Released Date: 10 Oct 2019
- Fixed Purchase code verification bug in installer Admin Updates: - Home page theme setting fixes - Enable multiple cart page, product detail page, contact us page and shop page - Multiple Currency fixes - Language slider fixes - Enable multi color for website - Change logo fix - Slider images for multi Language - Improve banner data entry - Minor enhancements & improvements App Updates: - Minor improvements & clean source code
Version 4.0.2: Released Date: 12 Oct 2019
- Fixed Updator & Merger script Admin Updates: - Fix edit category - Added default languages, currency and banners - Fixed admin version for updation - Minor enhancements & improvements
Version 4.0.3: Released Date: 23 Oct 2019
Admin Updates: - Social Login - Enable Maintenance Mode, Production and Development Mode - Fix logo issue for mobile responsive - Enable Slider and banners data entry with out wizard - Minor enhancements & improvements
Version 4.0.4: Released Date: 24 Oct 2019
Admin Updates: - Compatible with HTTPS - Place htaccess file to hide public from URL - Minor enhancements & improvements
Version 4.0.5: Released Date: 02 Nov 2019
Admin Updates: - Change currency algorithm to choose default currency for admin - Social Login Fix - Minor enhancements & improvements App Updates: - Social Login Fix
Version 4.0.6: Released Date: 27 Nov 2019
Admin Updates: - Backup / Restore feature - Fix role management - Add transition - Fix number format issue for multi currency - Minor enhancements & improvements Application Updates: - Minor enhancements & improvements
Version 4.0.7: Released Date: 05 Jan 2020
Important Notes: Presteps Before upgrading your project from version 5.8 to 6.x: - Delete "packages.php" and "config.php" if avaible from "/bootstrap/cache". - Delete All cached views from "storageframeworkviews". - Clear laravel cache like: http://youwebsite.com/clear-cache You can clear laravel cache after any update. Laravel Admin Updates: - Update our item cms to latest Laravel 6.x - Fix / improve media management - Minor enhancements & improvements
Version 4.0.8: Released Date: 10 Jan 2020
Admin Updates: - Fix product data entry issue - Fix default currency - Fix default language - Minor enhancements & improvements
Version 4.0.9: Released Date: 12 Jan 2020
- Fix laravel installation wizard - Minor enhancements & improvements
Version 4.0.10: Released Date: 25 Jan 2020
Admin Updates: - Fix Cancel oder amount in reports - Customer redirect issue fix when login from admin - Fix coupon cart percentage discount - Improvement & glitch fixes of rating & review - Fix and improve language module - Fix Flash issue Glitches - Fix variable product - Improve guest checkout - Fix & improve admin reports - Media management enhancements & improvements - Fix braintree payment method - Minor enhancements & improvements
Version 4.0.11: Released Date: 13 Feb 2020
Admin Updates: - Fix Application Orders - Fix coupon on maximum spent - Fix adding new language - Fix showing multiple language after delete one language - Fix variable product add to cart - Fix guest checkout - Fix report total earned - Fix news category - Fix multiple media - Fix braintree payment method - Fix report cancel order - Fix report low stock - Fix product units - Fix payTM payment method - Fix admin types / roles - Minor enhancements & improvements
Version 4.0.12: Released Date: 05 Apr 2020
- immense Update - Updated Our Item to Latest Android Code - Native App Performance & Clean Code - Updated Laravel CMS - Added 21 New Product Card Styles - Added Many New Slider Styles
Woocommerce Mobile App Solutions ↴
Custom Laravel Ecommerce Website with App Solutions ↴
Essential UIUX Items For All Level of Ionic & Android Developers ↴
Bootstrap Shopping Template for HTML, Angular8 & React JS ↴
[ad_2]
To get this product on 50 percent discount contact me on this link