What's new
  • The default language of any content posted is English.
    Do not create multi-accounts, you will be blocked! For more information about rules, limits, and more, visit the Help page.
    Found a dead link? Use the report button!
6amMart - Multivendor Food, Grocery, eCommerce, Parcel, Pharmacy delivery app

NULLED 6amMart - Multivendor Food, Grocery, eCommerce, Parcel, Pharmacy delivery app 3.3 NULLED

6amMart+React+CC+Cover.png


here is for you guys, enjoy

 
Top-liked message: 17
hello, I m testing this and I realized something I don't no the issue. Tax system isn't calculating in the user app and after order is placed ,Tax shows 0 in vendor tax report . After user places order, the commission set isn't being calculated as well. It's will show default price to vendor without showing the system automatically deducting the commission and telling the vendor exactly how much they earned. If you know this issue or have a fix for it kindly help me fix it, I can buy tou a coffee as well.
 
Reacted by:
@hellmegadeth hello bro, at step 4 it stucks, I have tried different fresh databases but still no success

Step 4.​

Import Database​

Your Database has been connected ! Just click on the section to automatically import database

Your database is not clean, do you want to clean database then import?

The force import does not work totally
 
Last edited:
omingoalex 's signature
Reacted by:
@hellmegadeth hello bro, at step 4 it stucks, I have tried different fresh databases but still no success

Step 4.​

Import Database​

Your Database has been connected ! Just click on the section to automatically import database

Your database is not clean, do you want to clean database then import?

The force import does not work totally
You’re getting that error because your dump uses the MySQL-8 collation utf8mb4_0900_ai_ci, but you’re importing into a server that doesn’t support it (e.g., MariaDB or MySQL 5.7). In your file, the stores table is created with that collation, which triggers the failure.

replace the " database.sql" with bellow file
1762156894543.png
Post automatically merged:

 

Attachments

  • 1762156894543.png
    1762156894543.png
    390.1 KB · Views: 10
Top-liked message: 8
You’re getting that error because your dump uses the MySQL-8 collation utf8mb4_0900_ai_ci, but you’re importing into a server that doesn’t support it (e.g., MariaDB or MySQL 5.7). In your file, the stores table is created with that collation, which triggers the failure.

replace the " database.sql" with bellow file
View attachment 54741
Post automatically merged:

*** Hidden text: cannot be quoted. ***
Which file bro, isn't downloadable.
 
omingoalex 's signature
Reacted by:
Top