Shop configuration shop.config
The following overview contains the configuration sections of the V8sshop.config in alphabetical order. A complete description of all sections can be found in the V8s documentation.
Each section has been mapped to the corresponding configuration node of the new version where possible. This way, the overview supports you in implementing existing V8s configurations identically or comparably in the new version.
If sections or individual parameters are missing without a mapping, our support team will be happy to help via the Support Center.
Alphabetical overview of the V8s sections
<AcceptTermsAndConditions><AddDomains><AdditionalProductFieldsInBasket>- Removed without replacement; every product data field can be displayed in the basket without additional configuration.
<AddressFields-Actions>- Removed without replacement; reloads, refreshes, etc. can be added directly in the template without configuration based on accounts.addressFieldsSettings
<AddressFields-AlternativeText><AddressFields-InputVisibility><AddressFields-ReadOnly><AddressFields-Standards><AddressFields-Txt><AddressMaxInputLen><AgreementCookies><ASSE><Basic><BasketEntries><BonusPoints>- Not yet available
<Buttons-Txt>- Removed without replacement; corresponding texts are set directly in the template or via text snippets.
<Captions-Txt>- Removed without replacement; corresponding texts are set directly in the template or via text snippets
<CatProdCount>- Removed without replacement; since the number of products in a category can be loaded directly in the template via the category data without additional configuration, for example
$myVariable.productsCount
- Removed without replacement; since the number of products in a category can be loaded directly in the template via the category data without additional configuration, for example
<ChangeEmailDoubleOptInMail><Currency-Txt><CustomerMail><A-Suffix1>to<A-Suffix100><D-Suffix1>to<D-Suffix100><DeepLinks>- Configurable via “SEO URLs” in the Admin Interface or PUT seo/urls
<DeleteAccountDoubleOptInMail><Delivery>and<+Deliverer><DeliveryAddressFields-Standards><DeliveryAddressFields-Txt><DeliveryAddressSelection>- Removed without replacement; corresponding texts are set directly in the template or via text snippets
<DeliveryDate>- Not yet available
<DelivererProductDependencies-Definitions>- Coming soon
<DesignControl><DirectOrder><eMarketingManager>- Removed without replacement; since there are no longer any fixed template assignments.
- Sign-ups and sign-outs can be integrated on any template via the $wsNewsletter module.
- This also applies to a sign-up during the order process or at login.
<eMarketingManager-Txt><ExternalSearch>- Removed without replacement; since there is no support for native connections to external search service providers. Integration takes place client-side via WebComponents or JavaScript plus data feeds for transmitting the product data.
<FilterAndSort>- WEBSALE Search
<GenericEmails><ImageLinks>- Removed without replacement; since there are no longer any automatically generated button icons for the storefront. Buttons can be created completely freely for the storefront using the template language or the Storefront API.
<InputCheck>and<+InputCheck>- addressCheck.*
- data.checker*
<+InputCheck>type=zip→ general.zipCodes
<Inventory><LinkNameEncoding><Login><MaxCatProducts>- WEBSALE Search
<NewCustomerDoubleOptInMail><NewCustomerMail><NotifyMessages-Txt>- Depending on the case actions.*
<OrderConditions>- checkout.checkout
- Partially actions.checkoutConfirm
<OrderNowMail><OrderOptions1>to<OrderOptions5><OrderSpecialInput><PaymentApplePay-Txt><PaymentAccount-Txt>- Not currently supported
<PaymentBill-Txt>- payment.payment; for offline payment methods no further configuration is required
- For online payment methods, additionally the appropriate provider configuration, for example payment.paypalCheckout
- For Stripe, the payment method is also created via
payment.payment; the included Stripe payment options are then generally provided via payment.stripe or the provider.
<PaymentBillie-Txt>- Currently only via payment.stripe
<PaymentCashOnDelivery-Txt><PaymentCreditCard-Txt>and<Card1>to<Card5>- payment.payment
- payment.payment; for online payment methods additionally the appropriate provider configuration, for example payment.paypalCheckout. For Stripe, the payment method is also created via payment.payment; the included Stripe payment options are then generally provided via payment.stripe or the provider.
<PaymentDebitNote-Txt> and <PaymentDebitNote-Country>- payment.payment; for offline payment methods no further configuration is required. For online payment methods additionally the appropriate provider configuration, for example payment.paypalCheckout. For Stripe, the payment method is also created via
payment.payment; the included Stripe payment options are then generally provided via payment.stripe or the provider.
- payment.payment; for offline payment methods no further configuration is required. For online payment methods additionally the appropriate provider configuration, for example payment.paypalCheckout. For Stripe, the payment method is also created via
<PaymentEnvironmentDependencies-Definitions>- Coming soon
<PaymentDIRECTebanking-Txt>- Sofortüberweisung is no longer supported
<PaymentGooglePay-Txt>- Configuration via payment.payment and payment.paypalCheckout or payment.computopHosted
<PaymentIDeal-Txt>- Currently only via payment.stripe
<PaymentInstallment-Txt>- payment.payment; for online payment methods additionally the appropriate provider configuration, for example payment.paypalCheckout. For Stripe, the payment method is also created via payment.payment; the included Stripe payment options are then generally provided via payment.stripe or the provider.
<PaymentKlarna-Txt>- Currently only via payment.stripe
<PaymentOnlineTransfer-Txt>- Giropay is no longer supported
<PaymentPaydirekt-Txt>- Paydirekt is no longer supported
<PaymentPaymorrow-Txt><PaymorrowDebit-Mapping><PaymorrowDebit-NotifyMessages><Paymorrow-Mapping><Paymorrow-NotifyMessages>- Not currently supported
<PaymentPayPalCheckout-Txt><PaymentPaypal-Txt><PaymentPayPalCheckoutAPM_BANCONTACT-Txt><PaymentPayPalCheckoutAPM_BLIK-Txt><PaymentPayPalCheckoutAPM_EPS-Txt><PaymentPayPalCheckoutAPM_GOOGLEPAY-Txt><PaymentPayPalCheckoutAPM_APPLEPAY-Txt><PaymentPayPalCheckoutAPM_IDEAL-Txt><PaymentPayPalCheckoutAPM_MYBANK-Txt><PaymentPayPalCheckoutAPM_PRZELEWY24-Txt><PaymentPayPalCheckoutPayLater-Txt><PaymentPayPalInvoice-Txt>- Configuration via payment.payment and payment.paypalCheckout
<PaymentPayPalPlus-Txt>- Removed without replacement; PayPal only via payment.payment and payment.paypalCheckout
<PaymentPayU-Txt>- Not currently supported
<PaymentPostFinance-Txt>- Currently only via payment.stripe with primary support of PostFinance Card and PostFinance Pay as debit/payment methods
<PaymentPrepayment-Txt><PaymentProductDependencies-Definitions>- Coming soon
<PaymentTWINT-Txt>- Currently only via payment.stripe
<PaymentUserDef1-Txt> to <PaymentUserDef5-Txt><PaymentXXX-Txt><PDFGenerator>- Removed without replacement; since any template can be rendered as a PDF using the link parameter
wsFilter=pdf
- Removed without replacement; since any template can be rendered as a PDF using the link parameter
<PriceFormat><ProductComparison><ProductItemSearch>- WEBSALE search
<ProdRecmdMail>- Not currently supported
<ProductSort>- WEBSALE Search
<RegistrationMail><SearchFactFinder-Filter>- Removed without replacement; since there is no support for native connections to external search service providers. Integration takes place client-side via WebComponents or JavaScript plus data feeds for transmitting the product data.
<SecureLoadTemplates>- Removed without replacement; since SSL is standard
<SecureLogin><SecuredPassword><SEOProductFields><SEOProductFields-Text><SetPasswordMail><ShopAdminMail>- Via the LogManager (Logs) service in the Admin Interface
<ShopTransferMail>- Via the LogManager (Logs) service in the Admin Interface
<StandardMessages-Txt>- Mostly actions.* or a template/text snippet topic
<Templates>- Removed without replacement; only the templates
start.htm,category.htm, andproduct.htmare fixed and may not be renamed. All other functions may be loaded on any template
- Removed without replacement; only the templates
<Times-Txt>- Removed without replacement; texts are set directly in the template or via text snippets
<TopRank><UserData>
??????<VAT><VerifyCustomerData>- accounts.addressField
- or mostly actions.* or a template/text snippet topic
<Voucher-Txt><WelcomeCookie>- No configuration anymore, but can be mapped purely via the template with the $wsCookies module
<WSPMUpdateMail>- Removed without replacement; the WSP Manager no longer exists
Country list country.dat
country.datdeliv_country.dat
Title list title.dat
title.dat
Salutation list salutation.dat
salutation.dat
Product rating prodrating.config
prodrating.config
