Earlier quoted context omitted.
Agreed, years of research and brilliant ideas should be protected. However one click shopping is a bit obvious.
Not to sound condescending but the following phrase "years of research and brilliant ideas should be protected" can never adequately define what must be patented and what must not be. An brilliant idea need not take years of research. Even the interpretation of the word brilliant is debatable. PS: I'm not taking any stance with respect to patents. Just saying that it's not black and white.
E-commerce will evolve next month as Amazon loses the 1-Click patent
101–110 of 237 posts
Re: E-commerce will evolve next month as Amazon loses the 1-Click patent
#102Earlier quoted context omitted.
I used the Payment Request API in a project and it was great. Chrome currently has it implemented for Android, you call a JavaScript function, a prompt appears asking the user if they'd like to pay, they enter the security code and hit pay. All this feature actually does it give you the users credit card, phone number, and billing/shipping addresses. You still have to give that information to someone like Stripe. The…
Do you know if this is being used in iOS Safari for Touch ID in the browser too? Or is that something non-standard?
Apple has not implemented the starndard yet, the WebKit Status page lists it as "Under Consideration".
I hope they end up implementing it for the sites hat won't do Apple Pay natively.
Re: E-commerce will evolve next month as Amazon loses the 1-Click patent
#103I ran an ecommerce company for about a year, and one click checkout was the least of our concerns when it came to Amazon. The speed of delivery, prime benefits, brand recognition, and willingness to lose money on many if not most items are absolutely brutal to compete against. I'm glad one click checkout will be more broadly available, but it's probably not going to make much of a difference...
Absolutely. They have the capital and the scale to outcompete you and anyone that tries to go against them. Bar regulations to protect competition, you have no chance.
If you've been to a Costco recently you may be surprised to find that they're much less expensive than Amazon. They have more buying power and stronger vendor relationships that AMZN simply doesn't have. Prime Day 2017 was also a huge disappointment (Mostly overpriced junk like bluetooth speakers).
Honestly I think the only thing that works in Amazon's favor is the convenience, and their private distribution/delivery network. Beyond that they're nothing more than a generic online marketplace.
Re: E-commerce will evolve next month as Amazon loses the 1-Click patent
#104Earlier quoted context omitted.
A lot of people don't realize (or maybe care?) that Amazon makes up a fair amount of that loss from screwing over distributors and third party sellers. The Walmart of the Internet, I suppose. FWIW I usually try to find more direct sources before buying on Amazon. If the other source can drop a few bucks off the Amazon price and offer free shipping I'll buy it direct from them.
Free shipping for what delivery time frame? Amazon Prime's fees are quite small compared to direct shipping costs with carriers. It depends on the product type, of course, but typically third-party sellers are already on thin margins selling on Amazon. It's very likely that "drop a few bucks off the Amazon price and offer free shipping" means they're selling to you at a loss.
Re: E-commerce will evolve next month as Amazon loses the 1-Click patent
#105Setting aside the madness that is the patent itself ever being granted, what I found most interesting on that post was that this could now (possibly) become an actual web standard in the future: > the World Wide Web Consortium (W3C) has started writing a draft proposal for one click buying methods. The W3C site itself has a number of web payment related proposals in progress[1]. The Payment Request API, in particular…
I found > the patent will expire and the technology behind it will be free to be used by any e-commerce site particularly specious. There is no "technology" behind it. It was a concept or busines process that the vaguaries of patent law deemed worthy of rewarding. Not to mention that any technology ("source code") Amazon used to implement the patent will remain under copyright essentially indefinitely.
Or are you saying nobody else can implement "1 click" even after the patent expires... because of copyright?
Edit: Was an honest question, I've upvoted all the answers as I found them interesting, not understanding the barrage of downvotes shrug
Re: E-commerce will evolve next month as Amazon loses the 1-Click patent
#106Earlier quoted context omitted.
I used the Payment Request API in a project and it was great. Chrome currently has it implemented for Android, you call a JavaScript function, a prompt appears asking the user if they'd like to pay, they enter the security code and hit pay. All this feature actually does it give you the users credit card, phone number, and billing/shipping addresses. You still have to give that information to someone like Stripe. The…
Well, they are trying to undercut Chinese with web payments, one part why mobile payments took off so well in China is because Tencent and Alibaba took out browser makers out of the equation. If you open a website that requests your Visa or MasterCard CC data in any Tencent product, it will be blocked unless "their special hack proof API" is used. And yes, they blocked apple pay too
Alibaba are very active participants on the Payment Request Working Group. I'm not sure they can undercut themselves. You will find several very large Chinese companies taking part: https://www.w3.org/2004/01/pp-impl/83744/status
Re: E-commerce will evolve next month as Amazon loses the 1-Click patent
#107Earlier quoted context omitted.
I found > the patent will expire and the technology behind it will be free to be used by any e-commerce site particularly specious. There is no "technology" behind it. It was a concept or busines process that the vaguaries of patent law deemed worthy of rewarding. Not to mention that any technology ("source code") Amazon used to implement the patent will remain under copyright essentially indefinitely.
Are you just quibbling about the semantics used in the article? Or are you saying nobody else can implement "1 click" even after the patent expires... because of copyright? Edit: Was an honest question, I've upvoted all the answers as I found them interesting, not understanding the barrage of downvotes shrug
The one-click patent has an implementation, but the implementation is so trivial that there are only two things you can do with it: either copy it wholesale, or write your own based on the same idea (which will have nothing in common with the original because they're both too small to "share DNA" like that.) In this case, you can't copy wholesale, because copyright. So you're stuck writing from scratch. At that point, the patent has given you no advantage in implementation over the simple knowledge that a process for doing X exists at all.
Re: E-commerce will evolve next month as Amazon loses the 1-Click patent
#108Earlier quoted context omitted.
I found > the patent will expire and the technology behind it will be free to be used by any e-commerce site particularly specious. There is no "technology" behind it. It was a concept or busines process that the vaguaries of patent law deemed worthy of rewarding. Not to mention that any technology ("source code") Amazon used to implement the patent will remain under copyright essentially indefinitely.
Are you just quibbling about the semantics used in the article? Or are you saying nobody else can implement "1 click" even after the patent expires... because of copyright? Edit: Was an honest question, I've upvoted all the answers as I found them interesting, not understanding the barrage of downvotes shrug
Re: E-commerce will evolve next month as Amazon loses the 1-Click patent
#109They have a patent on the RESULT of technology. The patent SHOULD be on THEIR VERY SPECIFIC IMPLEMENTATION of 1-click checkout, but instead it is on all implementations that result in 1-click checkout.
Patents really are not meant for the internet...
Re: E-commerce will evolve next month as Amazon loses the 1-Click patent
#110Make a Magento integration that allow ecommerce sites to implement it?