Minor modifications to an existing script built using php pages and html templates.
## Deliverables
If you visit [[login to view URL]][1] you will find the public face of a simple web hosting accounting script which is managed by the admin area at [[login to view URL]][2]; client support provided at [[login to view URL]][3]
The opening page at [[login to view URL]][1] shows the first required modification. The buttons on the site are all static and I would like them to be replaced by what seems to have become the defacto standard in buttoms - the white button with single pixel outline and lightly shaded on the inside edge with blue which changes on mouse-over to a yellow/orange colour - the buttons used on the RentACoder site.
Go to [[login to view URL]][1] and enter a domain name, check an extension box and click on Search. Tick the box next to the domain name and then Add To Cart - when the page refeshes you will see the chosen domain name in the Shopping Cart with the word "Transfer" or "Annually" in brackets depending on whether the domain is being purchased or transferred.
Next select "Small Business Hosting" from the list and click on Add To Cart, when the page refreshes you'll see that Small Business Hosting has been added to the cart but the word "Annually" in brackets does not appear and this needs to be rectified. "Annually", "Quarterly", "Monthly" or "One-Off" is set in the Administration Section of the site which is covered later.
Now if you look at the main part of the page you will see that you're being offerred Extras for Business Mini-Sites which of course is of no interest to you as you're buying Small Business Hosting and this is where the major modifications are required.
At the top of the page the "Checkout" button needs to be changed to a "Skip This Page" or "Skip Page" button. This button will move you to the next Extras page if one exists. However, in addition you will need to set up a procedure where Extras are offerred dependent on the type of hosting package chosen.
If you go to [[login to view URL]][2] and login with 'admin' and 'password' and view the pages available under the "Products" heading, you'll be able to access the areas which need to be modified in order to associate specific Extras with particular hosting packages.
By combining the ability to associate hosting packages with specific Extras pages with Skip buttons it will be possible to have more than one Extras page per hosting package whilst maintaining the ability to Skip those of no interest.
Each content page of this program has a php page for content and an html template which should make these modifications relatively straightforward.
Please note that this installation is still in it's default style. We only require the work detailed above to be carried out, we will carry out the customisation ourselves when the coding changes have been completed.