Articles Hierarchy
Articles: Bob Elliot & Co Ltd Change Log
4.3.30 - Rewrote QuickBuy.php to use AJAX
4.3.30 - Rewrote QuickBuy.php to use AJAX, removed the stupid pop-up, and also added auto-updating code, so the mini-basket auto updates without having to refresh the entire page

4.3.29 - Moved JavaScript into separate js
4.3.29 - Moved JavaScript into separate js file to increase security, page size and bandwidth, Created the following files: adminTools.js and generic.js

4.3.28 - Updated CSS and stylesheets
4.3.28 - Updated CSS and stylesheets to improve table layout, This was seriously overdue, but you will notice a big change on pages that list products.

4.3.27 - Moved functions from page header to config.php
4.3.27 - Moved functions from page header to config.php and removed duplicate calls to config.php (alot of pages where opening multiple connections to the database etc, i have but this in 1 central include now, so all pages only make 1 connection instead of 10+ (also, big security improvement)

4.3.26 - Created Central functions
4.3.26 - Created Central functions for Headers and QuickBuy (Cleaner code basically, very boring, but needed as the site gets more & more complex)

4.3.24 - Cleaned code on Clearance.php
4.3.24 - Cleaned code on Clearance.php (fixed a few Security vulnerabilities too)

4.3.23 - Cleaned code on Viewproducts.php
Re-Wrote and Cleaned code on Viewproducts.php (fixed a few Security vulnerabilities too) (reduced code from 1024 lines of code to 674!)

4.3.22 - The Full Order List now has an AJAX Refresh Button

4.3.22 - The Full Order List now has a Refresh Button (re-loads just that list, again reducing reload time etc)


4.3.21 - The Full Order List has been tweaked...

4.3.21 - The Full Order List has been tweaked to automatically display the order when you select it rather than having to click a button


4.3.20 - The Full Order List at the bottom has also been colour coded

4.3.20 - The Full Order List at the bottom has also been colour coded


4.3.19 - Order Details now load using AJAX

4.3.19 - When you click a ‘Show Order’ button the popup window now loads in AJAX (again, it only loads that part of the page) meaning the order is displayed a lot quicker and cleaner.


4.3.18 - The Latest 5 orders automatically refreshes

4.3.18 - The Latest 5 orders automatically refreshes every 5 seconds using AJAX (means only that part of the page re-loads so you wont get any flickering etc) basically you should never have to refresh that page again.


4.3.17 - Latest Orders are now red or green

4.3.17 - Orders are now red or green depending on Print Status, Green = printed, Red = not printed


4.3.16 - Paramaterised VAT rate

4.3.16 - Paramaterised the VAT rate allowing it to be easily changed accross the whole basket etc, this in preperation for the UK vat rate changed being introduced in 4th Quarter of 2008


4.3.15 - Re-Wrote Edit Product Page

4.3.15 - Re-Wrote Edit Product Page to fix double and single quote slash issues. Also added Better Category Changing functionality to the Page.