Javascript loader offers n way to load javascript files in a specific order based on specific conditions.

It also helps to avoid loading the same js files in case you have more than 1 modules require the same files.

A good example is: for the lightbox module which zoom images on the product info pages, we do not want to load those jscript on other pages (which will be a waste of resources).

A more complicated example: you may want to load certain jscript only if customers have some specific items in cart (to let them know they can add some additional items to get a discount, for example).

This module is mainly for developers, however, it may benefit normal users with the basic knowledge of PHP as well.

Download: http://public.rubikintegration.com/ (available on zencart download section soon)