Welcome
Thank you for your purchase! If you have any questions feel free to ask me through comment section on RedCheap Support.
Thank you for your purchase! If you have any questions feel free to ask me through comment section on RedCheap Support.
We have professional WHMCS templates design with orderform. If you want to use Erahost whmcs template then we need to follow the below steps to complete the template installation completely:
1. Upload the Erahost to the templates folder
2. Add the redcheap_professional orderform to the orderforms folder
3. Add hooks to hooks folder
4. Configure your price from WHMCS admin panel
5. Change the default WHMCS template and orderform from admin panel
Add the hooks file in the hooks folder
Change the default WHMCS template and orderform from admin panel. We can change our template and orderform from General setting but we can also set different orderform from the product group.
Change the default template from the general setting:
1. Click the setting icon right side of the navbar then click the general setting
2. Go to the general setting>general then select the template like Erahost
Change the default Orderform from General setting:
1. In this General settings click the tab Ordering then you can see the different types of the order form template. Now select the RedCheap Professional.
Configure your product or price from WHMCS admin panel
First of all, login your whmcs admin panel then click the setting icon right side of the navbar> products/services follow the steps:
1. I hope you have already created product group name and under the group you have created single product package. If you don't have this package then you should create first.
2. Click the edit icon then you can see this bellow image. Copy this code and paste in the product description field like bellow image. You have to change the text or value based on your plan and follow for rest of the plan and product.
In this Hooks folder, you will get PHP file "sharedhosting.php" "resellerhosting.php" "cloudhosting.php" "dedicatedserver.php" "vpshosting.php" "wordpress.php". all pages product price manages from those files.
We have manage hosting or product price on the services pages. We have managed by the hooks ("sharedhosting.php" "resellerhosting.php" "cloudhosting.php" "dedicatedserver.php" "vpshosting.php" "wordpress.php").
In those files, you can see sharedhosting_products_hook function ->where('tblproducts.gid','1'). This line manages which product group price show in the Shared Hosting Page. Number '1' is the product group id.
How to find out product group id number:
Go to your WHMCS admin panel then Setup>Products/Services>Products/Services
If you mouse hover over on group icon then you can see the product group id.
Go to the sharedhosting.php file in the hooks folder then replace that group id with your product group id.
After updating the sharedhosting.php file, you will see that product group price.In this clientAreaPanel.php file, you can see the few options like 'color', 'btn-text', 'btn-link', 'btn-icon'. We have managed the pay information by those. You need to replace the 'btn-link' with your link.
To check it, login to the client area panel fist then you can see the overdue message alert box on top. If you have an overdue invoice then you will see like below:
We have customized the menu using on menu.php in the hooks folder.
For more details: https://docs.whmcs.com/Editing_Client_Area_Menus
In the hero section, Domain page, we have added domain lists like .com, .net, .org, etc, with a price. We have managed the domain price list from the pricetable.php hook file.
Before that, you need to make sure that you have set the domain price from your admin panel. Go to Setup>Products/Services>Domain Pricing.
Click the pricing and set the domain price.
We follow the best SEO practices so that your site always ranks good on search engines. Our WHMCS theme allow you to add Title, Decription and Meta Keywords as per your website requirement. You can customize the page you want and add title, decription and meta Keywords accordingly.
Go to WHMCS >> templates >> theme >> includes >> redcheap-seo.tpl.