Web tex gift card plugin magento - email

Having trouble with the Web tex gift card plugin for Magento. When the user purchases a giftcard and fills out their info. The user then purchases the card. From that point an email is suppose to be sent to the user with the gift card information but it is never received. Has anyone encountered this using this plugin or has experience with the plugin. Anything would help at this point.

Related

Opencart 2.0 - PayPal Commerce Platform card payment fields not showing

I have PayPal Commerce Platform module installed on OpenCart 2.0. But during checkout, if the user wants to use card payment, the card form fields are not showing.
Below are image examples
No Field to add card details
I will appreciate your help on sorting out this issue
If it's trying to render PayPal's Advanced Credit and Debit Card fields, the console should have details about why it's failing. You may simply need to enable the account for card processing. Sandbox accounts are enabled by default now.
For going live, there is a link in the note to the production onboarding: https://www.paypal.com/bizsignup/entry/product/ppcp

How to create items in paypal for in app purchase

I am building an in app purchase shop for my companies pc game.
I know that in android and ios you create the items in your developer account and then buy them through there.
Is there a way to do something similiar in Paypal?
P.S. I have already developed the connection with paypal's rest api and am able to charge users through paypal. But Instead of passing the price of the item and it's description etc.. to paypal I would rather pass an item code and have paypal show the user the correct price in his currency. Plus I want to be able to pull this data from paypal and display it to the user from there.
My server is gamesparks which works with a node.js and mongo db.
PayPal does not offer anything like what you're wanting. You can pass through the item_name variable so that the order invoices show the item name, but you can't set up any items with prices/description. Usually that process is taken on by the developer on the project side, not processor side.
The most effective and safest way to retrieve information for PayPal payments is to set up an IPN. Here is the documentation if you are unaware.
https://developer.paypal.com/docs/classic/products/instant-payment-notification/

PayPal initial payment fails but profile created anyway

This is driving me nuts, We're using PayPal Pro, REST API for billing agreements and we charge our users a fee per month in our Laravel app.
We have set: "initial_fail_amount_action": "CANCEL" but when the payment fails it still creates the profile and as a result my users are sent an invoice.
Practically any card number with the wrong details seems to be enough to activate the profiles.
This is in Live mode, I can search the web for a dummy credit card number, use any name and location and that is enough to trigger the "sale".
I've searched everywhere for a straight answer but can't get one. I hope someone can help

Paypal Integration with ionic

I have seen people integrated paypal payment with ionic, making payment just needs do a photo taking of the credit card. I would like to know if there is any SMS sent to the card holder for verification purpose, because the system will be used in offline business, having to key in SMS verification code will be a troublesome thing for customer. Does any friend have done paypal integration for offline business ?

Google analytics for Paypal and Credit cart payments

I am working on Zen-Cart Site. Google Analytics is working fine but the problem I am having is in the ecommerce section of analytics. When I log into my analytics account and I go into the ecommerce section it only gives me sales that were generated through google checkout. If any sale was generated by credit card payment or by paypal that transaction is not registered in analytics. Now I really need to know which products are being sold through all transactions on the site and I'm not getting that info properly because it only tells me which products are being sold through google checkout. How can I do this?
most sites like paypal give you the ability to have the user be redirected back to a specific page after the sale takes place. On that page (usually a "thanks for buying my stuff" page), you need to put your global GA code, as well as some custom GA code to pass info like revenue, product id(s), etc...
You can learn more about what custom GA code to put on that page at this link:
http://code.google.com/intl/en/apis/analytics/docs/tracking/gaTrackingEcommerce.html