How I got a 20% discount for changing one variable

To begin with: I hate shopping online with my phone. And for various reasons: No adblock, FOV way too small, it is slower, too less information, no possiblity to compare. I am a keyboard type of guy.

One morning I woke up and had a hurting foot. Out of nowhere. Overnight. Evening good. Morning bad. Really bad. We went to the ER because it felt broken. Long story short: X-ray without any anomalies, and after walking on crutches for a few days the pain went away.

My girlfriend (she hates to see me suffer) pointed out, it maybe was my fault for only wearing wornout shoes (which is maybe 50% true). To be fair, when it comes to my footware, I am quite pragmatic. All the shoes I wear are all the shoes I need. The shoes I have are one of three kinds:

  • Business shoes (which I do not need currently, because of COVID)
  • Casual white sneaker
  • Running/hiking/sport shoes (maybe one pair each)

But I accepted, that it was maybe time for a new pair of shoes that would give a better distribution of pressure on my foot.

The shoe

It was again my girlfriend who pointed me to the ON Running The Roger Advantage. I really liked the style right from the beginning.

The Roger Advantage
What a beauty

Eventhough I do not like shopping on mobile, I like to lay on my couch, with my had in the lap of my beautiful girlfriend. So it came to be, that I was in the heat of the moment checking out the ON Running store and bought the shoes. And the experience was… in need of improvement.

The problem

In the purchase order form (where you input your adress) the iPhone keyboard did not capitalize the first letter when you jumped into the field. For me this was annoying, since I want to input correct data into a purchase order form. To often my packages did not arrive for abstruse reasons.

Back at my computer I was analyzing the root of the problem and found it quite quickly. Have a look at the source code for the purchase order form:

The root of the problem
The root of the problem: Wrong attribute!

If you are familiar with HTML, you might see the problem. autocapitalize='off'.

I reached out to the support and told them about my unpleasurable experience with the order process. The Email I wrote:

The Email
What a beauty

More details (and the link I shared with the support) can be found in the FireFox Docs

The solution

I promptly got a response from the support, where they thanked me for my input and send me a *whopping 20% discount code:

The response
Thanks a lot Ramon

To be fair, I did not use it myself, but my girlfriend was more than happy to get her own pair of Rogers for 20% off.

Weird to think that such a thing can happen with a company that big (they reported an EBITDA of approx 96 million CHF in 2021).

So the tl;dr of the story is, I got a 20% discount for pointing out if would be more convinient to set autocapitalze=true in the shipping form.