50$addField('enabled','int','Shop active','int',$check,array('data'=>array('hint'=>'Basically unlocks the shop functions.')));
51$addField('demo_notice_enabled','int','Show demo shop notice','int',$check,array('data'=>array('hint'=>'Shows the multilingual “Demo shop – no actual purchase” notice in the catalog and checkout.')));
52$addField('default_channel','varchar','Standard channel','parameter|max=40','text-label',array('placeholder'=>'Shop','tooltip'=>'Standard technical sales channel for normal shop orders.'));
53$addField('default_currency','varchar','Default currency','parameter|max=3','text-label',array('placeholder'=>'EUR','tooltip'=>'ISO 3 letter warranty code.'));
55$addField('tax_display_enabled','int','VAT','int','select-single-label',array('options'=>'1=Specify VAT&0=VAT Not to be reported','tooltip'=>'Controls whether the VAT indication is displayed at prices.'));
56$addField('b2b_mode','int','B2B mode','int',$check,array('data'=>array('hint'=>'Prepared for net/business customer logic.')));
57$addField('stock_enabled','int','Use stock','int',$check,array('data'=>array('hint'=>'If active, the stock can later be used for saleability and indications.')));
58$addField('channels_enabled','int','Using Channels','int',$check,array('data'=>array('hint'=>'Displays channel functions for eBay, Amazon, classified ads, mobile.de and other platforms. Switch off for pure shop installations.')));
68$addField('checkout_guest_allowed','int','Allow guest orders','int',$check,array('data'=>array('hint'=>'Allows orders without prior customer account.')));
69$addField('legal_snapshot_enabled','int','Save legal text snapshot','int',$check,array('data'=>array('hint'=>'Saves legal texts and cancellation policy at the time of purchase.')));
70$addField('withdrawal_button_enabled','int','Show revocation','int',$check,array('data'=>array('hint'=>'Displays the cancellation area in the shop. The content comes from the CMS page /shop revocation.')));
71$addField('mail_customer_enabled','int','Send customer mail','int',$check,array('data'=>array('hint'=>'Sends after order and revocation a confirmation to the customer.')));
72$addField('mail_admin_enabled','int','Send admin mail','int',$check,array('data'=>array('hint'=>'Sends an internal notification when ordering and revoking.')));
76$addField('payment_bank_transfer_enabled','int','Prepayment actively','int',$check,array('data'=>array('hint'=>'Activates prepayment by bank transfer as a checkout payment method.')));
81$addField('payment_bank_transfer_instructions','mediumtext','Prepayment notice','*|max=2000','textarea-label',array('data'=>'rows=4','placeholder'=>'Please transfer the invoice amount by specifying the order number.'));
82$addField('payment_invoice_enabled','int','Invoice active','int',$check,array('data'=>array('hint'=>'Activates invoice as a checkout payment method. Useful especially for B2B or released customers.')));
83$addField('payment_invoice_instructions','mediumtext','Invoice note','*|max=2000','textarea-label',array('data'=>'rows=4','placeholder'=>'You will receive an invoice. Please pay within the specified period.'));
84$addField('payment_paypal_enabled','int','PayPal active','int',$check,array('data'=>array('hint'=>'PayPal only appears in the checkout when client ID and secret are available.')));
89$addField('payment_amazon_pay_enabled','int','Amazon Pay active','int',$check,array('data'=>array('hint'=>'Activates Amazon Pay as a checkout payment method. The real API authorization will be connected later.')));
93$addField('payment_amazon_pay_store_id','varchar','Amazon Store ID','*|max=160','text-label',array('placeholder'=>'amzn1.application-oa2-client.xxxxx'));
98$addField('delivery_digital_download_enabled','int','Active digital downloads','int',$check,array('data'=>array('hint'=>'Allows digital provision for suitable products.')));
99$addField('delivery_flat_shipping_enabled','int','Active package shipping','int',$check,array('data'=>array('hint'=>'Activates global shipping costs as fallback.')));