The Setup
I am investigating properties of the following definition of ordered rings:
Let $R$ be a ring. We say $R$ is an ordered ring under the total order relation $\leq$ if, for all $a,b,c \in R$, $$ (1). a \leq b \text{ implies } a+c \leq b+c, \text{ and} $$ $$(2). 0 \leq a \text{ and } 0\leq b \text{ implies } 0\leq ab. $$
We can also say $R$ is strictly ordered by $\leq$ if the above conditions hold with the strict order $<$ replacing $\leq$ throughout. It's been noted on this post and other places that the two notions of strict/non-strict are separate.
I found and proved the following theorem while looking at the order topology of $R$:
Let $(R,\leq)$ be a (nonzero) ordered ring with unity. If $0$ has an immediate successor $\epsilon \in R$, then $\epsilon\leq1$, and either $\epsilon^2 = 0$ or $\epsilon^2 = \epsilon$.
The proof is simple: we must have $\epsilon \leq 1$ because otherwise $1 \in (0,\epsilon)$, a contradiction. But then $0 < \epsilon \leq 1$ implies $0 \leq \epsilon^2 \leq \epsilon$ upon multiplication by $\epsilon$.
The Question
In the theorem, $\mathbb{Z}$ is a simple example of the latter case, because the "$\epsilon$" is just $1$. One can show that this is always so in a discrete strictly ordered ring. I also have an example of the former case: the dual integers $\mathbb{Z}[\epsilon] = \{a+b\epsilon : a,b\in\mathbb{Z}, \epsilon^2 = 0\}$, together with the lexicographic order. Here $\epsilon$ is the immediate successor of zero.
My question is this: Is there an ordered ring $R$ (necessarily non-strictly ordered) such that $0$ has an immediate successor $\epsilon \in R$ with $\epsilon^2 = \epsilon$ and $\epsilon \neq 1$?
My intuition tells me that the answer is no, but I don't have any evidence to back it. Any insight is appreciated!