--Boundary_(ID_kUuywCPmZgu/OlkDm0hS5Q)
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7BIT
Hi All.
Hoping for a point in the right direction here.
Trying to selectively replace "Quantity Box" on my product templates. It
would be easy enough if it were a fixed replacement. However, certain
products have different "multiples."
So I need a value holder that I can easily manage. I am thinking of either
the Product Header, or using OUIs Custom Product Field called QUANT. I want
something that I can bulk import and manage through Storeman, so I would
prefer Product Header, since I am not using it for anything.
I came up with several variants based on the OUI docs and a previous thread
with JMH.
Something along the lines of:
<input type="hidden" name="Screen" value="PROD">
<select name="Quantity">
<option value="%EXPR(1*%VAR(prodheader)%"
SELECTED>%EXPR(1*%VAR(prodheader)%</option>
</select>
<input type="submit" value="Add to basket">
When I use that code, I cannot get that expression to evaluate and return a
usable value.
Can someone clue me in as to what I am overlooking?
Regards,
Peter Stoermer
--Boundary_(ID_kUuywCPmZgu/OlkDm0hS5Q)--
Comment