Hi, how to change column type of qty in Cart pane of Ubercart ?
I want to change from text field to regular text..

Thanks

Comments

cakka’s picture

Hello, any ideas for this ?
I have try : $form['items'][$i]['qty']['#type'] = value;
With form_id : uc_cart_view_form

But nothing change... :(
Thanks

---
http://www.ckcybers.com

PaulWood’s picture

I'm trying to accomplish the same thing. Can you provide more information regarding exactly where you added the code you referenced? Is value supposed to be in single quotes: 'value' ?

cakka’s picture

It was cleared