How to set VM Login on Aumi Template

18 October, 2008

Seichinha

One Member asked us to adapt the VM Login module into the login position on AUMI template. To share with all, if you also are using the AUMI template for your eshop website, here’s the instruction to set the VM login module like the following screenshot.

Naturally, you must have the mod_virtuemart_cart_1.1.2.j15.zip installed.

So, let’s do this!

Read more »

CSS and JS files in modules

03 August, 2008

Dziudek

In our selected modules we had implemented new including method for stylesheets and scripts files.

In older modules you need to enable/disable manually script and mootools for each one. Additionaly in some modules you have to move manually link element to head section of document for correct page validation.

Now this process is automatic! The Module include stylesheet in head section and also search mootools script file. This way it will add this setting only if this script doesn’t exist in document head. This same situation is with module script engine.

Read more »