FBDSC Customize
From FreeBert Wiki
|
Installation, Configuration & Customization |
[edit] Customizing The Look & Style Of Your Cart
There are a number of ways you can customize the look of your cart, to better blend the cart pages in the basic look & style of the rest of your site.
First, you can choose an alternate .CSS file (in the Local_Settings.php file) to change between looks of your site.
Alternatively you can edit the active .CSS file to change specific elements, color schemes and other visual properties.
The cart package contains 3 sets of 2 files, an Overall_Header.php and Overall_Footer.php for the Cart, for the Customer section, and for the Admin. These are simple HTML includes that allow you to create your own headers, logos, & menus for use on the script's pages. The files (located in the script's /inc/skin/ directory) are included in every visible page. They are a good place to add site logos and links to help the cart fit seamlessly into your site's main design.
Finally, if you are PHP savvy, you can edit the actual codes and functions in the cart pages, taking complete control of the look, feel and function of your cart. Be careful if/when editing PHP pages - a single misplaced quote or semi-colon could stop the functioning of your entire cart!
|
Installation, Configuration & Customization |
