3286 comments found.
Hello Tecmanic,
Is gogrocer apps still working or abandoned, I have been trying to browse android app but nothings showing up in the mobile app. Couldn’t find the categories and products in the app.
Hello, the app is still working. We are working to publish an update to the latest version of flutter that will be out soon.
Thank you for letting us know the demo app is not working, we will check and come back to you.
It would be great to know if you set the location to Sonipat?
Do I get it’s API documentation? Like if I want to develop web app also then I need it
Currently we don’t provide a documentation for the API, but you can write your web app based on the mobile app API calls and return types
Hi Team,
hope you’re doing well.
We have encountered an issue where orders are not being placed from the app, Upon investigating, it seems that the cart_id is not being sent from the app to the backend, and since the backend API requires the cart_id, this functionality appears to be missing on app side.
Could you kindly assist us in resolving these issues? If there’s anything we need to update or modify on our end, please let us know.
Looking forward to your guidance.
Thank you.
Do you have a support ticket open?
yes support ticket is open for 3 weeks and why can’t we have a live session meeting on Google Meet or anydesk so we can showcase our issue I need to launch this app 25 Dec
hello Tecmanic, Why is your support so worst if you not able to provide a support please refund my funds
Dear customer, please remember the support we offer is free. We regularly update our product and remove the issues reported, but buying the product gives you the right to open a support ticket and receive free support, which means, we might take a time to answer your questions. If your request is so urgen, we might be able to offer you paid support.
If what you are expecting is realtime support personalized just for your needs, we can agree on a price for it. Otherwise, please be patient.
Demo App not work.
Thank you for let us know we will check
Did you fix the issue with address in demo on the user app? I can’t see any items on the app and when I try to add address on the Profile, the app falls in the “saving” mode and won’t save changes
That’s probably because is a demo and some settings can be changed. I will check the issue, but probably is just the demo mode preventing some changes.
Thanks! Let me know when I can re-check, currently it prevents me from trying out the whole app.
I will let you know
Why your demo app not working with given profile location? Why it’s in Dark mode? There is no place to change to normal mode. Without location no products are visible. Earlier we can change the location by adding address in profile, now it’s not working
For location use Sonipat, for the theme, your phone can change from light to dark mode, right? Then that’s who you change the app as well.
1 The customer application works, but it does not show the products. I do not know why. Is it because of the website or not? 2 The Al-Muataam application does not open with the existing information, even when registering. I would like to try it today please
Use Sonipat or go to the admin panel and look for another location available.
My brother, I cannot do this in the admin panel of the restaurant application and the client is not working
We will check the issue
admin panel says 1.7.6 and your release says GoGrocer Version 1.12.0 (24 October 2024) confusing… pls advise
We will remove the versioning on the admin panel, because it doesn’t make sense. The panel has not suffer changes for a few months and is annoying to modify it just to change the version number.
Demo app links are not working and any deadline for a new update. It has been long since the last update was published?
We will check the issue of the demo apps and we will plan for an update
Update published and demo apps updated as well.
App freezes at splash screen. Please check that too.
Ok, let me check
Hello Tecmanic,
Are the demo apps working? I don’t see both store and delivery app aren’t functioning, unable to login the application with the given credentials. Do you have any ios apps to test?
Thanks.
Hello,
We don’t have a working TestFlight for the apps yet, but we will work on it soon.
I will publish updated versions of the apps so you can test them before the end of the week.
project files and demo apps updated
All preview links for trial versions are not working
Did you tried again?
i am purchase this code. some my personal issue m not run this bussiness. Right Now we will starting this business but app not run properly and your side 158 api not working… please help and support me..
Route::namespace(“Api”)>prefix(’’)>group(function () {
Route::post(‘login’, [UserController::class, ‘login’]);
Route::post(‘verify_via_firebase’, [UserController::class, ‘verifyotpfirebase’]);
Route::post(‘login_with_email’, [UserController::class, ‘login_with_email’]);
Route::post(‘register_details’, [UserController::class, ‘register_details’]);
Route::post(‘social_login’, [UserController::class, ‘social_login’]);
Route::post(‘genCouponCode’, [CouponController::class, ‘genCouponRndCode’]);
Route::post('verify_phone', [UserController::class, 'verifyPhone']);
Route::post('forget_password', [UserController::class, 'forgotPassword']);
Route::post('verifyOtpPass', [UserController::class, 'verifyOtpPass']);
Route::post('verifyOtpPassfirebase', [UserController::class, 'verifyOtpPassfb']);
Route::post('verify_otp', [UserController::class, 'verifyOtp']);
Route::post('loginverify_phone', [UserController::class, 'loginverifyPhone']);
Route::post('loginverify_via_firebase', [UserController::class, 'loginverifyotpfirebase']);
Route::get('validate', [PassportController::class, 'validates'])->name('validate');
Route::post('app_info', [AppController::class, 'app']);
Route::get('currency', [CurrencyController::class, 'currency']);
Route::get('mapby', [MapsetController::class, 'mapby']);
Route::get('google_map', [MapsetController::class, 'google_map']);
Route::get('mapbox', [MapsetController::class, 'mapbox']);
Route::get('payment_load', [AppController::class, 'payment']);
////pages//
Route::get('appaboutus', [PagesController::class, 'appaboutus']);
Route::get('appterms', [PagesController::class, 'appterms']);
Route::get('city', [AddressController::class, 'city']);
Route::post('society', [AddressController::class, 'society']);
////category product, product_varient///////
Route::post('oneapi', [CategoryController::class, 'oneapi']);
Route::post('varient', [CategoryController::class, 'varient']);
Route::post('dealproduct', [CategoryController::class, 'dealproduct']);
Route::post('catee', [CategoryController::class, 'cate']);
Route::post('subcatee', [CategoryController::class, 'catego']);
Route::post('cat_product', [CategoryController::class, 'cat_product']);
Route::post('topcat', [CategoryController::class, 'top_cat']);
Route::post('homecat', [CategoryController::class, 'homecat']);
Route::post('store_homecat', [CategoryController::class, 'store_homecat']);
Route::post('tag_product', [CategoryController::class, 'tag_product']);
Route::post('top_cat_prduct', [CategoryController::class, 'top_cat_prduct']);
Route::post('tabs', [CategoryController::class, 'tabs']);
Route::get('all_p', [CategoryController::class, 'productm'])->name('testp');
Route::post('top_selling', [OrderController::class, 'top_selling']);
Route::post('recentselling', [OrderController::class, 'recentselling']);
Route::post('whatsnew', [OrderController::class, 'whatsnew']);
Route::post('store_banner', [AppController::class, 'storebanner']);
Route::post('storecoupons', [AppController::class, 'couponlist']);
Route::post('getneareststore', [CategoryController::class, 'getneareststore']);
Route::get('payment_success', [AppController::class, 'success']);
Route::get('payment_failed', [AppController::class, 'failed']);
Route::post('checkout', [OrderController::class, 'checkout']);
/////time slot//////
Route::post('resendotp', [UserController::class, 'resendotp']);
Route::post('timeslot', [TimeslotController::class, 'timeslot']);
Route::get('membership_plan', [AppController::class, 'membership_plan']);
Route::post('forgot_password', [forgotpasswordController::class, 'forgot_password']);
Route::post('change_pass', [forgotpasswordController::class, 'change_pass'])->name('change_pass');
Route::get('checkotponoff', [forgotpasswordController::class, 'checkotponoff']);
Route::post('change_password', [UserController::class, 'changePassword']);
Route::post('firebase_otp_ver', [forgotpasswordController::class, 'verifyOtp3']);
Route::post('banner_var', [CategoryController::class, 'banner_var']);
Route::post('trendsearchproducts', [SearchController::class, 'trensearchproducts']);
Route::post('searchbystore', [SearchController::class, 'searchbystore']);
Route::post('search', [SearchController::class, 'search']);
Route::post('recent_search', [SearchController::class, 'recentsearch']);
Route::post('product_det', [CategoryController::class, 'product_det']);
Route::get('users_delete', [AppController::class, 'delete_users']);
Route::post('spotlight', [OrderController::class, 'spotlight']);
Route::post('get_product_rating', [RatingController::class, 'get_product_rating']);
Route::get('app_notice', [FirebaseController::class, 'app_notice']);
Route::post('razorpay_create', [OrderController::class, 'razorpay_order']);
});
Route::middleware(‘auth:api’)>namespace(“Api”)>prefix(’’)->group(function () {
Route::get(‘payment_gateways’, [CurrencyController::class, ‘gatewaysettings’]);
Route::post(‘reorder’, [CartController::class, ‘re_ordercart’]);
Route::post(‘buymember’, [AppController::class, ‘buymember’]);
Route::post(‘membership_status’, [AppController::class, ‘membership_status’]);
Route::post(‘trackorder’, [AppController::class, ‘trackorder’]);
Route::post(‘minmax’, [AppController::class, ‘minmax’]);
Route::get(‘delivery_info’, [AppController::class, ‘delivery_info’]);
Route::post(‘callback_req’, [AppController::class, ‘call’]);
});
Route::post('checkotp', [UserController::class, 'checkOTP']);
Route::post('myprofile', [UserController::class, 'myprofile']);
Route::post('profile_edit', [UserController::class, 'profile_edit']);
Route::post('user_block_check', [UserController::class, 'user_block_check']);
Route::post('deleteusr', [UserController::class, 'deletenum']);
//////address///////
Route::post('add_address', [AddressController::class, 'address']);
Route::post('show_address', [AddressController::class, 'show_address']);
Route::post('select_address', [AddressController::class, 'select_address']);
Route::post('edit_address', [AddressController::class, 'edit_add']);
Route::post('remove_address', [AddressController::class, 'rem_user_address']);
Route::post('show_all_address', [AddressController::class, 'show_all_address']);
//orders//
Route::post('my_orders', [OrderController::class, 'ongoing']);
Route::get('cancelling_reasons', [OrderController::class, 'cancel_for']);
Route::post('delete_order', [OrderController::class, 'delete_order']);
Route::post('completed_orders', [OrderController::class, 'completed_orders']);
Route::post('can_orders', [OrderController::class, 'can_orders']);
//coupon//
Route::post('apply_coupon', [CouponController::class, 'apply_coupon']);
Route::post('couponlist', [CouponController::class, 'coupon_list']);
Route::post('walletamount', [WalletController::class, 'walletamount']);
Route::post('recharge_wallet', [WalletController::class, 'add_credit']);
Route::post('paid_by_wallet', [WalletController::class, 'totalbill']);
Route::post('wallet_recharge_history', [WalletController::class, 'show_recharge_history']);
/////rating/////
Route::post('review_on_delivery', [RatingController::class, 'review_on_delivery']);
Route::post('check_for_product_rating', [RatingController::class, 'check_for_rating']);
Route::post('add_product_rating', [RatingController::class, 'add_product_rating']);
//redeem rewards//
Route::post('redeem_rewards', [RewardController::class, 'redeem']);
Route::get('rewardvalues', [RewardController::class, 'rewardvalues']);
Route::post('rewardlines', [RewardController::class, 'rewardlines']);
//notifications//
Route::post('notificationlist', [UsernotificationController::class, 'notificationlist']);
Route::post('read_by_user', [UsernotificationController::class, 'read_by_user']);
Route::post('mark_all_as_read', [UsernotificationController::class, 'mark_all_as_read']);
Route::post('delete_all_notification', [UsernotificationController::class, 'delete_all']);
Route::get('countrycode', [FirebaseController::class, 'countrycode']);
Route::get('firebase', [FirebaseController::class, 'firebase']);
Route::post('checknum', [forgotpasswordController::class, 'checknum']);
Route::get('firebase_iso', [FirebaseController::class, 'firebase_iso']);
Route::post('add_rem_wishlist', [WishlistController::class, 'add_to_wishlist']);
Route::post('show_wishlist', [WishlistController::class, 'show_wishlist']);
Route::post('wishlist_to_cart', [WishlistController::class, 'wishlist_to_cart']);
Route::post('user_feedback', [SupportController::class, 'feedback']);
Route::post('add_to_cart', [CartController::class, 'add_to_cart']);
Route::post('make_order', [CartController::class, 'make_an_order']);
Route::post('show_cart', [CartController::class, 'show_cart']);
Route::post('del_frm_cart', [CartController::class, 'del_frm_cart']);
Route::post('check_cart', [CartController::class, 'check_cart']);
Route::post('clear_cart', [CartController::class, 'clear_cart']);
Route::post('societyforaddress', [AddressController::class, 'societyforadd']);
//notification by///
Route::post('appsetting', [AppsetController::class, 'appsetting']);
Route::post('updateappsetting', [AppsetController::class, 'updateapp']);
Route::post('pen_con_out', [OrderController::class, 'pen_con_out']);
Route::post('orderlist', [OrderlistController::class, 'orderlist']);
Route::group([‘prefix’ => ‘store’, [‘middleware’ => [‘XSS’]], ‘namespace’ => ‘Storeapi’], function () {
Route::post('store_login', [StoreloginController::class, 'store_login']);
Route::post('store_profile', [StoreloginController::class, 'storeprofile']);
Route::post('storetoday_orders', [StoreorderController::class, 'todayorders']);
Route::post('storenextday_orders', [StoreorderController::class, 'nextdayorders']);
Route::post('productcancelled', [StoreorderController::class, 'productcancelled']);
Route::post('order_rejected', [StoreorderController::class, 'order_rejected']);
Route::post('nearbydboys', [AssignController::class, 'delivery_boy_list']);
Route::post('storeconfirm', [AssignController::class, 'storeconfirm']);
Route::post('cart_invoice', [StoreinvoiceController::class, 'cart_invoice']);
Route::post('regstore', [RegController::class, 'regstore']);
/* Route::post('orderlistbyday', [OrdersaleController::class,'orderlist']); */
Route::post('st_productselect', [AddproductController::class, 'productselect']);
Route::post('st_products', [AddproductController::class, 'store_products']);
Route::post('st_stock_update', [AddproductController::class, 'stock_update']);
Route::post('st_delete_product', [AddproductController::class, 'delete_product']);
Route::post('st_add_products', [AddproductController::class, 'add_products']);
Route::post('store_products', [StproductController::class, 'list']);
Route::get('cat_list', [StproductController::class, 'category_list']);
Route::post('store_products_add', [StproductController::class, 'st_addproduct']);
Route::post('store_products_update', [StproductController::class, 'St_updateproduct']);
Route::post('store_products_delete', [StproductController::class, 'DeleteProduct']);
Route::post('store_varients_list', [StvarientController::class, 'varient_list']);
Route::post('store_varients_add', [StvarientController::class, 'AddNewproduct']);
Route::post('store_varients_update', [StvarientController::class, 'Updateproduct']);
Route::post('store_varients_delete', [StvarientController::class, 'deleteproduct']);
Route::post('store_update_profile', [StoreloginController::class, 'storeupdateprofile']);
Route::post('top_products', [StoreloginController::class, 'top_selling']);
Route::post('store_feedback', [StoresupportController::class, 'feedback']);
Route::post('store_callback_req', [StorecallController::class, 'call']);
Route::post('store_order_history', [StoreorderController::class, 'store_order_history']);
Route::post('st_couponlist', [StorecouponController::class, 'couponlist']);
Route::post('st_coupon_add', [StorecouponController::class, 'addcoupon']);
Route::post('st_updatecoupon', [StorecouponController::class, 'updatecoupon']);
Route::post('st_deletecoupon', [StorecouponController::class, 'deletecoupon']);
//notifications//
Route::post('st_notificationlist', [NotificationController::class, 'notificationlist']);
Route::post('read_by_store', [NotificationController::class, 'read_by_store']);
Route::post('all_as_read', [NotificationController::class, 'all_as_read']);
Route::post('st_delete_all_notification', [NotificationController::class, 'delete_all']);
Route::get('id_list', [RegController::class, 'idlist']);
});
Route::group([‘prefix’ => ‘driver’, [‘middleware’ => [‘XSS’]], ‘namespace’ => ‘Driverapi’], function () {
Route::post('ordersfortoday', [DriverorderController::class, 'ordersfortoday']);
Route::post('ordersfornextday', [DriverorderController::class, 'ordersfornextday']);
Route::post('out_for_delivery', [DriverorderController::class, 'delivery_out']);
Route::post('delivery_completed', [DriverorderController::class, 'delivery_completed']);
Route::post('order_items', [DriverorderController::class, 'order_items']);
Route::post('completed_orders', [DriverorderController::class, 'completed_orders']);
Route::post('completeorderlistbyday', [DriverorderController::class, 'completeorderlist']);
Route::post('update_status', [DriverstatusController::class, 'status']);
Route::post('driver_status', [DriverstatusController::class, 'get_status']);
Route::post('driver_login', [DriverloginController::class, 'driver_login']);
Route::post('driver_bank', [DriverloginController::class, 'driverbank']);
Route::post('driver_profile', [DriverloginController::class, 'driverprofile']);
Route::post('driverupdateprofile', [DriverloginController::class, 'driverupdateprofile']);
Route::post('driver_notificationlist', [DriverNotificationController::class, 'notificationlist']);
Route::post('read_by_driver', [DriverNotificationController::class, 'read_by_driver']);
Route::post('all_as_read_driver', [DriverNotificationController::class, 'all_as_read']);
Route::post('driver_delete_all_notification', [DriverNotificationController::class, 'delete_all']);
Route::post('driver_feedback', [DriversupportController::class, 'feedback']);
Route::post('driver_callback_req', [DrivercallController::class, 'call']);
Route::post('latlngupdate', [DriverstatusController::class, 'latlngupdate']);
});
Dear customer, this is not a support forum, you can use our support system opening a ticket at https://support.tecmanic.com
Hello, is it open source? Can we develop on the software?
Of course this is not open source. But when you buy it you will get a copy of the source code that you can modify
Pre sale question: Is this script including Taxi solution?
No, it doesn’t include that
Hello, you can work on updating the application interface so that the application becomes the fastest and best in this market, such as adding a video and multiple images of the product, dividing the products well and attractively, and not randomly. Also, the size of the images will be larger and the image will be in the background to give a more impression.
Hello, for sure we can customize the app to make it adequate for your needs. Contact us at founder@tecmanic.com and we can discuss pricing or message us on WhatsApp
could we see the new version this week?
or when we can see the new version?
Just curios what a new version should contain?
I ask to you have any plan to release new version?
We plan to update the app regularly, but I am curios to know if there is something wrong with the current version of the app, since you are asking for an update. Or maybe some improvement suggestion?
hey team few queries.
1. any plan for adding options like smallcart fee, handling charges, etc in checkout 2. any improvements on UI because product or category images are too small 3. any future updates on indian payment gateways like phonepe, cashfree, etc
Contact us at founder@tecmanic.com and we can discuss a customization for you.
wrong code code note working – support not responding
The code work out of the box. If you are having issue, wait for support response.
We clearly state we will respond within 72 hours. Have 72 hours passed after you send your support request?
There is a support section on your item and we clearly state the following:
Our support team will respond to you as soon as possible but sometimes it can take you longer than usual like 1 to 3 working days, because of our higher volume of tickets, also we don’t work over the weekend. And our office hour is 9 am to 5:00 pm EST Time.
Since it’s Sunday, you shouldn’t be expecting an immediate response from support because as we clearly state, we don’t work over the weekend.
any plan for webstore? front website? or order from website
We have been considering a flutter web version of the app, but for that to happen a big code refactoring needs to happen first. We are currently working on improving the code in preparation for a huge app architectural change that might allow us to provide a web version, but that will depend on how long it takes for us to refactor the existing code to improve it.