Using Comparison Tables and Slider
li { list-style-type: decimal; margin-top: 30px; } h4 { margin-top: 30px; } The video explains the process of using comparison tables and slider WHMpress Addon. WHMpress is a plugin that provides easy...
View ArticleSetting up Multi-Lingual WHMCS Client Area enviroment using WHMpress Client...
body{ font-size: 16px !important; } li { list-style-type: decimal; margin-top: 30px; } WHMpress gives its users the option for multi-lingual WHMCS Client Area. WHMpress is a WP plugin that provides...
View ArticleSetting up Multi-Lingual WHMCS Client Area enviroment using WHMpress Client...
li { list-style-type: decimal; margin-top: 30px; } h4{ margin-top: 30px; } This videos explains another useful feature of WHMpress. WHMpress now gives its users the option for multi-lingual WHMCS...
View ArticleWhere to find database information for syncing WHMCS ?
WHMpress works by caching your prices, domains lists and lots more into your WordPress installation, so that it does not have to fetch it from WHMCS every time. During the setup, WHMpress syncs with...
View Article5. SSO (Single Sign-on)
While Sync WHMCS-WP defines and controls how WHMCS and WordPress users and synchronised, this is where you switch on this functionality. Tick “Enable SSO” to let users login in to both systems. Since...
View Article4. Sync WHMCS-WP
Sync is a powerful feature that lets you keep your WHMCS and WordPress users synchronised. If you want to allow your users to log in to both WordPress and WHMCS, you will need to enable and configure...
View Article3. SEO
Under SEO tab you can change page titles of all WHMCS pages to suite your SEO needs. Simply enable “Enable Custom Titles for following URLs” and then change the titles of each WHMCS from the page below.
View Article2. Advance Configurations
Most of the configurations goes under “Advanced” tab. Each option is explained below. Do you want to use pretty permalinks? As name suggests, you can enable or disable pretty permalinks for WHMCS...
View Article1.General (Basic Configurations)
To start using WHMCS Client Area there are only two needed settings. These are under “General” Tab when you click “WHMCS Client Area” in WP menu. WHMCS URL: This is where your working WHMCS is...
View ArticleHow do I embed Cart in top bar of my theme ?
Most of the themes offer widget area’s in top-bar, if that is the case you can simply place the following shortcode in top-bar/header widget area. In case your theme does not offer a widget area where...
View Article2. Quick Start
The plugin is an addon to WHMpress and it needs WHMpress to be installed to work. Installation Log in to your WP site Navigate to “Plugins” > “Add new” > “Upload” Select the zip file from...
View Article1. Introduction
“WHMCS Cart & Order Pages” is a WHMpress addon. You need to have WHMpress v. 4 or later to use it. If you want your sell web hosting, domains or any other service, and want a consistent user...
View ArticleConfigure Product
Note: Shortcode reference is only needed for advanced users and developers, these parameters are auto passed by WHMpress and in general practice, one need to only place the code without parameters....
View ArticleCart Details & Check Out
Used to display cart items with detail, reset cart, continue further shopping and checkout. Parameters are passed from “product configuration” and “cart summary” shortcodes. Shortcode does...
View ArticleCart Summery
Used to display the summary of no of cart items, cart items along with their price, cart total, and view cart and checkout buttons. Usually used in header of to display summary in dropdown, when used...
View ArticleStore
Display all products being offered on a single page, grouped in tabs by product groups. Products are shown with details and order button. Helps users to navigate all the products from a single page, a...
View Articlecreating API access & AutoAuth Key in WHMCS
Quick Steps: Open configurations.php file in WHMCS root folder Paste following code in it. //--- keys for API access --- $api_access_key = 'replace-me'; $autoauthkey = 'replace-me'; replace keys with...
View ArticleGetting Started
To start using WHMCS Client Area, simply place the following shortcode in a WordPress page. [whmcs_client_area]
View Article