How to Integrate GSA Smartpay Payment with Magento? - 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!

Related

Can Laravel Shopping Cart Work with Paypal?

I wanted to use Laravel Shopping Cart, but I'm not sure how well it works with Paypal.
Does anyone know?
https://github.com/Crinsane/LaravelShoppingcart
I don't see any built in implementation in the core, however you can ask the question in their github repo or check if there are any plugins.
There are many alternatives out there with paypal integration and it's not hard to do it yourself, doing a quick search using your favorite search engine will give you a few suggestions on how to approach this. I personally prefer Stripe because it's even more developer friendly.
If you want to build your own cart, there's even a comprehensive guide on how to do it: Build a Laravel shopping cart
Reading LaravelShoppingCart documentation, it seems this plugin does not manage any payment method, only the cart (Add, remove, total, etc).
If you're interested in payment methods, you should look at Cashier.
Edit : Cashier uses Stripe or Braintree.
Apparently, Stripe cannot work with Paypal, but as Braintree belongs to Paypal, this seems easily doable.
I have implemented on avored laravel full e commerce with admin panel. Give it a try and let me know if you face any bug or any feedback is welcome. As of now it’s in development so it’s not stable yet.
https://github.com/avored

Bluedart shiping extension 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

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!

development magento form for frontend

I am developing an extension for magento. I want to add a form in frontend to add "title" and "description". I searched a lot but failed to find good magento module development tutorial
Someone please guide me how to add form and its validation for magento
Thanks
See below your it is very help full to you.
Custom Module with Custom Database Table
http://www.magentocommerce.com/wiki/5_-_modules_and_development/0_-_module_development_in_magento/custom_module_with_custom_database_table
Front-End Editor Extension for Magento Commerce
http://www.youtube.com/watch?v=ALgdsMCVuH4
please see above the URL and let me know if not working.

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