Resell GD free WordPress plugin
Description
Resell GD free WordPress plugin
Resell GD Plugin – Allow GoDaddy Resellers to redirect product sales and perform domain name search through their reseller.
This plugin helps Resell GDs set up a store front on their own site that allows their users to perform Domain searched
and purchase other hosting and domain products.
Features include:
* Upgrade Safe customization
* Importing of exported GoDaddy Price Lists
* Exporting of Price Lists for importing into GoDaddy
Customization
This plugin is built completely with PHP Objects. All of the obhects except godaddyreseller.php can be inherited for customiztion.
There are some rules for this:
The customized object must be in the custom directory.
The filename must be _custom.php, i.e. gd_admin_custom.php
The class must be named _custom and inherit , i.e class gd_core_custom inherits gd_core {.
It should include a constructor that calls the parent constructor:
function __construct() {
parent::__construct();
}
javascript and css files may be customized also. The custom items are placed in the custom folder and named custom.js and
custom.css. The default scripts and css files are enqueued before the custom scripts.