Bluedart shiping extension magento - magento

I have developed an online store on Magento e commerce platform. Now I need to integrate bluedart shiping module for shiping methods. Is there any way to implement/integrate it in magento?
Help would be appriciated, thanks in advance!!

Good guy Kalpesh Mehta has developed an extension for that: http://www.magentocommerce.com/magento-connect/km-shippingcarriers.html

Related

How to create your own controller in Magento

I am new to mangento. I have the knowledge on MVC architecture and codeigniter framework. Now I am working on magento. I tried with some of the tutorials that how to create the our own controller. But not getting the proper response.
So please share me some of the links through which I can learn magento. As i learnt the codeigniter with ellislab, there has no such tutorials found for me to learn magento.
Please share if anybody have the video links, through which I can learn magento.
Thanks in advance
You can use module creator or check on web.
here is one of the link I can suggest for Magento:-
https://mementia.com/creating-custom-magento-module

How to Integrate GSA Smartpay Payment with Magento?

we need to integrate GSA Smartpay (US) payment method with Magento site.
I have checked default admin configuration and any other extension for integration.
How to integrate this payment method with magento?
Is this possible with Magento configuration?
Any help much appreciation.
Thanks!
maybe these links will give you some ideas how to implement this:
http://www.excellencemagentoblog.com/magento-create-custom-payment-method
http://colourgray.wordpress.com/2009/11/11/magento-create-a-custom-payment-method/
And you could also read comments in Mage_Payment_Model_Method_Abstract.
Good luck!

Joomla newsletter module for my application

I am looking for a newsletter module for my Joomla based site. I checked at Joomla Extension Forum but did not find any suitable component.
You can give a try to
http://extensions.joomla.org/extensions/content-sharing/newsletter/10341
also if you are familiar with Mailchimp and want to integrate with joomla them
Joomlamailer will be best for you.
You can try ACYMailing component: http://www.acyba.com/en/acymailing.html . I have been using it for 2 years. Scheduling tasks and grouping users are really helpful features you will enjoy

magento apis for creating websites, store, and storeview

I cannot find the Magento apis for creating websites, store, and storeview in Magento by using Soap.
Could you help me?
It is not in the API!
In code you can do it if you follow the answer on this question:
https://stackoverflow.com/a/8313029/1617149
Of course you can extend the API:
http://www.magentocommerce.com/wiki/doc/webservices-api/custom-api
...and write your own module that does what you need.
Good luck!

Whats the Magento API for?

I plan to use Magento next year so I started browsing the Magento website. I noticed the Magento Core API and wonder what it is for? Is it something I can use to integrate parts form a running Magento installation into other applications?
Thanks :-)
Yes. You can use it to push some information in and out of Magento using SOAP XML.

Resources