Line 188... |
Line 188... |
188 |
'1' => __('Bei Bestellung', 'wpsg'),
|
188 |
'1' => __('Bei Bestellung', 'wpsg'),
|
189 |
'2' => __('Bei Zahlung', 'wpsg')
|
189 |
'2' => __('Bei Zahlung', 'wpsg')
|
190 |
), $this->get_option('wpsg_mod_rechnungen_auto'), array('help' => 'wpsg_mod_rechnungen_auto')); ?>
|
190 |
), $this->get_option('wpsg_mod_rechnungen_auto'), array('help' => 'wpsg_mod_rechnungen_auto')); ?>
|
191 |
<?php echo wpsg_drawForm_Input('wpsg_rechnungen_faelligkeit', __('Fälligkeit in Tagen', 'wpsg'), $this->get_option('wpsg_rechnungen_faelligkeit'), array('help' => 'wpsg_rechnungen_faelligkeit')); ?>
|
191 |
<?php echo wpsg_drawForm_Input('wpsg_rechnungen_faelligkeit', __('Fälligkeit in Tagen', 'wpsg'), $this->get_option('wpsg_rechnungen_faelligkeit'), array('help' => 'wpsg_rechnungen_faelligkeit')); ?>
|
192 |
<?php echo wpsg_drawForm_Input('wpsg_rechnungen_pdfperpage', __('Anzahl an Produkten pro Seite (PDF)', 'wpsg'), $this->get_option('wpsg_rechnungen_pdfperpage'), array('help' => 'wpsg_rechnungen_pdfperpage')); ?>
|
192 |
<?php echo wpsg_drawForm_Input('wpsg_rechnungen_pdfperpage', __('Anzahl an Produkten pro Seite (PDF)', 'wpsg'), $this->get_option('wpsg_rechnungen_pdfperpage'), array('help' => 'wpsg_rechnungen_pdfperpage')); ?>
|
- |
|
193 |
<?php echo wpsg_drawForm_Checkbox('wpsg_rechnungen_pdetailname', __('Produktdetailname auf Rechnung anzeigen', 'wpsg'), $this->get_option('wpsg_rechnungen_pdetailname'), array('help' => 'wpsg_rechnungen_pdetailname')); ?>
|
193 |
<?php echo wpsg_drawForm_Checkbox('wpsg_rechnungen_pbeschreibung', __('Produktbeschreibung auf Rechnung anzeigen', 'wpsg'), $this->get_option('wpsg_rechnungen_pbeschreibung'), array('help' => 'wpsg_rechnungen_pbeschreibung')); ?>
|
194 |
<?php echo wpsg_drawForm_Checkbox('wpsg_rechnungen_pbeschreibung', __('Produktbeschreibung auf Rechnung anzeigen', 'wpsg'), $this->get_option('wpsg_rechnungen_pbeschreibung'), array('help' => 'wpsg_rechnungen_pbeschreibung')); ?>
|
194 |
|
195 |
|
195 |
<?php if ($this->hasMod('wpsg_mod_produktattribute') == '1') {?>
|
196 |
<?php if ($this->hasMod('wpsg_mod_produktattribute') == '1') {?>
|
196 |
<?php echo wpsg_drawForm_Checkbox('wpsg_rechnungen_produktattribute', __('Produktattribute auf der Rechnung anzeigen', 'wpsg'), $this->get_option('wpsg_rechnungen_produktattribute'), array('help' => 'wpsg_rechnungen_produktattribute')); ?>
|
197 |
<?php echo wpsg_drawForm_Checkbox('wpsg_rechnungen_produktattribute', __('Produktattribute auf der Rechnung anzeigen', 'wpsg'), $this->get_option('wpsg_rechnungen_produktattribute'), array('help' => 'wpsg_rechnungen_produktattribute')); ?>
|
197 |
<?php }?>
|
198 |
<?php }?>
|
Line 252... |
Line 253... |
252 |
|
253 |
|
253 |
jQuery('#wpsg_mod_rechnungen_customermail').prop('checked', false);
|
254 |
jQuery('#wpsg_mod_rechnungen_customermail').prop('checked', false);
|
254 |
|
255 |
|
255 |
}
|
256 |
}
|
256 |
|
257 |
|
257 |
})
|
258 |
});
|
258 |
|
259 |
|
259 |
jQuery('#wpsg_tab').wpsg_tab( {
|
260 |
jQuery('#wpsg_tab').wpsg_tab( {
|
260 |
'cookiename': 'wpsg_rechnungen_tab',
|
261 |
'cookiename': 'wpsg_rechnungen_tab',
|
261 |
'tab2': function() {
|
262 |
'tab2': function() {
|
262 |
jQuery('.tablink').show();
|
263 |
jQuery('.tablink').show();
|