Updates

To upgrade your current web application to latest version please follow below steps :

01.login to your website admin area Admin > Updates.

02. Install the latest update available.

You are done!

you can also download the old updates files to see the already changed files in the previous versions.


Language Management

Languages Folder
All languages files are stored in the ( Application/language/ ) sub-folders.

Default Languages
We have added some default languages which comes with the software when you install and they can be edited / modified.

Adding a New Language

You can easily create your own language for your website using this script, just follow these steps below:

  1. After when you have logged into your hosting cpanel, Go to ‘File manager’ and click ‘Public_html’
  2. Click ‘application’ and find ‘language’ option
  3. After getting into ‘language’ option create a new folder (from the top left) containing your language name [ use country code instead of full name e.x ( English ) should be like ( en ) ]
  4. Now go to default ‘en’ english language folder and  Copy these two files to your newly created folder 1. ( front_lang.php ) and 2. ( name.txt )
  5. Go to your newly created folder and edit these 2 copied files ( front_lang.php ) and  ( name.txt )
  6. Replace all english words with your language words in file 1. front_lang.php , and edit file 2. name.txt  now if your language supports RTL then change LTR to RTL final results of the file should be like ( EN,LTR ) seperated by coma
  7. Optional : if your theme supports flag icon then follow these instructions below:
    Copy your flag icon to path ( uploads/images/language/en.png ) Note : the icon image name should be same as your language name like ( en.png )

Payment Gateways

Payment gateways can be configured in General > Payment Gateways. Each gateway has their own specific API requirements in order to process transactions so they will vary from gateway to gateway. However, all gateways have 3 core options:

  • Show on Order Form – Checking this box will mean it can be shown on the order form as an option – subject to product group gateway restrictions
  • Visible Name – The name that is used for this gateway throughout the system and to clients (eg. gateway can be Authorize.net, visible name might be Credit Card)
  • Convert To For Processing – This option is for when using multiple currencies. It is possible that not every gateway you use will accept all the currencies you offer on your site and so for those that don’t, you can choose a currency here for Go-Booking Software to convert to before sending to them. For example if using Google Checkout with a UK account but offering prices in GBP & USD, you would need to select GBP in the Convert To box. This will use the rates set in Config > Currencies to do the conversion which can be set to auto update daily.

Deactivating Gateway Modules

Should you no longer wish to use a particular payment gateway clicking the red (Deactivate) link beside the name will gracefully remove the gateway from the system. This will prevent any further payments being made using this gateway and automatically reassign any other assigned to that payment method to another option. Upon clicking the deactivate link, a popup window will appear prompting for the selection of the alternative payment gateway to which any currently assigned items should be changed to.


Common Errors

No input file specified.

if you encounter this Error in your admin panel, please Follow this below procedure.

Go to .htaccess file in your public_html where you installed the product. and add following lines to it.

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_URI} ^system.*
RewriteRule ^(.*)$ index.php?/$1 [L]
RewriteCond %{REQUEST_URI} ^application.*
RewriteRule ^(.*)$ index.php?/$1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]
</IfModule>

now save it, go to your admin panel again and refresh your page.

Les dernières nouvelles envoyées dans votre boîte de réception!