Magento checkout page phone number mask - magento2

I need to implement international number mask in magento 2.1 checkout page
phone number field like the below image
so I am requesting that any one know how to implement this code in magento 2.1 checkout page
Git hub URL for this script https://github.com/jackocnr/intl-tel-input

I found exact requirement with below Magento module https://github.com/MaxMage/international-telephone-input
so it will be definitely useful for such cases

Related

How can i integrate ups street validation api on wix

I have a Wix e-commerce store, on checkout page, a user gives us name, phone address etc. I will like to integrate ups apis like pickup, rating, tracking and street validation.
I understand how to use Wix Dev mode and UPS APIs to an extend but my major challenge is that i can't find the checkout page on the list of pages. I don't know how i can get the values that a user have entered in the Wix checkout page.
I have been on this since yesterday and still can't find a solution

Why are my PayPal Checkout buttons not opening a link to the PayPal Sandbox?

I am trying for the first time to implement a PayPal Checkout solution (aka PayPal Commerce Platform for Business) in an ASP.NET Web Application, using Web Forms. I've set up a new REST API for the Sandbox and followed PayPal's Set up server-side SDK guidance to install the SDK in my .NET project. PayPal's button demo now lets me log into the Sandbox with a newly created Sandbox user name and make a test payment, which is confirmed as being successful. So far, so good.
My next step was to create a PayPalButton.aspx page containing exactly the same code as used on Paypal's button demo page. All my updated code was then uploaded to my live site. That's when I hit a problem, as the PayPal buttons don't work on my live site (the PayPal log in window just briefly flashes and then disappears). Being a total newbie to the Paypal Checkout process, it's highly likely that I have made some very basic error.
The only thing I can think of is that my problem might have something to do with the section in Set up server-side SDK that refers to modifying HTTP request headers? I didn't understand what that section was asking me to do.
What routes/paths did you implement the create order and capture order functions at? What data do they return? Update your question with this information. For the create order route, is the data a valid JSON object with a PayPal order ID in the id key?
Have you set the paths in your "PayPalButton.aspx" HTML/JS code to call the aforementioned routes? Your question does not include any specific information about what is going on, i.e. your button code and the result (Response body) of the fetch calls from the browser's developer tools 'Network' tab.
This morning, I managed to resolve the problem with my PayPalButton.aspx page just briefly flashing the PayPal login page. As previously mentioned, it contains a script copied from PayPal's button demo. I then realised that it was different from the sample script provided on the Integrate Checkout page.
I created a new PayPalButton2.aspx page containing this alternative script and, unlike PayPalButton.aspx, it worked fine. In both cases, I had substituted my own Sandbox ClientID.

Is there a way to dynamically upload catalog items from my database to PayPal Here using the API?

I'm looking to see if it's possible to add catalog items that are always changing with code rather than manually entering them one by one. I want to do this to make use of the barcode scanning feature on the PayPal Here POS app in a store that never sells the same item twice.
Here is the entry page I'm looking to automate with the PayPal API:
image of PayPal interface (was too new to stackoverflow to embed it)
I haven't found a hint of this in the API docs or on the web. Does anyone know if it's possible?

Get shipping label using Paypal API

How to get shipping label using Paypal API?
I have seen several examples where sending form on http://www.paypal.com/us/cgi-bin/webscr?cmd=_ship-now and parse the results, but did not find how to send the parcel using Paypal API
We use Perl/LWP to simulate a browser to put in the user address and package information to generate the shipping label. And then we download the image files into our local file system.
After that, we format the image file to fit our printers.
Unfortunately, PayPal does not have API's for shipping labels or tracking numbers. I've been begging for it for years.

Mobile version of of Template C in PayPal Hosted Checkout

I am using PayFlow Pro hosted checkout Template C. I cannot get a mobile version of the template. I have tried putting the template, mobile in the key / values pairs on the initial request for the token and also putting the template='mobile' in the iframe request.
Neither seems to work.
Thanks for any help.
For Layout C, PayPal does not automatically redirect mobile users to a mobile-optimized flow. The reason is that if PayPal automatically showed a mobile optimized embedded template, within a merchant web page that may not be mobile optimized, this can create unexpected and undesirable results. To display the mobile checkout pages for Layout C, the Partner or Merchant must detect the supported mobile browser and then explicitly pass the form post parameter: template=mobile...however...I was just informed that there may be an issue with this feature on our end. I'll update this answer via comment shortly.