passing sku to Sagepay using Magento 1.7.0.2 - magento-1.7

my clients uses Sagepay for his bookeeping and wants the website (using Magento and the Ebizmarts Extension v3.0.19.1) to pass the sku to the Sagepay portal along with the current customer details.
Can anyone advise how I go about doing this?
I have this link from Sagepay - http://www.sagepay.co.uk/support/28/37/items-not-deducting-from-your-stock - but I'm not sure whereabouts in the code I would need to add the sku in order to pass it to Sagepay?
any advice welcome.
thanks in advance

Related

How to add Customer Group Selector in Registration form in Magento 2.3?

I'm a Newbie in Magento 2. I am working in magento 2.3. My client wants me to add customer group selector field in registration form. I would like to develop a plugin for that. Please give me some ideas to do it.
Since you are new on Magento i guess you also don't have the skills to create an extension to add customers group on the registration page.
Magento 2 Community edition does not have this functionality that is only available on Enterprise edition.
My suggestion for you is to use an existing customer attributes extension available on the market.
Good luck!

Trying to plugin Intuit payment gateway into ZenCart

I am in no way a programmer, but I am trying my best to to follow online instructions and additional instructions from Intuit, but I have followed everything up to a point and now do not know where to proceed from here.
I have already...
1: Created an account
2: Created an App ID
3: Created a connection Ticket...
But now I have come to the point where I don't know where to proceed with the Connection Ticket ID#
I would assume I plug it into ZenCart somewhere but I have been unable to locate any online articles that point me in the right direction. Any help would be greatly appreciated. Thank you.
Have you written any code, or added a ZenCart payment module into ZenCart that you downloaded somewhere?
ZenCart does not support Intuit Merchant Services out of the box.

Paypal One Page Store ASP.net MVC download file

I need to create a very simple store to sell an excel 2013 Add in with paypal paiment system.
When the payment is OK, the user is allowed to download file.
Is it possible ?
Regards,
Laurent
Sure , i'ts possible ! for security reason i suggest you to avoid a simple redirect to the download page after the payment.
There are some services called "auto buy" try to check it out on google!

How can I see the list of customers I created in Intuit AggCat API?

discoverAndAddAccounts will create customers and deleteCustomer will remove them. As I was testing I created customers and now I don't have their IDs so I can't delete them.
I don't see a method for that on https://ipp.developer.intuit.com/index.php?title=0010_Intuit_Partner_Platform/0020_Aggregation_%26_Categorization_Apps/AggCat_API/0020_API_Documentation
No, there is not an API to get this information. You will need to keep track of them.
Please submit a support ticket and we will have to get the information for you.
William
Have you tried using getCustomerAccounts.
getCustomerAccounts

How do I find my paypal pro api string in opencart?

How do I find my paypal pro api string in opencart?
I have looked everywhere and even posted this question on opencart forum but I haven't gotten a single answer.
Are your trying to make an API Request?
This will help you:
http://net.tutsplus.com/tutorials/php/how-to-process-credit-cards-with-paypal-payments-pro-using-php/
And if you are looking for your API-Signature do the following:
Login to your account at paypal.com
Choose Profile
Left Column..choose API Access
then
VIEW code generated.
User name , password and 56-character API Signature Code
should now show.. if it doesn't, delete and generate another
OR
contact paypal for help.
Hope this helps