Using solarium in Magento CE - magento

Hi i want to use solarium third party library in magento CE 1.8 .
knowing that the solarium library do not conform the naming conventions of magento and zend
I want to know how can i integrate solarium or add it features into the autoloader?
is that possible ?

I have just released a brand new free Magento extension based on Solarium.
I did also fix the Autoloader and Symfony dependency.
My implementation has an option to enable auto correct on search terms.
Click here to see it in Magento Connect
Click here to go to the GitHub repo

Related

How to create Quickstart Installation package for prestashop 1.7?

I want to create Prestashop theme quickstart package, But I did not found any way.
For more details..
I want to deliver to my client the template, that I have designed on my localhost.
And client can install theme's quickstart package same as prestashop 1.7 installation with theme's sample data like products, categories, banner, images all.
Small help will be highly appricaited.
Thank you.
You can create your own custom Prestashop distribution by following those guidelines.
This would allow to include custom modules and automatically enable them during install steps.
However I am not sure if there is a way to force also custom theme installation without tweaking the installer, so why not just packing the theme the standard way and include your theme modules as dependencies (with also a "import demo data tool" if needed ?). This is how almost all Prestashop third party themes are distributed.
Another option, if you'd like to provide your customers a ready to use environment with custom themes / already hooked modules, is providing him a ready-to-use ZIP package with already installed environment + SQL database dump.

Migrate a Magento 1.X module to 2.0

We're developing a module for Magento 1.9 and want to support Magento 2.0 quickly after that.
I discovered https://github.com/magento/code-migration and wondered if anyone had experience with it?
Should we expect a full rewrite of the module to support that 2.0? Does anybody have experience in that task?
Thank you.
I'm currently trying to migrate my module for Magento 1.x to support 2.0, and done some research in this area. However, my code-migration isn't completed yet.
As I know, after we use this tool to convert the structure and code, we still require to test and modify the module. The toolkit is a tool to simplify our process, not helping us to create a 100%-fit module to the Magento 2.0 version.
You may refer to the following video for further explanation by the toolkit developer team:
Imagine 2016 - Developer Deep Dive: Magento 1.x to Magento 2 Code Migration Tool
Hope this helps!

All of my modules are not showing in administrator panel while migrated from 1.5.26 to joomla 2.5.8

I've upgrade my joomla version 1.5.26 to joomla version 2.5.4 and all the things has been upgraded successfully. So when i goes into my joomla module manager admin panel then it is not showing me any kinds of modules which was previously visible in my old version(1.5.26) but in my frontend panel it can be seen easily.Does anyone knows the solution how to fix it?
When you said you migrated, I assume you used an extension such as jUpgrade.
Migrating will update the core file and database tables and thus should show all the core Joomla modules in the Module Manager, however it does not upgrade your 3rd party extensions, therefore you will need to download the Joomla 2.5 compatible versions. This upgrade however, should be showing your core modules in the list.
I hope you took a backup of your 1.5 site. If you did, trying running the upgrade again and if you didn't use jUpgrade, I suggest you do so.
Hope this helps
make sure you're using the standard template for joomla. Go to module manager, choose Administrator in the first filter, and see if all modules are published in actual module positions (i.e. cpanel, status, footer, icon, login, menu, submenu, toolbar I guess that's it for administrator)

How to write and publish an extension for Magento go?

I want to write an extension that is compatible with Magento Go ...
There is anything in particular to know about Magento Go on the dev side ?
Your module should be reviewed by Magento team. See more here - Trusted Magento Extension.

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