I have searched a Magento extension for EMI options, but i didn't see
any available extensions, if anyone knows any payment extensions
including EMI please reply, or how to develop an EMI extension for magento? i am new in Magento family
There is one module by Salesignitor. Maybe its helpful to you. Currently iam using it for one of my stores*(not live yet)*.
And yes, the module offers paypal/Authorize.net for recurring billing. I couldn't find any other payment gateway which supports recurring payments(online) as is for magento in India.
You can find it
here
Related
I'm currently working with a team of 5 members to build an e-commerce store, but I'm kinda struggling with choosing a great product reviews extension that is suitable for our site. Any suggestions for this kind of extension?
Thanks in advance.
You should check out the Real Review for Magento 2 extension provided by MageSolution. This comes with a lot of features, to name a few:
+ Empower admin to interact with customers thanks to the function of reply/comment on the review
+ Enable/Disable extension (on Disable mode, default review function is applied)
+ Configure the settings to allow review approval automatically.
+ With Real Review for Magento 2, only customers who have purchased a product can write a review for that product.
If you want to explore more, here is your solution: Real Review for Magento 2
Hope this will help!
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
Want to know is there is any one page checkout extension for magento that support network online payment method too.
Please Reply if any ?
Regards
M.Zain Gulzar
I noticed magento has "magento connect manager" which lists all installed extensions and allows the user to check for updates. My guess is the script connects to magento connect and compares the version of every extension the user owns.
That's fine, except that paid extensions are usually sold/stored somewhere else and magento connect has only common information about this extension.
Is there any way to let the customers who bought my extension know there's an update available?
Do I have to write some kind of observer to connect to external servers and get current version number? Is it possible to get it from magento connect for paid extensions (XML or JSON would be perfect)?
What should I do about it? How can this be achieved? What do other companies/developers do to let their customers know there's a new version of their module?
Thank you
You're almost spot on. Here's a good guide on how this is done:
http://www.nicksays.co.uk/magento-custom-admin-notifications/
Basically, you build it around your own RSS feed that supplies the updates. Good luck!
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!