I am trying to add the features of tracking the product that was bought from my site . I want to give the user detail about their product delivery and location of it like done by aftership. How can i implement it in my web site? How can i initiate it?
Please follow following step for aftership tracking integration.
Login to your AfterShip account.
Visit SETTINGS > API
Give your api-key a name and click Generate
integrate PHP sdk for aftership Aftership SDK
You can install SDK by composer require aftership/aftership-php-sdk command.
Please follow git document instruction.
Related
I need to integrate the Master Card API to my application to request payment and send the money to a bank account!
The app is created in Laravel, developer.mastercard has many apis, reading on the page I see that it has many apis and the one that seems to adapt to my needs is moneysend.
Add the dependency as the document says
Composer requires mastercard/moneysend
But I'm confused how to continue!
Thank you very much
Install composer if you already haven't and then on terminal (while in your app folder), just type composer require mastercard/moneysend
This will execute the require command and download/import the dependency in your Laravel application
I am developing a website in laravel I want to apply a e-wallet system on my website(Like Paytm).
This is first time I am doing this, I read on different places, saw methods using java and also read that I can sign-up for existing Wallets like PayTM, Payu Money, etc and integrate the same in the store.
But how to do it?
I used: https://github.com/tzsk/payu to add payu on my website.
Can you please tell me how can I make such a wallet? I have a wallet named table in databse when I added payu with one of the pages, I think it might bs used?
I made this wallet link, which will link user to different page where he can add money to his wallet as in here : https://paytm.com/paytmwallet
But, how can I add the payu feature of adding money to the wallet there?
You have to register as a merchant for a payment gateway on payemnt gatway providers like traknpay or payu and if your business is approved they will provide you with all details about integrating it in your website using there apis.
I need to integrate cc-avenue in Magento 1.9.2.4, but I'm not able to do that. Is there any free module available or any other way to integrate cc-avenue?
Upload the files provided by the vendors in the Magento directory, enable it from the backend, and add Merchant Id, Encryption Key, and Access Code details.
It should then work.
I am integrating mybb forum for website developed in codeigniter. I check model provided here
https://github.com/bcit-ci/codeigniter-website/blob/master/application/models/Mybb.php
But i am not getting how can I start with it. If we download and installing mybb in our project and it already have script to register user and other things so if i want to register user for mybb automatically when get register to website do I need to write separate code?
I would like to integrate Amazon login and pay with Magento. I have gone through the documentation provided by Amazon. Can you give me an idea how I can integrate with Magento.
I believe I need to creat a custom payment module, that I have done. Now main thing is to integrate amazon login and pay with custom module. Thanks in advance.
I would suggest starting here.
https://amzn.github.io/amazon-payments-magento-plugin/
Use the Pay with Amazon module available on Magento Connect here.
http://www.magentocommerce.com/magento-connect/pay-with-amazon-for-magento.html
You don't have to create anything custom. When you successfully install the plugin there will be a new Payment Method and it will also add a "Login with Amazon" in the "Customers" category.