CHange input type hidden to input type integer
This commit is contained in:
@@ -99,8 +99,8 @@ class CartAdd extends BaseForm
|
||||
"for" => "quantity"
|
||||
)
|
||||
))
|
||||
->add("append", "hidden")
|
||||
->add("newness", "hidden")
|
||||
->add("append", "integer")
|
||||
->add("newness", "integer")
|
||||
;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user