How to add select field shipping module

Developer
Depuis Hungary
Membre depuis juil. 2017

How can I add a selection field to the delivery module that also appears in the order in the admin interface?
I tried this:


            'id' => 'option_1',
            'icon' => $this->settings['icon'],
            'name' => 'Option 2',
            'description' => 'This is the description for option 1',
            'fields' => functions::form_draw_select_field('bar', array(array('Point 1', 1), 
      array('Point 2', 2),
      array('Point 3', 3),
      array('Point 4', 4),
      array('Point 5', 5))),            
      'cost' => $this->settings['fee_1'],
            'tax_class_id' => $this->settings['tax_class_id'],
            'exclude_cheapest' => false,
            'error' => '',
          ),```

The buyer can choose, but it does not appear in the admin. Any ideas?
Ce fil de discussion a été fermé en raison d'une longue inactivité. Il n'est pas possible de publier dessus.
Ce site n'utilise aucun cookie ni aucune technologie de suivi tierce. Nous pensons pouvoir faire mieux que les autres et nous nous soucions vraiment de votre vie privée.