Please make sure that the .htaccess file is uploaded to your server and updated to latest version.
If the file is exists, but you still face this issue, please contact your host provide, and let them enable mod_rewrite.
If you are using a VPS with Ubuntu Linux installed, please follow this guide.
If you use Nginx in your server, please follow the last step in the installation page.
This may cuase due folder permission error, or apache issue, please contact your host provider and let them fix it for you.
You can find the layout files in ./themes/default/
The files extention is .php
You can edit the stylesheet from ./themes/default/assets/css
The main style file is: style.css
Login to PayPal, then click here: https://developer.paypal.com/developer/applications/create
Set your app name, and email address and click Create App
On the top right side, you can see two tabs, SandBox and Live, click on live.
Copy the client id and secret id, then save them on Admin Panel > Settings > Payment Settings.
Create new account in http://stripe.com
Go to account settings and setup your bank account.
One you're done with your account info, go to API keys, and get the live keys.
Copy the keys, then save them on Admin Panel > Settings > Payment Settings.
You can change them from ./themes/default/emails
You can change it from ./themes/default/assets/img/icon.png
You can add more info in ./themes/default/pro
You can edit the footer from: ./themes/default/main/footer.php
You edit the your profile page from: ./themes/default/myprofile.php
You edit the user profile page from: ./themes/default/profile.php
You can do that from Admin Panel > Languages > Add New Language
You can set it on Admin > Settings > Site Settings > Default Language
Make sure you have SSL working on your domain, and $site_url is set to SSL version in ./config.php file.
Open .htaccess file, under "RewriteEngine On", copy and the paste the code below:
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
Availability to answer questions, Answering technical questions about item’s features, Assistance with reported bugs and issues, Help with included 3rd party assets.
Any customization request will be ignored.
Please make sure to read more about the support policy.