Foodomaa - Multi-restaurant Food Ordering, Restaurant & Delivery Application - (NULLED BY @LALBILLA)

Foodomaa - Multi-restaurant Food Ordering, Restaurant & Delivery Application - (NULLED BY @LALBILLA) 3.5

No permission to download

FACUSLAVIN

New member
Dec 26, 2020
3
1
3
[USER = 90801] @GambitSteel [/ USER] Solo quería cambiar el ícono de la aplicación web, que el cliente puede agregar a la página de inicio de su teléfono celular.
Hola amigo, tienes que configurarlo desde el panel de administración> Ajustes> Diseño> y modificar "FAVICON". Sube la imagen que será el próximo icono.
 
  • Like
Reactions: uzuary

Uzuary

Member
Dec 29, 2020
71
15
8
TIP for those who want to translate the restaurant and administrator panel.

To translate the restaurant panel: public_html/resources/lang/en/storeDashboard.php


To translate the administrator panel: public_html/resources/views/admin
 
  • Like
Reactions: carlosllimma

Uzuary

Member
Dec 29, 2020
71
15
8
Hola amigo, tienes que configurarlo desde el panel de administración> Ajustes> Diseño> y modificar "FAVICON". Sube la imagen que será el próximo icono.
Thank you friend! But the correct way is to edit two files from your root folder.

manifest.json
delivery-manifest.json
 

¢яєαтυяє

Active member
May 29, 2020
144
50
28
Planet Earth
@carlosllimma @GambitSteel @fodaessetema @¢яєαтυяє @PaulistaBolado @jackhammer @willowdan @planetetv257 @blackghost

Please use the attachment below (fix-previous-patch.zip)
FOR 2.7.0 (you may try for 2.6.1, but source files was from 2.7.0)
This is for testing only. I will delete this post after 24 hours. Then I will update my original post with the updated patch.

Please give feedback. This patch should fix:
1. roles-and-permission-management (Class sclc does not exist - error)
2. store-owner sort items (Class sclc does not exist - error)
3. OneSignal API error (without separate patch)

There might be other 'Class sclc does not exist' error, please report, so I can fix it as well.

If one of the Admins can make my original post sticky at the first page that will be great, so people here can easily find my "patch". @Tomz @White Devil or anyone give a poke to Admins?
Hey Thank you for the Patch.
But the following error still exists
2. store-owner sort items (Class sclc does not exist - error)
 
  • Like
Reactions: arrocy

arrocy

Active member
Null Master
Trusted Uploader
Jun 16, 2020
185
213
43
After Upgrading to 2.7.0 if I use the Clear Cache thing from Admin
domain/delivery
page doesn't load causes 404 ERROR
Tried both patch files
works fine here with same patch.
 

Attachments

  • delivery.png
    delivery.png
    38.4 KB · Views: 18
  • clearcache.png
    clearcache.png
    41.6 KB · Views: 17
  • Like
Reactions: carlosllimma

Uzuary

Member
Dec 29, 2020
71
15
8
I am getting this error when trying to register a user via the registration page. Does anyone know why? It logs but does not update.
 

Attachments

  • Screenshot_1.png
    Screenshot_1.png
    26.6 KB · Views: 20

Uzuary

Member
Dec 29, 2020
71
15
8
@carlosllimma @GambitSteel @fodaessetema @¢яєαтυяє @PaulistaBolado @jackhammer @willowdan @planetetv257 @blackghost

Please use the attachment below (fix-previous-patch.zip)
FOR 2.7.0 (you may try for 2.6.1, but source files was from 2.7.0)
This is for testing only. I will delete this post after 24 hours. Then I will update my original post with the updated patch.

Please give feedback. This patch should fix:
1. roles-and-permission-management (Class sclc does not exist - error)
2. store-owner sort items (Class sclc does not exist - error)
3. OneSignal API error (without separate patch)

There might be other 'Class sclc does not exist' error, please report, so I can fix it as well.

If one of the Admins can make my original post sticky at the first page that will be great, so people here can easily find my "patch". @Tomz @White Devil or anyone give a poke to Admins?
onesignal keeps bugging at checkout.
 
  • Like
Reactions: helperashish

GambitSteel

Active member
Trusted Uploader
Oct 22, 2020
149
152
43
After Upgrading to 2.7.0 if I use the Clear Cache thing from Admin
domain/delivery
page doesn't load causes 404 ERROR
Tried both patch files

Clear the content of your .htaccess in root folder and paste this:

FileETag none

<IfModule mod_rewrite.c>
RewriteEngine On

#Redirect to non-www with https
RewriteCond %{HTTPS} off [OR]
RewriteCond %{HTTP_HOST} ^www\. [NC]
RewriteCond %{HTTP_HOST} ^(?:www\.)?(.+)$ [NC]
RewriteRule ^ https://%1%{REQUEST_URI} [L,NE,R=301]

RewriteBase /
RewriteRule ^index\.html$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.html [L]
</IfModule>


<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews -Indexes
</IfModule>

RewriteEngine On

# Handle Authorization Header
RewriteCond %{HTTP:Authorization} .
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

# Redirect Trailing Slashes If Not A Folder...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} (.+)/$
RewriteRule ^ %1 [L,R=301]

# Handle Front Controller...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
</IfModule>

# BEGIN Caching
<ifModule mod_headers.c>
<filesMatch "\\.(ico|pdf|flv|jpg|jpeg|png|gif|swf|ttf|otf|woff|woff2|eot|svg)$">
Header set Cache-Control "max-age=2592000, public"
</filesMatch>
<filesMatch "\\.(css)$">
Header set Cache-Control "max-age=2592000, public"
</filesMatch>
#<filesMatch "\\.(js)$">
#Header set Cache-Control "max-age=2592000, private"
#</filesMatch>
<filesMatch "\\.(xml|txt)$">
Header set Cache-Control "max-age=2592000, public, must-revalidate"
</filesMatch>
<filesMatch "\\.(html|html|php)$">
Header set Cache-Control "no-store"
</filesMatch>
</ifModule>
# END Caching

<FilesMatch ".(eot|otf|ttf|woff|woff2)">
Header always set Access-Control-Allow-Origin "*"
</FilesMatch>

<Files .json>
Header unset Cache-Control
</Files>

<Files .env>
order allow,deny
Deny from all
</Files>
 
  • Like
Reactions: ¢яєαтυяє

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu