Hello Everyone :)
Can anyone tell me if it is possible to change State / Province / Region dropdown in checkout to simple textbox field.
thanks
Sadique
Probably - but not simple as the elements are formed elsewhere and looped thru
basically you want to insert text fields with the names as below and hide the selects
shipto_virtuemart_state_id
billto_virtuemart_state_id
have u tried replacing the virtuemart_state_id shopper field with a text field though? might break everything
Hey GJC
yes i tried replacing virtuemart_state_id dropdown with text field and it seem to working in my site and in orders (FE + BE) but i dont know what would be impact of it in payment. because i have tried it with Standard payment method (COD).
if it saves correctly to the address fields in the Table then would assume all OK - it is just data - whether a select or text is just a means of entering it
Thanks GJC that's what i wanted to know. :)