Menu
Assign a 'primary' menu

Backend Docs

Admin Panel & Website Setup:

Putty & Winscp required

Login in winscp:

winscp-login

Open Putty From Winscp:

 

ADMIN PANEL:
1.Generate key

php artisan key:generate

2.Empty oauth_clients in database and then Generate passport”s client key in composer https://laravel.com/docs/5.8/passport

php artisan passport:install

For website:

npm run watch

Important: If npm run watch fail then Delete node_modules from website directory  and run npm install. Then again npm run watch

Main Video:

Data Empty:

Don’t empty users table

Google Maps Key Update Path:

Website: /website/resources/views/layouts/common/htmlheadersearch.blade.php

Admin Panel: /admin/resources/views/layouts/partials/htmlheader.blade.php

<script type=”text/javascript” src=”https://maps.googleapis.com/maps/api/js?key=KEY&libraries=places”></script>

Permission Issue:

/public_html/admin/index.php” (permission 644)

/public_html/admin/ (permission 755)

App Not Install Issue:

App not install issue comes in below 2 case:
-Your android phone is blocking apk to install outside of Playstore. Please allow installing apps from unknown source in your phone
-You already have same package name App in your phone. Please uninstall older before installing new one.

Delivery Boy App Testing Steps:

– Assign pincode for delivery boy from admin panel for which you want to test for delivery boy number +919501746789
-Order for the exact same pincode from the App
-In automatic assign case order will be assigned automatically. In manual assigning, admin will need to manually assign order to delivery boy.
-Make sure you are login in Delivery Boy App with the same number 9501746789 to get the assigned order
-Later order assigned will show in bottom. As we want delivery boy to complete old order first.

Colour Changes:

1.Change header background color :
public_html/public/css/header.css
line  : header { position: fixed; left: 0; top: 0; width: 100%; background: #1F2B5A

; /* fallback for old browsers */ z-index: 99; padding: 0; transition: 0.3s all; }2.Change footer background color :
public_html/public/css/header.css
line  : footer { background-color: #1F2B5A

; padding: 30px 0; color: #FFFFFF

; }3.Change color in  all categories page.
public_html/public/css/static-content.css
line:.heading1 span { background: #1F2B5A

; /* fallback for old browsers */ color: #FFFFFF

; position: relative; padding: 10px 40px; display: inline-block; z-index: 1; }4.Change buttons color in welcome page:
public_html/public/css/grocery/grocery-listings.css
line : .single-items .btn-main { background: #1F2B5A

; /* fallback for old browsers */ border-radius: 0; border-color: #1F2B5A

; color: #FFFFFF

; text-transform: uppercase; padding: 10px; margin: 0 5px; font-weight: 600; display: inline-block; cursor: pointer; height: 40px; vertical-align: middle; }5.Change button in product detail page:
public_html/public/css/productdetail.css
link : .product-add-to-cart .add .btn-main { background: #1F2B5A

; /* fallback for old browsers */ border-radius: 0; border-color: #1F2B5A

; color: #FFFFFF

; text-transform: uppercase; padding: 11px; margin: 5px; font-weight: 600; display: inline-block; cursor: pointer; vertical-align: middle; min-width: 150px; }6.Change checkout and view cart button:
public_html/public/css/header.css
link : btn-main:not([disabled]):hover { color: #FFFFFF

; border-color: #1F2B5A

; background-color: #4A4A4A

; }

Promotional Sender ID changes:

admin/app/Http/Controllers/promotionalsmsController.php

$authkey = urlencode($sms->authkey);
$senderId = “090948”;
$route = urlencode($sms->route);

Grocery Multioutlet Data Empty:

address user, all coupon, all_orders,app users,banners,bulk orders, categories,colors,contact us ,current_product_colors,current_product_sizes,date_slots,delivery_charges,devices,home_banners,home_layouts,items_in_offers,oauth_access_tokens,offer_times,order_cancel_requests,outlets,outlet_app_details,outlet_products,outlet_product_request,outlet_store_details,pin codes,pin code group list,pin code_groups,products,product_color_images,product_images,product_ratings,product_rating_images,product_requests,product_size_images,recom_layouts,recom_layout_items,requested_pincodes,subcategories,subsubcategories,tax_settings,time_slots,trending_searches,user_carts,user_credits,user_credit_logs,user_orders,user_profiles,user_referrals,user_referral_logs,user_tokens,user_used_coupons,user_wishlists,variants

>