June 10th, 2008 at 10:24pm by Lin
Out of box, VirtueMart products have many “fields”, product name, sku, price, etc. If you need an additional field or two for your own business needs, you can do that by changing data model as well as some php code. It’s a bit of work … hope this post can help save you some time […]
Read the rest of Add a New Field to Products in Joomla! VirtueMart
March 29th, 2008 at 10:56pm by admin
I had installed Joom!Fish on my Joomla! site to support Mandarin Chinese. When Extended Menu module is installed, I got an error like “Deprecated use of Mambelfish …”
After some search, I fixed the problem by:
“comment line that is line $GLOBALS[ ‘mosConfig_mbf_content’ ] = ‘1′; .
This is inside mambots/system/jfdatabase.systembot.php.”
Detailed discussion can be found at: http://www.joomfish.net/forum/viewtopic.php?f=6&t=91
Read the rest of Joom!Fish and Extended Menu Module