Jump to content

Search the Community

Showing results for tags 'helperclass'.

  • Search By Tags

    • helperclass ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 3 results

  1. 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...
  2. 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...
  3. 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...
×
×
  • Create New...