Hi,
Another "crazy" change I'm having difficulty with.
All I want to do is to style the quantity text box in the shopping cart.
When I look in the template the variable "Quantity" is wrapped in a table tag and I cannot see how to get at the code that creates the text box. The text box actually renders:
<INPUT TYPE=TEXT SIZE="4" NAME="Q_0" VALUE="2" STYLE="text-align: right;">
Short of wrapping a CSS div around it I'm not sure what to do. I really dont want to hack the CSS as the rendered HTML is enough of a mess as it is.
Does anyone have any ideas?
Thanks.
Another "crazy" change I'm having difficulty with.
All I want to do is to style the quantity text box in the shopping cart.
When I look in the template the variable "Quantity" is wrapped in a table tag and I cannot see how to get at the code that creates the text box. The text box actually renders:
<INPUT TYPE=TEXT SIZE="4" NAME="Q_0" VALUE="2" STYLE="text-align: right;">
Short of wrapping a CSS div around it I'm not sure what to do. I really dont want to hack the CSS as the rendered HTML is enough of a mess as it is.
Does anyone have any ideas?
Thanks.
Comment