I am using coldfusion and I want to get USPS Shipping charges in my application/website. Is there any function to get usps shipping rates from usps in coldfusion?
First result on google for usps ColdFusion CFC https://github.com/matthewriley/USPS-CFC
Related
I just integrated authorize.net Accept form
with getHostedPaymentPageRequest method.
The list of countries contains all countries, but I want to limit the options to USA and Canada.
Is this possible to implement with authorize.net and how?
Hi everyone just want to ask a few questions about the amazon mws api since I stuck for more than a week now finding a great solution of the problem and also this is my first time to code with amazon product. My question is does MWS API get the business report specially the detail page sales and traffic. As I what I have read in the forums some say that it is not available in MWS API, some say also that there's a way to get it through API. I`m confuse right now how to start it. I was also wondering if I can scrape the page but have problem of the two way factor verification. Thanks in advance.
No. The MWS API does not give you access to that report.
We currently have a sales assistant download it every day and upload it into our system.
Go to Amazon Seller Central.
Hover over Reports -> Click Business Reports
On the left, under By ASIN, click Detail Page Sales and Traffic
On the Right Change the From Date and To Date to one of the value needed
Click Download -> CSV
I am working on a restaurant meal ordering system.
I need a web service that gives information of a location, given the area PINcode.
PINcode? wikipedia: https://en.wikipedia.org/wiki/Postal_Index_Number
A Postal Index Number or PIN or Pincode is a code in the post office numbering or post code system used by India Post, the Indian postal administration. The code is six digits long.
Google Geocoding API and places API can be used for your purpose
I'm having issues with the Pound Sterling £ currency in Opencart (I use OC 1.5.1 and my payment gateway is Authorize.net). When a customer attempts to submit their order on the checkout page of my site with the Pound Sterling currency selected they receive this message:
The page at https://mysite.com says:
The supplied currency code is either invalid
How do I resolve this to allow customers who use the Pound Sterling to check out? I'm having trouble finding information about if this would be an issue with Opencart or with my payment gateway which is Authorize.net.
As far as I knew, the currency selector in Opencart is purely for informative purposes for the customer, because when they submit their orders the currency is automatically converted to USD $ and sent to Authorize.net for processing. Correct me if I'm wrong about this though?
Is there some kind of code that I need to edit/place into my Opencart to resolve this?
Thanks for your time !! I really appreciate any help with this!
I've discovered that Authorize.net is restricted to which country you operate your company from (https://support.authorize.net/authkb/index?page=content&id=A414). So for a company in the US you can only process CAD or USD thru Authorize.net.
I'm going to use Paypal for international (EURO, Pound Sterling) and Authorize.net for USD orders.
I'm developing a B2C site where many shop enroll with the site and sell their products. The Site owner needs to get a 5% of the sales done through their site from the sellers. That is when a customer buys product for $100, $5 must be credited to the site owner's Authorize.net account and 95$ must be credited to Seller's Authorize.net account. Does Authorize.net has this option already.
The short answer is that you can't do it with Auth.NET
The good news are that you CAN implement such a behavior with other payment processing solutions - by taking advantage of their affiliation system.
You can Try Paypal for achieving this task.