Knowledge

Sellers

Sellers

Be our Sellers

Read More
Wholesale

Wholesale

Wholesale Now

Read More
Ads/Service

Ads/Service

Ads/Service for you

Read More

Download

News CMS
admin
Cms
2023/06/22
5.0
Sports CMS
admin
Cms
2023/06/22
3.0
Mall CMS
admin
Cms
2023/06/22
5.0

News

How to make a good website? 22/07/2023

How to make a good website?

Define your website's purpose: Clearly outline the goals and objectives of your website.

RSS Aggregator System 22/07/2023

RSS Aggregator System

If you want to automatically update the feeds you added, you can do this by creating ...

How can I move my site to a new domain or server? 22/07/2023

How can I move my site to a new domain or server?

1. Move all your files that are in your FTP (this is generally the "public_html"

How can I change logo size? 22/07/2023

How can I change logo size?

There is no option to change the logo size in the Admin panel. But you can change the logo size by adding custom CSS .

How can I see the changes after changing the codes? 22/07/2023

How can I see the changes after changing the codes?

The browser cache may prevent you from seeing the changes you have made.

How can I use this cms on the NGINX server? 22/07/2023

How can I use this cms on the NGINX server?

NGINX server does not support .htaccess, so if you upload script files to your server

How can I change a text ? 22/07/2023

How can I change a text ?

You can easily edit titles, button texts, descriptions texts, warnings, email contents and all other texts

Image Upload Problem 22/07/2023

Image Upload Problem

If your site has an image upload problem, please check these settings to solve the problem

How to be our seller?

Adding a New Payment Gatewa

1. Adding Your Payment Account to the Database

Payment systems generally work with API keys ( "public_key" and "secret_key" ). These key names may be different for some systems, but logically work the same way.
To add a new payment system, open the "payment_gateways" table in your database via phpMyAdmin and click the "Insert" link from the menu above to add your payment system.

FieldDescription
idLeave this field blank because the id is automatically generated.
nameEnter your payment system name.

name_keyEnter an unique name that does not contain special characters for your payment system.

public_keyEnter the public_key value you created in your payment account.
Example: Adt9g4b-sz6NaQ_dsXGZQ76ah...
secret_keyEnter the secret_key value you created in your payment account.
Example: EL6tE3pLtJ13JebQI5n3Fy57xL7...
environmentThis is the payment mode option offered by your payment system. If you want to add test API keys for your payment system and perform payment tests, you must enter "sandbox" here. If you want to enter your live API keys and receive payments after tests, you must enter "production".
Example: sandbox
base_currencyIf you want to accept payments in only one currency, you can write the short name of the currency here. If you want to receive payments in all active currencies on your site, you can enter "all" here. You can check the "currencies" table in your database for the short names of all currencies available in the system.
Example: USD
status1 or 0. If you do not want the payment system to appear on your site, you need to enter 0. Otherwise, you need to enter 1.
Example: 1
logosOur script displays logos for each payment system on the payment methods page. These logos are located in the "assets / img / payment" folder. For the payment system you add, you can add the logo names you want to show by putting commas between them. You can upload your own SVG logos to this folder.
Example: visa,mastercard,amex,discover

Adding Static Pages

You can follow these steps to add a static page to your site. "static_page" name will be used as an example, but you can change this name as you want.

1. Open  "app/Controllers/HomeController.php" file and add your function:

public function staticPage()
{
    $data['title'] = "This is a static page";
    $data['description'] = "This is a static page";
    $data['keywords'] = "static,page";

    echo view('partials/_header', $data);
    echo view('static_page', $data);
    echo view('partials/_footer');
}



2. Create a "static_page.php" file in the "app/Views" folder. You need to add your HTML and CSS codes to this file.

3. Open the "app/Config/Routes.php" file to create a route for your page. You can add the following line just after "$routes->get('/', 'HomeController::index');" line in this file:

$routes->get('/static-page', 'HomeController::staticPage');

After these edits, you can access this page with "domain.com/static-page" URL.

PayPal is not working on my site

If PayPal is not working on your site, please follow these steps:

1. You need to create PayPal API keys with your PayPal "business" account. Your account should allow these kind of payments. After genereting your API keys, you need to enter your API keys from the "Payment Settings" section in the Admin panel.

2.  If you want to test the payment system with sandbox API keys, you need to select "Sandbox" mode in the "Payment Settings" section. If you want to add live API keys and receive the payments, you need to select "Production" mode.

3. PayPal does not work with all currencies. If you add a product with a currency that PayPal does not support, the payment window will not open. You need to use one of these currencies:

CurrencyCode
Australian dollarAUD
Brazilian real 2BRL
Canadian dollarCAD
Chinese Renmenbi 4CNY
Czech korunaCZK
Danish kroneDKK
EuroEUR
Hong Kong dollarHKD
Hungarian forint 1HUF
Indian rupee 3INR
Israeli new shekelILS
Japanese yen 1JPY
Malaysian ringgit 4MYR
Mexican pesoMXN
New Taiwan dollar 1TWD
New Zealand dollarNZD
Norwegian kroneNOK
Philippine pesoPHP
Polish złotyPLN
Pound sterlingGBP
Russian rubleRUB
Singapore dollarSGD
Swedish kronaSEK
Swiss francCHF
Thai bahtTHB
United States dollarUSD

Authors

Basic

$8.88/12 Regularly Order This Plan Now
  • Advertisements can be published for US.

Advance

$16.88/30 Regularly Order This Plan Now
  • Advertisements can be published for both US and India.

Vip

$25/50 Regularly Order This Plan Now
  • Free submission of advertorials across the entire website.