things
Server issues arise
We’ve been implementing a Joomla/Virtuemart storefront to replace our Joomla/Virtuemart storefront, this time updated and hackless. But the trick to it is that we still have to hack it, without hacking any core files… This is tricky indeed, a coworker hipped me to the
ob_get_clean()
method in PHP, this enables you to look at certain code chunks spit out to html, then replace them before processing. This takes care of most hacks needed however we implemented a lightbox bit for product images, this required some core modifications slightly.
Now the question I have is, when your “reinventing the wheel” as my boss calls it, but it’s to redo something already done, is it in fact … a waste of time, or are you building a better tomorrow?
posted 4 October 2007 @ 23:18 by Jack Keller » One Comment
older things
Secret of Life
The secret of life is honesty and fair dealing… if you can fake that, you’ve got it made. - Groucho Marx
28 September 2007 » read » 0 Comments
recent quote
Server issues arise
We’ve been implementing a Joomla/Virtuemart storefront to replace our Joomla/Virtuemart storefront, this time updated and hackless. But the trick to it is that we still have to hack it, without hacking any core files… This is tricky indeed, a coworker hipped me to the
ob_get_clean()
method in PHP, this enables you to look at certain […]

