Misc
Using alternate package display
If you wish to use the alternate display for your packages;
Enter desired information displayed in the 'Layout 2 Package Display Text' for each hosting package. You can use html code in that text area field, just be careful not to use special characters or quotes in the code. Do not include full html page tags, only enter a table or div tags to start and end your code.
In your includes directory, rename hstable-reanme-me.php to hstable.php.
This will change the display for all hosting packages in the system.
For Dedicated Servers, do the same as above, except rename the includes/dstable_rename_me.php file to dstable.php
Displaying testimonials
Displaying the Shopping Cart Box
Variables used to create a 'shopping cart' box on your site:
You have <?=$curcart[items]?> items in your cart.
<a href="<?=$curcart[view]?>">View Cart</a>
<a href="<?=$curcart[checkout]?>">Checkout</a>