Common Issues (Server Specific)
404 Code Found?
- Your .htaccess file is missing from your server.
- To resolve this, open the zip file you downloaded from CodeCanyon.
- Unzip the file: Code vX.X - upload this to server
- Open that folder and you will find the .htaccess file.
- Upload that file to the main folder.
Not Settling Payments to Sellers While Delivering the Order?
- Check that you have set the Cron job on your server.
- Note: If you are not aware of cron jobs, you can ask your server provider for help or documentation.
- For more details on the commission method, you will find guidance at the bottom of the System -> System Settings page.
- The cron job automates payment settlements. If you want to do it manually, there is an option for that too.
- Go to Sellers -> Sellers Menu.
- Click on Update Seller Commission button for settlement of seller payments.
Assign Categories to Seller
Added Product But Not Showing?
- If the seller added the product, the admin needs to activate it.
- Check your only_full_group_by_mode on your server. It must be disabled.
- If you are having this only_full_group_by_mode issue, it is a server-side issue. Please ask your server support to disable only_full_group_by_mode in PHPMyAdmin (MySQL).
- Check if the product is active or inactive. It must be active to display.
Not Installing?
-
Fill in all the fields; do not leave any blank.
-
Use the same mobile, password, and email for the installation. You can change the password from the profile section.
-
To change the mobile number, you need to run a query in your MySQL (PhpMyAdmin).
Steps to run this query:
- Open PhpMyAdmin on your server and select your database and table.
- Open the Users table.
- Click on the SQL tab.
- Copy and paste the following query in the SQL tab page:
UPDATE `users` SET `mobile` = 'YOUR_MOBILE_NUMBER' WHERE `users`.`id` = 1;
- Click on the GO button to run the query.
- Open PhpMyAdmin on your server and select your database and table.
SMTP Email Notification Not Working?
- You must set up the email settings on the panel. See the image below:
- You can test your SMTP configuration here: https://www.gmass.co/smtp-test
Push Notification Not Working?
- Set up the FCM Server Key.
- If it is still not working, log out of the app, then log in again and check the notification.
Invalid Hash Error?
- Check that you have created the Client API Keys for your application.
- Set that secret key on the application side.
- It should match on both the application and Admin panel sides.