![]() |
Re: Change QTY drop down to text field
It's all there I just didn't break it apart. Look for this in the file (or similar depending on cart version)
Code:
<select name="amount"> then add Code:
<input type="text" style="vertical-align: middle;" name="amount" size="3" maxlength="4" value="{$product.appearance.min_quantity}" /> |
Re: Change QTY drop down to text field
Thanks Steve this worked great.
I am having an alignment issue. This wants to align left. I have tried several different ways to try and center this but can only get it to work by giving a large left padding in the css file in the BuyNowQuantity class. Any thoughts? Mike |
Re: Change QTY drop down to text field
It's probably the alignment of the parent element that you have to change
|
All times are GMT -8. The time now is 01:33 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.