Coowhm Documentation

coowhm WHMCS template

template documentation version 2.5
(04/01/2021)


Introduction


Thank you so much for purchasing our template and for being our loyal customer.You are awesome!
You are entitled to get free lifetime updates to this product + free support from our team directly.

This documentation is to help you regarding each step of install and customization. Please go through the documentation carefully to understand how this theme works and how to edit this properly. Basic HTML & CSS knowledge is required to customize this template. You may learn basics here, here Or by videos here.

before get started

we highly encourage you to get familiar with this documentation file. Spending half an hour reading the manual may save a lot of your time and avoid questions with obvious answers.

To quickly find the necessary information, you can use your browser's built-in "Search" tool

  • Press the CMD+F (in macOS)
  • press CTRL+F (in Windows)

Getting Started #back to top


This template, which is a responsive layout for tablet and other mobile devices, is based on the HTML5 structure and Twitter Bootstrap http://getbootstrap.com/ to learn more about bootstrap. For a detailed information about its grid system, click on http://getbootstrap.com/css/#grid.

To use WHMCS template you must be running at least WHMCS 7.9.x , PHP5, mysql 5 or higher

you can read this tutorial: How to Customize an HTML Template

you can read this tutorial: The Best Way to Learn HTML

you can read this tutorial: Introduction to HTML

you can read this tutorial: Your First HTML Document in 60 Seconds

How do I install the Coowhm WHMCS template & orderform?#back to top


Before installing the template, please make sure you unpacked the archive and extracted template files. the screenshot below as an example only.

documentation: this folder has the docs files

WHMCS (7.8.x): this folder has the all template & orderforms files

changelog & updates.txt: this txt file has all updates and changelogs of the template


please read this before installing the tempalte! Plese make sure that template version, which you are trying to install is compatible with your WHMCS installation!

Let’s walk you through how to install the Coowhm WHMCS template properly. To complete this tutorial, you will need your FTP login credentials for your hosting environment, your favorite FTP client, and finally the download files from themeforest.
I would recommend either FileZilla for Windows/Mac

Let’s head over to the local folder in which you saved the theme download. The file is a ZIP archive and will need to be extracted. Mac users can easily do this by double-clicking on the .zip file, and it will unzip the contents into a folder with the same name as the download. Windows users can use the default ZIP extraction tool, or you can use something like WinZip or WinRar to do this for you. Either way, once you’re done, you will have a folder with the theme contents. Fire up your favorite FTP client and connect to your hosting environment. You will need to navigate to the root directory of your WHMCS installation. If you’re not sure what the root directory is, it will be the folder that contains the config.php file for your WHMCS installation.

In the FTP client, you can locally browse to the unzipped folder of the template download. Inside of the download files in WHMCS (7.8.x) folder, you will find another folder called “upload.” This folder contains all of the files that need to be uploaded to the root WHMCS installation directory. However, do not upload the “upload” folder, just the files inside of it! Once the upload is complete, we can go through the process of installing your template and orderform.

Changing your default template & orderform

When you’re ready for your clients to see your new template, you will need to head to “Setup” > “General Settings” and wait for the page to load. Look for the option called “Template” and change it to “coowhm” Save your changes, and the new template will be live!.

Our WHMCS template support all WHMCS order forms & Our own orderform also: Coowhm Cart
You will need to change your default order form template to our if you want to use it. To do this, you will head to “Setup” > “General Settings” > “Ordering.” Once the page loads, you will select the order form and click “Save Changes.”

customize the template#back to top


Editing logo

just upload you logo with the name "logo.png" to "templates/coowhm/img"

Editing the favicon

just upload you favicon with the name "favicon.ico" to "templates/coowhm".

Editing the menu

in our template you can edit the menu items, sub-menus, links,icons .. and more ealsy, just go to "templates/coowhm/template-parts" menu.tpl files, and just edite your menus mannyaly

Adding custom CSS to your template

this is for more advanced users who are not afraid of potentially breaking things. you can add your custom CSS file that will be compiled into the template. This is a great way to override the look of certain areas in the theme that do not have options. just add your codes in "templates/coowhm/css" custom.css

Dark Mode#back to top


active the dark mode

in COOWHM plus version 2.2 we add the dark mode feature, Activate or deactivate by adding or delete dark-mode class in body tag, header.tpl file line 38

Edit homepage slider#back to top


the slider

in COOWHM version 2.0 we add new slider elemnt in the homepage you can edit the code in "your_whmcs_main_directory/templates/coowhm/template-parts/elements/homepage-plans.tpl"

we add default WHMCS home buttons in the sliders, you can add edit and delete any slider you want, codes are commented just edit them with any text editor

Edit homepage features#back to top


features box

also we add custom features boxs in COOWHM version 2.0, you can edit the code in "your_whmcs_main_directory/templates/coowhm/template-parts/elements/homepage-features.tpl"

you can add edit and delete features like you want, codes are commented just edit them with any text editor

Edit homepage discount box#back to top


discount box

you can edit discount box or delete it from"your_whmcs_main_directory/templates/coowhm/template-parts/elements/homepage-discount.tpl"

Edit homepage plans#back to top


the plans

in version 2.0 and above we add hosting plans in the homepage of your WHMCS you can edit plans, links and prices "your_whmcs_main_directory/templates/coowhm/template-parts/elements/homepage-plans.tpl"

Edit banners slider#back to top


the banners

also there is a slider for your banners you can edit it at "your_whmcs_main_directory/templates/coowhm/template-parts/banners/banner-01.tpl"

the slider appear in domain search page and Knowledgebase pages, if you want to delete it just contact our support team, they will do it for you for free

install email template #back to top


how to install the email template

To use graphics in your eamil template, first we need to upload them to your server, to do this, please fallow bellow steps:

1- Open downloaded and extracted folder.

2- Go to Email Template files.

3- Open img folder.

4- Replace the logo-pos.png file, with your own logo graphics. Please remember that the name of your logo graphic need to be identical.

5- Login to your FTP account, and upload all files from img folder to your server. In our case, we will create email-tempalte folder, inside the WHMCS images folder.

6- Replace all Graphics URLs with the new urls that you upload to your server

7- Open footer.html and header.html file in your code editor.

8- Find and replace all img/ strings with correct directory to email images. In our case it will be

https://coodiv.net/coowhm/email/img

9- Find and replace all

http://your.whmcs-domain.com
strings with correct url to your domain name. In our case it will be
https://coodiv.net/coowhm
also edit all social links and your footer links with your website link


Add the email template to WHMCS system

1- Log in to your WHMCS admin area

2- Go to "Setup" → "General Settings" → "Mail"

3- "Global CSS" field should include the contents of the

{style_name}/global.css file.

4- "Global Header" field should include the contents of the

{style_name}/header.html file.

5- "Global Footer" field should include the contents of the

{style_name}/footer.html file.

6- After copying the code, click on "Save Changes" and enjoy your newly configured email template.

upgrade the template #back to top

Upgrading is very easy once you have the template installed. Let me run through these short steps so you can be upgraded to the latest and greatest!

Download the latest version from themeforest

Once we drop new update you will notifited in your email, The “Downloads” at the top of the themeforest page is the quickest way to download the latest release. Click on it and download the theme to your local hard drive.

Upload the latest files to your web host

Now that you have the latest download, you will need to unzip the ZIP file to your local disk. Fire up your favorite FTP client and navigate to the root directory of your WHMCS installation. In the local browser, you will navigate to the extracted folder from the ZIP file and open the “upload” folder. Grab all of the files in the “upload” folder and upload them to the root directory. Once the upload is finished, now your template is upgraded!

Support#back to top

Please remember you have purchased a very affordable theme and you have not paid for a full-time web design agency. Occasionally we will help with small tweaks, but these requests will be put on a lower priority due to their nature. Support is also 100% optional and we provide it for your connivence, so please be patient, polite and respectful.

Please visit our profile page or ask question @nedjai mohamed

Support for my items includes:
  1. Responding to questions or problems regarding the item and its features
  2. Fixing bugs and reported issues
  3. Providing updates to ensure compatibility with new software versions
Item support does not include:
  1. Customization & installation services
  2. support for third party software and plug-ins
Before seeking support, please...
  1. Make sure your question is a valid Theme Issue and not a customization request.
  2. Make sure you have read through the documentation and any related video guides before asking support on how to accomplish a task.
  3. Try disabling any active plugins to make sure there isn't a conflict with a plugin. And if there is this way you can let us know.
  4. If you have customized your theme and now have an issue, back-track to make sure you didn't make a mistake. If you have made changes and can't find the issue, please provide us with your changelog.
  5. Almost 80% of the time we find that the solution to people's issues can be solved with a simple "Google Search". You might want to try that before seeking support. You might be able to fix the issue yourself much quicker than we can respond to your request.
  6. Make sure to state the name of the theme you are having issues with when requesting support via ThemeForest.

Version History (Changelog) #back to top

You can find the version history (changelog.txt) file on main directory folder or you can check changelog on template sale page.

Once again, thank you so much for purchasing this template. As I said at the beginning, I'd be glad to help you if you have any questions relating to this template. No guarantees, but I'll do my best to assist. If you have a more general question relating to the template on ThemeForest, you might consider visiting the forums and asking your question in the "Item Discussion" section.


Changelog

	
								
-----------------------------------------------------------------------------------------						
coowhm version 2.2 (21/05/2020) WHMCS 7.10.2 ready
-----------------------------------------------------------------------------------------
- add RTL version 
- add dark mode version 
- redisgn of client area template
- add breadcrumb
- update orderform template for marketconnect products
- fix some responsive issues
- other UI and UX upgrades
- fix store dropdown
- upgrade docs files


-----------------------------------------------------------------------------------------
coowhm version 2.0 (27/03/2020)
-----------------------------------------------------------------------------------------
- add new style
- add new slider in homepage 
- add new plans in homepage 
- add new features box in homepage 
- add add discount box and banner slider in domain search and Knowledgebase pages
- add new login and register pages
- upgrade client area page
- upgrade datatables style
- upgrade support tickets page
- upgrade Knowledgebase page
- upgrade client area products and domains detalis pages
- new domains register, domain configuration and checkout styles
- upgrade all orderform templates and improve UI
- fix stripe issue and other issues
- fix responsive issue and other issues
- other UI and UX upgrades
- upgrade docs files

-----------------------------------------------------------------------------------------
coowhm version 1.2 (28/01/2020) WHMCS 7.9.x ready
-----------------------------------------------------------------------------------------
- upgrade to WHMCS template 7.9.1
- upgrade to WHMCS orderform 7.9.1
- fix other bugs (css/main.css - css/custom.css)

-----------------------------------------------------------------------------------------
coowhm version 1.1 (12/11/2019)
-----------------------------------------------------------------------------------------
- fix side panel
- fix search and transfer button in homepage for mobile devices
- add new style

-----------------------------------------------------------------------------------------
coowhm version 1.0.0
-----------------------------------------------------------------------------------------
- actual release



                                

Copyright and license #back to top

With ThemeForest regular license you are licensed to use this theme to create one single End Product (the final website customized with your content) for yourself or for one client. In short:

What is allowed with single regular license:
  1. You can create one website for yourself or for your client and you can transfer that single website to your client for any fee. This license is then transferred to your client.
  2. You can install the theme on your test server for testing/development purposes (that installation shouldn't be available to the public).
  3. You can modify or manipulate the theme, you can combine it with other works to create the End Product.
What is not allowed:
  1. With single regular license you are not allowed to create multiple websites. For multiple websites you will need multiple regular licenses.
  2. To resell the same website (Single End Product) to another clients. You will need to purchase an extended license for this.

For more information regarding license regulations and policies, please check the links below:
License FAQ.
Licenses overview.
Regular license details.
Extended license details.