Search the Community
Showing results for tags 'helperclass'.
-
I am doing a small module in Prestashop. In that module I have used multiselect with helperform. So my code is like this array( 'type' => 'select', 'cols' => 8, 'class' => 'chosen-product-selct selected_products ', 'multiple' => true, 'label' => $this->l('Selected Products'), 'name' => 'selected_pr...
- 8 replies
-
- multiselect
- helperclass
-
(and 1 more)
Tagged with:
-
Hi, I just installed prestashop 1.6 on my localhost and tried to make a module. So in module I just used a form . So for craeting form I tried this code public function renderForm() { $fields_form = array( 'form' => array( 'legend' => array( 'title' => $th...
- 5 replies
-
- module
- helperclass
-
(and 2 more)
Tagged with:
-
make query inside helper class and show options
prestashop_newuser posted a topic in Core developers
Hi, I am doing a small module in prestashop. In that module I want to show all the product category in the checkbox type. Lets say in the default prestashop installation(1.6) we have 3 main categories ( 1. Casual Dresses 2. Evening Dresses 3. Summer Dresses ) Now I want them in a tree...- 1 reply
-
- helperclass
- renderform
-
(and 2 more)
Tagged with: