![]() |
Replace Quantity drop down to text input box. 4.0+ with buy
Been on this site for a few weeks now, it's about time to give back to the community.
This is for X-Cart 4.0+ with the buy now feature enable. Skin1>customer>main>product.tpl Code:
<SELECT id="product_avail" name="amount"{if $active_modules.Product_Options ne '' && $product_options ne ''} onchange="check_wholesale(this.value);"{/if}> Replace with Code:
<input type="text" name="amount" size="3" value="1"> Skin1>customer>main>buy_now.tpl Code:
<SELECT name="amount"> REF: http://forum.x-cart.com/viewtopic.php?t=3117 Happy coding ! MPJ |
Hi
This is great, but it only applies to "Buy it now" What about normal view of product |
All times are GMT -8. The time now is 06:12 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.