![]() |
Getting RID of theQuantity 'input' field and get the dropdown
I'm running x-cart 4.2.2 Vivid Dreams a 'little' modified.. but I know i didn't touch product(s).tpl .. in admin under appearance.. my maximum number of selections is 15, number of items which quantity should be displayed is 15 and buy now is off (i turned it on and no diffrence but it did say 'enter a number between 1 to 1000') .
Please tell me what i'm doing wroing :( - Thank you |
Re: Getting RID of theQuantity 'input' field and get the dropdown
Are you referring to the quantity box?
If so that is under general settings/product options |
Re: Getting RID of theQuantity 'input' field and get the dropdown
weird, the drop down box is the default behavior. Something has bee changed. Post the contents of your product.tpl.
|
Re: Getting RID of theQuantity 'input' field and get the dropdown
oh, well the default for that is 500, and he said his was set to 15.
Was this changed? Number of items up to which the Quantity box should be displayed as a selectbox (With larger numbers, the box will appear as an input box) |
Re: Getting RID of theQuantity 'input' field and get the dropdown
I can't get the input box to show up on my test site, I currently have 10,000 in the qty drop down box.
|
Re: Getting RID of theQuantity 'input' field and get the dropdown
I dunno. i cant post the entire produts.tpl .. it says its too big.. hope i posted the right part
Code:
<div class="details"{if $max_image_width gt 0} style="margin-left: {$max_image_width}px;"{/if}> |
Re: Getting RID of theQuantity 'input' field and get the dropdown
In the 'General settings' look for 'Product options'
In there set it like this: Unchecked 500 Checked Then go into 'Appearence' and set Maximum number of items that can be displayed in or can be entered into the Quantity box to 5 Let me know what happens. |
Re: Getting RID of theQuantity 'input' field and get the dropdown
I can't get the QTY input field to change to a text box no matter what I do... lol
|
Re: Getting RID of theQuantity 'input' field and get the dropdown
1 Attachment(s)
I dunno man.. I might just go in and put a dropdown box myself.. unless it's an enormous human error on my part, I wen't as far as to changing the skin and it was still input boxes.
I attached my 'product options' look like so Quote:
|
Re: Getting RID of theQuantity 'input' field and get the dropdown
Theres a problem then...
Granted im running 4.2.1, you should still have a text field asking for that info... You should either A) Check all the settings page in 'General settings' for that input box or.. B) Go the lazy way and open up the xcart_config table in your MySQL database. Look for the row with quantity_select_box_limit and make sure the value is set to 500. If you go this route, I suggest backing up your mysql DB. |
Re: Getting RID of theQuantity 'input' field and get the dropdown
changed it to 500.. still have an input box :( this is bizzare .. I have another site running 4.2.2 and it's perfect.. i dunno man
|
Re: Getting RID of theQuantity 'input' field and get the dropdown
Go to the 'modules' section on the left hand side of the admin area. Make sure product options is enabled.
If it is, I have no idea why its not working. |
Re: Getting RID of theQuantity 'input' field and get the dropdown
lol.. yeah.. i'm really lost here. Its enabled.
|
Re: Getting RID of theQuantity 'input' field and get the dropdown
Hi Kiwami -
Just wanted to report I see the same issue on a 4.2.2 X-CART. Everything was working properly until I started adding options/variants to a product. I see by looking at the differences between 4.2.1 & 4.2.2 - this was an area which was modified - both in the administration and the front end display for 4.2.2 My troubles started when I added product options and variants to a product - then something stuck which is causing various smarty "input_box_enabled" variables to stay set. These variables, when set, will display an input text box no matter what else is set. I suspect there is a bug hidden in the php - not the templates. Unless there is a setting in the admin somewhere that I don't know about that would set variables like $product.quantity_input_box_enabled?? I'm under the gun right now - so I don't have time to do the steps to verify that it is a bug. For now - I hacked product.tpl and buy_now.tpl to remove the option to display an input text box for quantity - which I don't ever foresee needing. (This cart will never have large quantities to purchase) |
Re: Getting RID of theQuantity 'input' field and get the dropdown
Heya,
I'm using 4.2.2 and have the same problem as above. Can you share what you did to edit the product.tpl and buy-now.tpl as I'd like to do the same but wouldn't dare touch it without guidance. :) Thank you. |
Re: Getting RID of theQuantity 'input' field and get the dropdown
I have the same issue with 4.2.2, very frustrating, time to hack product.tpl!
|
Re: Getting RID of theQuantity 'input' field and get the dropdown
1 Attachment(s)
I've attached my modified product.tpl. Remember - this is not a fix - it is just a hack - so use with caution.
It removes from the template decisions based on this variable: $product.quantity_input_box_enabled with the impact of never allowing the quantity box to be input text. I suspect the setting of that variable might have a problem - but have not had time to figure out how to duplicate the issue so it can reported as a bug. It would not be a bad idea for someone to review the hack to make sure I am not missing any unintended consequences. |
Re: Getting RID of theQuantity 'input' field and get the dropdown
My question is slightly different. I would like to replace the input box as well but the customer wants only the specified quantities to be in the drop down for the reseller (ie; 12,25,50,...500). I other words, the customer doesn't want to sell quantities in between ranges. They are exact quantities only :roll: .. Does anyone have any suggestions on how I should approach this in light of all that has been posted here? I would appreciate any input on this. Thanks!
|
All times are GMT -8. The time now is 11:49 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.