Joomla
Shopping cart made from Joomla, K2, Simple Caddy and a CSV import
by Lonnie on Sep.22, 2009, under Joomla, Programming
One of my clients had recently came to me looking for a clean shopping cart that could be ran mostly via CSV… they had a “product matrix” in excel that had categories, sub categories, item name, skew and price…
I evaluated VirtueMart which I decided was just too bulky and buggy to work with .. then I checked out dozens of others, but none were suited to our needs.. I’ve run into this issue before and decided to roll my own cart using existing tools.. I opted to use K2 (since Joomla can’t do subcategories), Simplecaddy (k2 is not a cart) and some custom tweaks..
Read on for more info!
Download Dynamic Header Images 1.5.1 Released!
by Lonnie on Feb.25, 2009, under Joomla, Programming
Hey gang!
Today I’ve released the latest version of the Oneduality Dynamic Header Images Joomla module (say that 5 times fast) .. there are a number of enhancements that increase the usefulness and possibilities of the module, primarily, a modification that will allow you the ability to load more than one instance of the module on a page, as well as change the type of images you’re using .. for full details and to download it, click here!
Download Dynamic Header Images 1.5.1
by Lonnie on Jan.22, 2009, under Joomla, Programming
The Dynamic Header Images module has beem moved to it’s own page which can be found right here
The module has also been converted to donationware, and there are two upcoming releases!
Roadmap
1. Support fort Virtuemart (custom header images per department) (1.5.2)
2. A re-write of the logic, this will allow you to have a default image by section and category rather than having to have an image for every article. (1.6)
Force Joomla to use SSL/HTTPS
by Lonnie on Jan.15, 2009, under Joomla
Have you ever needed to make Joomla use https?
If you use Joomla 1.0.x you could just simply changed $mosConfig_livesite to your https URL, but this won’t solve the issue of someone coming in on a non https link from a search engine or bookmark, yes it will change to https if they click a link, but that landing page will be insecure, what can we do about this? read on!
Joomla Tips: Dynamic header images (1.5)
by Lonnie on Jan.14, 2009, under Joomla
When Joomla 1.5 came out, not many components existed for this task … I wanted to be able to specify an image for the header based on whether it was the front page, a specific article, or a specific component .. I also wanted it to be able to fall back to a default image if none existed.
This article covers how to do that right in your template!