How to link VirtueMart v2.0 with K2? - joomla

How to bridge the latest version of vituemart v2.0 with the K2 Jhoomla??

According to this post :
Virtuemart is a release candidate but the truth is that this is not
what it sounds like. Even in that stage they keep changing the
database scheme once a while so it is a little bit difficult to follow
this. We do plan to support Virtuemart 2 and Joomla! 1.7 but currently
there is no estimated date.
So I think you should wait and check Joomlaworks website for updates

Related

How to develop Joomla 1.5 componenets?

How can I start developing a component for the Joomla 1.5 framework? Does anyone know of a good tutorial, or has a good reference?
I have read the tutorial on the wiki and I didn't understand it well, so if you could point me to another one, that would be great.
I know that ideally I should work with Joomla 2.5 or 3.0 but I am being asked to develop this for an existing website, I can't decide which version to work on.
I think the official tutorials in Joomla! Documentation really do cut it. Give it a try - http://docs.joomla.org/Component_Development
I can't decide which version to work on
I personally would use Joomla 2.5 as it's the long term lease of the Joomla series and has much more documentation and support. Joomla 3.0 is the short term release, therefore is a beta version of 3.5 so to speak.
Seeing as you are using Joomla 1.5 at the moment, you could always upgrade to Joomla 2.5 using JUpgrade which is a free extension. Note that this won't upgrade 3rd party extensions, so you will need to install the Joomla 2.5 compatible versions for each one (providing there is one).
To get you started on a Joomla 2.5 component, have a look at the Joomla 2.5 MVC Documentation. This also provides zip files of a HelloWorld component for you to download at various stages.
You might also be interested in a Component Generator.
Hope this helps.

Native feature for Joomla Multisite 1.7

Is there a native feature for Multisite in joomla 1.7?
and if not, can you reccomend me a extension for convert Joomla to Multisite?
Thanks!
If you are looking for a Free/OpenSource tool:
Someone wrote something for Google Summer of Code 2009 that adds multisite ability to Joomla 1.6 but it's not finished yet. Here is a link to it's topic.
Later, someone else modified Joomla Multisite extension and made it availave for download. I've tested this component and it works with 1.7 like a charm.
If you have no problem to pay:
Without doubt, JMS is the best tool to make Joomla Multisite. take a look at here.
Note that if you are a developer, check Nooku Framework (Based on Joomla 1.5 CMS). It has Multisite tools out of the box; but unfortunately Nooku is under development and is not stable for production usage.

Which version of Joomla to use- 1.5 or 1.7?

I have to build a News based website but I am not sure whether to use joomla 1.5 or 1.7? I have been using joomla 1.5 for a while and there are many extensions available for it. On the other hand joomla 1.7 has less extensions available at present and I have heard joomla 1.5 support will be stopped by next year. So would you please kindly suggest me which version of joomla should I go for and why?
Thanks in Advance :)
If you are building new, build in 1.7 as 1.5 is soon to be depreciated. While some extensions are only available in 1.5, most everything new is being written for 1.7.
1.7 has a much better ACL model and other improvements that will be useful for you.
Reasons to stay on 1.5 are limited to:
1. I absolutely need a specific module and nothing similar is available in 1.7 (but if you are building for a client, think of the implications down the road for this decision.)
2. I am supporting many sites and reusing resources among them; all my other sites are on 1.5. I have a migration plan to get them to 1.7 (or 2.5), but I want to do it later in an orderly manner.
If you are holding back for any other reason, you are making a mistake.
If you need extensions that are only available for 1.5, I'd use that. But if you can get away with using/making extensions for 1.7, I'd definitely recommend using 1.7. There will be a little bit of learning at first, but it'll make for a much easier upgrade to 1.8, and you may just find some of the new 1.7 features useful.
That's the approach we've been taking recently for our client projects. There's always a bit of a chicken-and-egg issue at first (waiting for extensions to update), but we now find there are very few things stopping us from using 1.7 as a base (although we're comfortable creating our own extensions where needed).

Joomla - VirtueMart 1 or 2

I am pretty new to Virtuemart and now I do have to set up my first Webshop for a Customer.
As there is already a Virtuemart 2 Version I am now not shure which Version to take.
Well I think I am going to use VM1, because it is stable. But now I am asking myself:
What are the advantages/features of VM2?
Are there already Plugins out there for VM2? (Because I assume that
they'll need to be rewritten for VM2)
When can I expect a stable version of VM2?
Do you already have experience with VM2?
Advantages/features of VM2
For faster and more secure programming they use now more abstract classes.
Completly redesigned table layout.
Added hooks for plugins (own views, own customer number system, and so on,...), look in the wiki for more information ( http://dev.virtuemart.net/projects/virtuemart/wiki/Plugin_system )
Added registering while checkout
New backend design
Hardened against hackers
New js (jQuery to avoid Mootools incompatibility problems)
Customfields for the computer/pizza configurator
Real multicurrency, real currency format defined by currency
Prices displaying configurable by shoppergroups (also rounding)
Various sorting and searching options
Update system using Akeeba Release System (ARS, more information akeebabackup.com/software/akeeba-release-system.html)
Extensions for VM2
The extensions directory contain a lot of extensions for VM and some were updated for VM2 ( http://extensions.joomla.org/extensions/extension-specific/virtuemart-extensions )
Stable version of VM2
There is no clear data about this now. The current version at the moment is a release candidate which means a sable version is coming soon after sufficient users and developers test it and report the bugs.
Experience with VM2
I've used VM1 and migrated two websites for VM2 before. VM2 definitely worth the try, templates is way much better than the old table based ugly coded layout. Everything is perfect except if you are going to use Joomla 1.6 The modules does not work without glitches. Other that it's working with Joomla 1.5 perfectly.
Try Virtuemart 2 only if you are not planning to use any custom shipping module like canada post or UPS.
Or have enough knowledge to build it on your own.
VM2 performs shipping and payment system using plugin and trying hard to follow MVC structure of joomla.which is still under development.
Unless, VM2 is great and flexible.

Upgrad joomla 1.0.15 to joomla 1.5 with virtumart 1.0.15

I have a web application on joomla 1.0.15 with virtumart 1.0.15 and mojoblog beta v0.16 . There are some changes in virtue mart core file and table structure according to my application requirement. I want to upgrade joomla with virtuemart and mojoblog component. Please guide me tell me a proper way to do this. My application a have a lot user information and order records in database. Need your suggestion.
Thanks
You are not going to be able to easily upgrade your site to 1.5. The biggest problem you face is that Mojoblog is not a 1.5 extension and is no longer supported. At a minimum, you will have to find a replacement for that. How you use it will determine which extensions are suitable replacements, but there is almost certainly an extension that will fit your needs. Blog type extensions are plentiful for Joomla 1.5.
In order to migrate from 1.0 to 1.5 you can follow the official Joomla guide - http://docs.joomla.org/Migrating_from_1.0.x_to_1.5_Stable

Resources