Please note that this documentation is for the most recent version of this extension. It may not be relevant for older versions. Related documentation can be found in the documentation directory of the extension.
TypoScript constant settings
Shop Files
Constant | plugin.tx_shop.view.templateRootPath |
---|---|
Label | Path to template root (FE) |
Description | |
Type | string |
Default value | EXT:shop/Resources/Private/Templates/ |
Constant | plugin.tx_shop.view.partialRootPath |
---|---|
Label | Path to template partials (FE) |
Description | |
Type | string |
Default value | EXT:shop/Resources/Private/Partials/ |
Constant | plugin.tx_shop.view.layoutRootPath |
---|---|
Label | Path to template layouts (FE) |
Description | |
Type | string |
Default value | EXT:shop/Resources/Private/Layouts/ |
Shop Container
Constant | themes.configuration.container.shop |
---|---|
Label | Container for shop products |
Description | |
Type | int+ |
Default value |
Shop Pages
Constant | themes.configuration.pages.shop.list |
---|---|
Label | Page-ID for the list view |
Description | |
Type | int+ |
Default value |
Constant | themes.configuration.pages.shop.detail |
---|---|
Label | Page-ID for the single view |
Description | |
Type | int+ |
Default value |
Constant | themes.configuration.pages.shop.notFound |
---|---|
Label | Page-ID for redirecting to 404 page on product not found |
Description | |
Type | int+ |
Default value |
Constant | themes.configuration.pages.shop.basket |
---|---|
Label | Page-ID for the basket |
Description | |
Type | int+ |
Default value |
Constant | themes.configuration.pages.shop.compare |
---|---|
Label | Page-ID for the product comparing |
Description | |
Type | int+ |
Default value |
Constant | themes.configuration.pages.shop.checkout |
---|---|
Label | Page-ID for the checkout |
Description | |
Type | int+ |
Default value |
Constant | themes.configuration.pages.shop.checkoutError |
---|---|
Label | Page-ID for the checkout error |
Description | |
Type | int+ |
Default value |
Constant | themes.configuration.pages.shop.checkoutSuccess |
---|---|
Label | Page-ID for the checkout success |
Description | |
Type | int+ |
Default value |
Constant | themes.configuration.pages.shop.checkoutCancel |
---|---|
Label | Page-ID for the checkout cancel |
Description | |
Type | int+ |
Default value |
Constant | themes.configuration.pages.shop.checkoutCallback |
---|---|
Label | Page-ID for the checkout callback |
Description | |
Type | int+ |
Default value |
Constant | themes.configuration.pages.shop.stripeReturnRedirectPid |
---|---|
Label | Page-ID for the checkout Stripe redirect page after payment |
Description | |
Type | int+ |
Default value |
Constant | themes.configuration.pages.shop.subscriptionTable |
---|---|
Label | Page-ID for the subscription table |
Description | |
Type | int+ |
Default value |
Constant | themes.configuration.pages.privacy |
---|---|
Label | Page-ID for the shopping privacy |
Description | |
Type | int+ |
Default value |
Constant | themes.configuration.pages.terms |
---|---|
Label | Page-ID for the shopping terms |
Description | |
Type | int+ |
Default value |
Constant | themes.configuration.pages.disclaimer |
---|---|
Label | Page-ID for the shopping disclaimer |
Description | |
Type | int+ |
Default value |
Constant | themes.configuration.extension.shop.debug |
---|---|
Label | Debugging mode |
Description | |
Type | Selectbox with options: Off, On |
Default value | Off |
Constant | themes.configuration.pages.shop.compare |
---|---|
Label | Page-ID for the product comparing |
Description | |
Type | int+ |
Default value |
Constant | themes.configuration.pages.shop.basketOrderList |
---|---|
Label | Page-ID for the basket order list for users |
Description | |
Type | int+ |
Default value |
Shop Formatting
Constant | themes.configuration.extension.shop.formatting.currency.currencySign |
---|---|
Label | Currency sign |
Description | |
Type | string |
Default value | € |
Constant | themes.configuration.extension.shop.formatting.currency.currencyLabel |
---|---|
Label | Currency label |
Description | |
Type | string |
Default value | Euro |
Constant | themes.configuration.extension.shop.formatting.currency.thousandsSeparator |
---|---|
Label | Thousands separator |
Description | |
Type | string |
Default value | . |
Constant | themes.configuration.extension.shop.formatting.currency.decimalSeparator |
---|---|
Label | Decimal separator |
Description | |
Type | string |
Default value | , |
Constant | themes.configuration.extension.shop.formatting.currency.prependCurrency |
---|---|
Label | Prepend currency? |
Description | |
Type | Selectbox with options: No, Yes |
Default value | No |
Shop E-Mail
Constant | themes.configuration.extension.shop.email.from.email |
---|---|
Label | From email for emails |
Description | |
Type | string |
Default value | mail(at)domain(dot)com |
Constant | themes.configuration.extension.shop.email.from.name |
---|---|
Label | From name for emails |
Description | |
Type | string |
Default value | TYPO3 Shop-Extension |
Constant | themes.configuration.extension.shop.email.to.email |
---|---|
Label | Receiver email for emails |
Description | |
Type | string |
Default value | mail(at)domain(dot)com |
Constant | themes.configuration.extension.shop.email.to.name |
---|---|
Label | Receiver name for emails |
Description | |
Type | string |
Default value | TYPO3 Shop-Extension |
Constant | themes.configuration.extension.shop.email.cc.email |
---|---|
Label | Receiver email for copy emails |
Description | |
Type | string |
Default value |
Constant | themes.configuration.extension.shop.email.cc.name |
---|---|
Label | Receiver name for copy emails |
Description | |
Type | string |
Default value | TYPO3 Shop-Extension |
Constant | themes.configuration.extension.shop.email.format |
---|---|
Label | Format for emails (plain/html) |
Description | |
Type | Selectbox with options: plain, html |
Default value | html |
Constant | themes.configuration.extension.shop.email.templates.onInvoice.subjectCustomerConfirmation |
---|---|
Label | Email subject - Invoice |
Description | Subject for customer confirmation emails for orders on-invoice. Use ###UID### for inserting the basket-order uid, ###POSTAL_CODE### for inserting the postal-code, or ###INVOICE_NUMBER### for inserting the basket-order invoice-number. |
Type | string |
Default value | Shop Product OnInvoice |
Constant | themes.configuration.extension.shop.email.templates.onInvoice.subjectOrder |
---|---|
Label | Email subject - Invoice internal |
Description | Subject for internal confirmation emails for orders on-invoice. Use ###UID### for inserting the basket-order uid, ###POSTAL_CODE### for inserting the postal-code, or ###INVOICE_NUMBER### for inserting the basket-order invoice-number. |
Type | string |
Default value | Shop Product OnInvoice (Admin) |
Constant | themes.configuration.extension.shop.email.templates.prePayment.subjectCustomerConfirmation |
---|---|
Label | Email subject - Prepayment |
Description | Subject for customer confirmation emails for orders with prepayment. Use ###UID### for inserting the basket-order uid, ###POSTAL_CODE### for inserting the postal-code, or ###INVOICE_NUMBER### for inserting the basket-order invoice-number. |
Type | string |
Default value | Shop Product PrePayment |
Constant | themes.configuration.extension.shop.email.templates.prePayment.subjectOrder |
---|---|
Label | Email subject - Prepayment internal |
Description | Subject for internal confirmation emails for orders with prepayment. Use ###UID### for inserting the basket-order uid, ###POSTAL_CODE### for inserting the postal-code, or ###INVOICE_NUMBER### for inserting the basket-order invoice-number. |
Type | string |
Default value | Shop Product PrePayment (Admin) |
Constant | themes.configuration.extension.shop.email.templates.request.subjectCustomerConfirmation |
---|---|
Label | Email subject - Requests |
Description | Subject for customer confirmation emails for requests. Use ###UID### for inserting the basket-order uid. |
Type | string |
Default value | Shop Product Request |
Constant | themes.configuration.extension.shop.email.templates.request.subjectRequest |
---|---|
Label | Email subject - Requests internal |
Description | Subject internal emails for requests. Use ###UID### for inserting the basket-order uid. |
Type | string |
Default value | Shop Product Request (Admin) |
Shop Teaser
Constant | themes.configuration.extension.shop.teaser.image.width |
---|---|
Label | Image width |
Description | |
Type | string |
Default value | 400 |
Constant | themes.configuration.extension.shop.teaser.image.height |
---|---|
Label | Image height |
Description | |
Type | string |
Default value |
Shop List
Constant | themes.configuration.extension.shop.list.image.width |
---|---|
Label | Image width |
Description | |
Type | string |
Default value | 400 |
Constant | themes.configuration.extension.shop.list.image.height |
---|---|
Label | Image height |
Description | |
Type | string |
Default value |
Shop Detail
Constant | themes.configuration.extension.shop.detail.image.width |
---|---|
Label | Image width |
Description | |
Type | string |
Default value | 825 |
Constant | themes.configuration.extension.shop.detail.image.height |
---|---|
Label | Image height |
Description | |
Type | string |
Default value | 464 |
Constant | themes.configuration.extension.shop.detail.pageTitle.before |
---|---|
Label | Detailpage title order |
Description | |
Type | string |
Default value | seo |
Constant | themes.configuration.extension.shop.detail.headline |
---|---|
Label | Headline |
Description | |
Type | Selectbox with options: H1, H2, H3 |
Default value | H1 |
Shop Basket
Constant | themes.configuration.extension.shop.basket.displayType |
---|---|
Label | Show net price or gross price per product |
Description | |
Type | Selectbox with options: b2b, b2c |
Default value | b2b |
Constant | themes.configuration.extension.shop.basket.minimumOrderValue |
---|---|
Label | Minimum order value in cents |
Description | |
Type | int+ |
Default value | 100000 |
Checkout settings
Constant | themes.configuration.extension.shop.checkout.emailCompare |
---|---|
Label | Email compare |
Description | Buyer must enter his mail address twice |
Type | Selectbox with options: Off, On |
Default value | Off |
Constant | themes.configuration.extension.shop.checkout.timeForPayment |
---|---|
Label | Time for payment |
Description | |
Type | int+ |
Default value | 14 |
Constant | themes.configuration.extension.shop.checkout.deliveryTime |
---|---|
Label | Delivery time |
Description | |
Type | string |
Default value |
Checkout On-Invoice
Constant | themes.configuration.extension.shop.checkout.onInvoice.active |
---|---|
Label | Active |
Description | |
Type | boolean |
Default value | 1 |
Constant | themes.configuration.extension.shop.checkout.onInvoice.attachProductFilesToAdminEmail |
---|---|
Label | Attach product files to admin email |
Description | |
Type | boolean |
Default value |
Constant | themes.configuration.extension.shop.checkout.onInvoice.attachProductFilesToCustomerEmail |
---|---|
Label | Attach product files to customer email |
Description | |
Type | boolean |
Default value |
Constant | themes.configuration.extension.shop.checkout.onInvoice.attachInvoiceToAdminEmail |
---|---|
Label | Attach invoice to admin email |
Description | |
Type | boolean |
Default value | 1 |
Constant | themes.configuration.extension.shop.checkout.onInvoice.attachInvoiceToCustomerEmail |
---|---|
Label | Attach invoice to customer email |
Description | |
Type | boolean |
Default value | 1 |
Constant | themes.configuration.extension.shop.checkout.onInvoice.attachDeliveryNoteToAdminEmail |
---|---|
Label | Attach delivery note to admin email |
Description | |
Type | boolean |
Default value |
Constant | themes.configuration.extension.shop.checkout.onInvoice.attachDeliveryNoteToCustomerEmail |
---|---|
Label | Attach delivery note to customer email |
Description | |
Type | boolean |
Default value |
Constant | themes.configuration.extension.shop.checkout.onInvoice.attachOrderXmlToAdminEmail |
---|---|
Label | Attach order xml to admin email |
Description | |
Type | boolean |
Default value |
Constant | themes.configuration.extension.shop.checkout.onInvoice.storeOrderXmlInFolder |
---|---|
Label | Store order xml in folder |
Description | |
Type | boolean |
Default value |
Constant | themes.configuration.extension.shop.checkout.onInvoice.storeOrderXmlInFolderName |
---|---|
Label | Store order xml in folder name |
Description | Can be a single folder name or path, located in a file-storage (i.e. 1:/some/folder/name/) |
Type | string |
Default value | 1:/shop/order-oninvoice/ |
Constant | themes.configuration.extension.shop.checkout.onInvoice.fields.available |
---|---|
Label | Fields available |
Description | |
Type | string |
Default value | company, vatId, gender, firstname, lastname, street, houseNumber, postalCode, city, country, phone, email, message, deliveryAddressEnabled, deliveryAddressCompany, deliveryAddressFirstname, deliveryAddressLastname, deliveryAddressStreet, deliveryAddressHouseNumber, deliveryAddressPostalCode, deliveryAddressCity, deliveryAddressCountry, privacyProtectionConfirmed, termsConfirmed, disclaimerConfirmed |
Constant | themes.configuration.extension.shop.checkout.onInvoice.fields.required |
---|---|
Label | Fields required |
Description | |
Type | string |
Default value | firstname, lastname, street, houseNumber, postalCode, city, country, email, privacyProtectionConfirmed, termsConfirmed, disclaimerConfirmed, deliveryAddressFirstname, deliveryAddressLastname, deliveryAddressStreet, deliveryAddressHouseNumber, deliveryAddressPostalCode, deliveryAddressCity, deliveryAddressCountry |
Constant | themes.configuration.extension.shop.checkout.onInvoice.email.customerConfirmation.active |
---|---|
Label | Customer confirmation email active |
Description | |
Type | boolean |
Default value | 1 |
Constant | themes.configuration.extension.shop.checkout.onInvoice.email.order.active |
---|---|
Label | Email order active |
Description | |
Type | boolean |
Default value | 1 |
Checkout Prepayment
Constant | themes.configuration.extension.shop.checkout.prePayment.active |
---|---|
Label | Active |
Description | |
Type | boolean |
Default value | 1 |
Constant | themes.configuration.extension.shop.checkout.prePayment.attachProductFilesToAdminEmail |
---|---|
Label | Attach product files to admin email |
Description | |
Type | boolean |
Default value |
Constant | themes.configuration.extension.shop.checkout.prePayment.attachProductFilesToCustomerEmail |
---|---|
Label | Attach product files to customer email |
Description | |
Type | boolean |
Default value |
Constant | themes.configuration.extension.shop.checkout.prePayment.attachInvoiceToAdminEmail |
---|---|
Label | Attach invoice to admin email |
Description | |
Type | boolean |
Default value | 1 |
Constant | themes.configuration.extension.shop.checkout.prePayment.attachInvoiceToCustomerEmail |
---|---|
Label | Attach invoice to customer email |
Description | |
Type | boolean |
Default value | 1 |
Constant | themes.configuration.extension.shop.checkout.prePayment.attachDeliveryNoteToAdminEmail |
---|---|
Label | Attach delivery note to admin email |
Description | |
Type | boolean |
Default value |
Constant | themes.configuration.extension.shop.checkout.prePayment.attachDeliveryNoteToCustomerEmail |
---|---|
Label | Attach delivery note to customer email |
Description | |
Type | boolean |
Default value |
Constant | themes.configuration.extension.shop.checkout.prePayment.attachOrderXmlToAdminEmail |
---|---|
Label | Attach order xml to admin email |
Description | |
Type | boolean |
Default value |
Constant | themes.configuration.extension.shop.checkout.prePayment.storeOrderXmlInFolder |
---|---|
Label | Store order xml in folder |
Description | |
Type | boolean |
Default value |
Constant | themes.configuration.extension.shop.checkout.prePayment.storeOrderXmlInFolderName |
---|---|
Label | Store order xml in folder name |
Description | Can be a single folder name or path, located in a file-storage (i.e. 1:/some/folder/name/) |
Type | string |
Default value | 1:/shop/order-prepayment/ |
Constant | themes.configuration.extension.shop.checkout.prePayment.fields.available |
---|---|
Label | Fields available |
Description | |
Type | string |
Default value | company, vatId, gender, firstname, lastname, street, houseNumber, postalCode, city, country, phone, email, message, deliveryAddressEnabled, deliveryAddressCompany, deliveryAddressFirstname, deliveryAddressLastname, deliveryAddressStreet, deliveryAddressHouseNumber, deliveryAddressPostalCode, deliveryAddressCity, deliveryAddressCountry, privacyProtectionConfirmed, termsConfirmed, disclaimerConfirmed |
Constant | themes.configuration.extension.shop.checkout.prePayment.fields.required |
---|---|
Label | Fields required |
Description | |
Type | string |
Default value | firstname, lastname, street, houseNumber, postalCode, city, country, email, privacyProtectionConfirmed, termsConfirmed, disclaimerConfirmed, deliveryAddressFirstname, deliveryAddressLastname, deliveryAddressStreet, deliveryAddressHouseNumber, deliveryAddressPostalCode, deliveryAddressCity, deliveryAddressCountry |
Constant | themes.configuration.extension.shop.checkout.prePayment.email.customerConfirmation.active |
---|---|
Label | Customer confirmation email active |
Description | |
Type | boolean |
Default value | 1 |
Constant | themes.configuration.extension.shop.checkout.prePayment.email.order.active |
---|---|
Label | Email order active |
Description | |
Type | boolean |
Default value | 1 |
Checkout Request
Constant | themes.configuration.extension.shop.checkout.request.active |
---|---|
Label | Active |
Description | |
Type | boolean |
Default value | 1 |
Constant | themes.configuration.extension.shop.checkout.request.attachProductFilesToAdminEmail |
---|---|
Label | Attach product files to admin email |
Description | |
Type | boolean |
Default value |
Constant | themes.configuration.extension.shop.checkout.request.attachProductFilesToCustomerEmail |
---|---|
Label | Attach product files to customer email |
Description | |
Type | boolean |
Default value |
Constant | themes.configuration.extension.shop.checkout.request.attachInvoiceToAdminEmail |
---|---|
Label | Attach invoice to admin email |
Description | |
Type | boolean |
Default value |
Constant | themes.configuration.extension.shop.checkout.request.attachInvoiceToCustomerEmail |
---|---|
Label | Attach invoice to customer email |
Description | |
Type | boolean |
Default value |
Constant | themes.configuration.extension.shop.checkout.request.attachDeliveryNoteToAdminEmail |
---|---|
Label | Attach delivery note to admin email |
Description | |
Type | boolean |
Default value |
Constant | themes.configuration.extension.shop.checkout.request.attachDeliveryNoteToCustomerEmail |
---|---|
Label | Attach delivery note to customer email |
Description | |
Type | boolean |
Default value |
Constant | themes.configuration.extension.shop.checkout.request.attachOrderXmlToAdminEmail |
---|---|
Label | Attach order xml to admin email |
Description | |
Type | boolean |
Default value |
Constant | themes.configuration.extension.shop.checkout.request.storeOrderXmlInFolder |
---|---|
Label | Store order xml in folder |
Description | |
Type | boolean |
Default value |
Constant | themes.configuration.extension.shop.checkout.request.storeOrderXmlInFolderName |
---|---|
Label | Store order xml in folder name |
Description | Can be a single folder name or path, located in a file-storage (i.e. 1:/some/folder/name/) |
Type | string |
Default value | 1:/shop/order-request/ |
Constant | themes.configuration.extension.shop.checkout.request.fields.available |
---|---|
Label | Fields available |
Description | |
Type | string |
Default value | company, vatId, gender, firstname, lastname, street, houseNumber, postalCode, city, country, phone, email, message, deliveryAddressEnabled, deliveryAddressCompany, deliveryAddressFirstname, deliveryAddressLastname, deliveryAddressStreet, deliveryAddressHouseNumber, deliveryAddressPostalCode, deliveryAddressCity, deliveryAddressCountry, privacyProtectionConfirmed, termsConfirmed, disclaimerConfirmed |
Constant | themes.configuration.extension.shop.checkout.request.fields.required |
---|---|
Label | Fields required |
Description | |
Type | string |
Default value | firstname, lastname, street, houseNumber, postalCode, city, country, email, privacyProtectionConfirmed, termsConfirmed, disclaimerConfirmed, deliveryAddressFirstname, deliveryAddressLastname, deliveryAddressStreet, deliveryAddressHouseNumber, deliveryAddressPostalCode, deliveryAddressCity, deliveryAddressCountry |
Constant | themes.configuration.extension.shop.checkout.request.email.customerConfirmation.active |
---|---|
Label | Customer confirmation email active |
Description | |
Type | boolean |
Default value | 1 |
Constant | themes.configuration.extension.shop.checkout.request.email.order.active |
---|---|
Label | Email order active |
Description | |
Type | boolean |
Default value | 1 |
Shop Filter
Constant | themes.configuration.extension.shop.filter.tag.concatenate |
---|---|
Label | Filter concatenate |
Description | |
Type | Selectbox with options: Filter concatenated by or, Filter concatenated by or, but category by and, Filter concatenated by and |
Default value | Filter concatenated by or |
Constant | themes.configuration.extension.shop.filter.word.fields |
---|---|
Label | Word fields |
Description | |
Type | string |
Default value | title, subtitle, product_no, description |
General
Constant | module.tx_shoppro.view.templateRootPath |
---|---|
Label | Path to template root (FE) |
Description | |
Type | string |
Default value | EXT:shop_pro/Resources/Private/Backend/Templates/ |
Constant | module.tx_shoppro.view.partialRootPath |
---|---|
Label | Path to template partials (FE) |
Description | |
Type | string |
Default value | EXT:shop_pro/Resources/Private/Backend/Partials/ |
Constant | module.tx_shoppro.view.layoutRootPath |
---|---|
Label | Path to template layouts (FE) |
Description | |
Type | string |
Default value | EXT:shop_pro/Resources/Private/Backend/Layouts/ |
Constant | module.tx_shoppro.persistence.storagePid |
---|---|
Label | Default storage PID |
Description | |
Type | string |
Default value |
Constant | themes.configuration.libraries.isotope.source |
---|---|
Label | Isotope library |
Description | |
Type | string |
Default value | https://cdnjs.cloudflare.com/ajax/libs/jquery.isotope/3.0.2/isotope.pkgd.min.js |
Shop PDF
Constant | themes.configuration.extension.shop.pdf.fontPath |
---|---|
Label | Font path |
Description | Overwrites the path to the PDF-Fonts |
Type | string |
Default value | EXT:fluid_fpdf/Resources/Private/Fonts |
Constant | themes.configuration.extension.shop.pdf.imagePath |
---|---|
Label | Image path |
Description | Overwrites the path to the PDF-Images |
Type | string |
Default value | EXT:fluid_fpdf/Resources/Private/Images |
Constant | themes.configuration.extension.shop.pdf.partialRootPath |
---|---|
Label | Partials path |
Description | Overwrites the path to the Fluid-Partials |
Type | string |
Default value | EXT:shop_pro/Resources/Private/Partials/ |
Constant | themes.configuration.extension.shop.pdf.templateRootPath |
---|---|
Label | Template path |
Description | Overwrites the path to the Expose-Template |
Type | string |
Default value | EXT:shop_pro/Resources/Private/Templates/ |
Shop Product PDF
Constant | themes.configuration.extension.shop.pdf.product.active |
---|---|
Label | Enable product PDF buttons in frontend |
Description | |
Type | boolean |
Default value |
Constant | themes.configuration.extension.shop.pdf.product.background |
---|---|
Label | Background path |
Description | For example EXT:fluid_fpdf/Resources/Private/Pdf/Normbriefbogen_DIN5008.pdf or fileadmin/Pdf/Expose/Briefpapier.pdf |
Type | string |
Default value | EXT:fluid_fpdf/Resources/Private/Pdf/Normbriefbogen_DIN5008.pdf |
Shop Invoice PDF
Constant | themes.configuration.extension.shop.pdf.invoice.background |
---|---|
Label | Background path |
Description | For example EXT:fluid_fpdf/Resources/Private/Pdf/Normbriefbogen_DIN5008.pdf or fileadmin/Pdf/Expose/Briefpapier.pdf |
Type | string |
Default value | EXT:fluid_fpdf/Resources/Private/Pdf/Normbriefbogen_DIN5008.pdf |
Shop Delivery Note PDF
Constant | themes.configuration.extension.shop.pdf.deliveryNote.background |
---|---|
Label | Background path |
Description | For example EXT:fluid_fpdf/Resources/Private/Pdf/Normbriefbogen_DIN5008.pdf or fileadmin/Pdf/Expose/Briefpapier.pdf |
Type | string |
Default value | EXT:fluid_fpdf/Resources/Private/Pdf/Normbriefbogen_DIN5008.pdf |
Shop XML
Constant | themes.configuration.extension.shop.xml.template |
---|---|
Label | Shop XML Template |
Description | For Example EXT:shop_pro/Resources/Private/Templates/Xml/Order.xml or EXT:shop_pro/Resources/Private/Templates/Xml/OrderLexware.xml |
Type | string |
Default value | EXT:shop_pro/Resources/Private/Templates/Xml/Order.xml |
Shop Bookmarks
Constant | themes.configuration.extension.shop.bookmarks.active |
---|---|
Label | Shop bookmarks enabled |
Description | |
Type | Selectbox with options: 0, 1 |
Default value | 1 |
Constant | themes.configuration.extension.shop.bookmarks.maxItems |
---|---|
Label | Shop bookmarks maximum products |
Description | The maximum number of products that can be saved and compared on the wish list. |
Type | int+ |
Default value | 4 |
Constant | themes.configuration.extension.shop.bookmarks.compare.fields.exclude |
---|---|
Label | Shop bookmarks exclude compapre-fields |
Description | A list of comma-separated field names, which should be excluded from the compare view, for instance: teaser,image,title. |
Type | string |
Default value |
Constant | themes.configuration.extension.shop.email.templates.payPal.subjectCustomerConfirmation |
---|---|
Label | Email subject - PayPal |
Description | Subject for customer confirmation emails for orders with PayPal. Use ###UID### for inserting the basket-order uid, ###POSTAL_CODE### for inserting the postal-code, or ###INVOICE_NUMBER### for inserting the basket-order invoice-number. |
Type | string |
Default value | Shop Product PayPal |
Constant | themes.configuration.extension.shop.email.templates.payPal.subjectOrder |
---|---|
Label | Email subject - PayPal internal |
Description | Subject internal emails for orders with PayPal. Use ###UID### for inserting the basket-order uid, ###POSTAL_CODE### for inserting the postal-code, or ###INVOICE_NUMBER### for inserting the basket-order invoice-number. |
Type | string |
Default value | Shop Product PayPal (Admin) |
Constant | themes.configuration.extension.shop.email.templates.payPalCheckout.subjectCustomerConfirmation |
---|---|
Label | Email subject - PayPal-Checkout |
Description | Subject for customer confirmation emails for orders with PayPal-Checkout. Use ###UID### for inserting the basket-order uid, ###POSTAL_CODE### for inserting the postal-code, or ###INVOICE_NUMBER### for inserting the basket-order invoice-number. |
Type | string |
Default value | Shop Product PayPalCheckout |
Constant | themes.configuration.extension.shop.email.templates.payPalCheckout.subjectOrder |
---|---|
Label | Email subject - PayPal-Checkout intern |
Description | Subject internal emails for orders with PayPal-Checkout. Use ###UID### for inserting the basket-order uid, ###POSTAL_CODE### for inserting the postal-code, or ###INVOICE_NUMBER### for inserting the basket-order invoice-number. |
Type | string |
Default value | Shop Product PayPalCheckout (Admin) |
Constant | themes.configuration.extension.shop.email.templates.klarna.subjectCustomerConfirmation |
---|---|
Label | Email subject - Klarna |
Description | Subject for customer confirmation emails for orders with Klarna. Use ###UID### for inserting the basket-order uid, ###POSTAL_CODE### for inserting the postal-code, or ###INVOICE_NUMBER### for inserting the basket-order invoice-number. |
Type | string |
Default value | Shop Product Klarna |
Constant | themes.configuration.extension.shop.email.templates.klarna.subjectOrder |
---|---|
Label | Email subject - Klarna intern |
Description | Subject internal emails for orders with Klarna. Use ###UID### for inserting the basket-order uid, ###POSTAL_CODE### for inserting the postal-code, or ###INVOICE_NUMBER### for inserting the basket-order invoice-number. |
Type | string |
Default value | Shop Product Klarna (Admin) |
Constant | themes.configuration.extension.shop.email.templates.stripe.subjectCustomerConfirmation |
---|---|
Label | Email subject - Stripe |
Description | Subject for customer confirmation emails for orders with Stripe. Use ###UID### for inserting the basket-order uid, ###POSTAL_CODE### for inserting the postal-code, or ###INVOICE_NUMBER### for inserting the basket-order invoice-number. |
Type | string |
Default value | Shop Product Stripe |
Constant | themes.configuration.extension.shop.email.templates.stripe.subjectOrder |
---|---|
Label | Email subject - Stripe internal |
Description | Subject internal emails for orders with Stripe. Use ###UID### for inserting the basket-order uid, ###POSTAL_CODE### for inserting the postal-code, or ###INVOICE_NUMBER### for inserting the basket-order invoice-number. |
Type | string |
Default value | Shop Product Stripe (Admin) |
Checkout PayPal
Constant | themes.configuration.extension.shop.checkout.payPal.active |
---|---|
Label | Active |
Description | |
Type | boolean |
Default value |
Constant | themes.configuration.extension.shop.checkout.payPal.sandbox |
---|---|
Label | Sandbox |
Description | Run in sandbox mode? |
Type | Selectbox with options: 0, 1 |
Default value |
Constant | themes.configuration.extension.shop.checkout.payPal.payPalId |
---|---|
Label | PayPal ID |
Description | |
Type | string |
Default value |
Constant | themes.configuration.extension.shop.checkout.payPal.paymentTitle |
---|---|
Label | Payment title |
Description | |
Type | string |
Default value | Bestellung via EXT:shop |
Constant | themes.configuration.extension.shop.checkout.payPal.currency |
---|---|
Label | Currency code |
Description | ISO code with 3 characters. |
Type | string |
Default value | EUR |
Constant | themes.configuration.extension.shop.checkout.payPal.attachProductFilesToAdminEmail |
---|---|
Label | Attach product files to admin email |
Description | |
Type | boolean |
Default value |
Constant | themes.configuration.extension.shop.checkout.payPal.attachProductFilesToCustomerEmail |
---|---|
Label | Attach product files to customer email |
Description | |
Type | boolean |
Default value |
Constant | themes.configuration.extension.shop.checkout.payPal.attachInvoiceToAdminEmail |
---|---|
Label | Attach invoice to admin email |
Description | |
Type | boolean |
Default value | 1 |
Constant | themes.configuration.extension.shop.checkout.payPal.attachInvoiceToCustomerEmail |
---|---|
Label | Attach invoice to customer email |
Description | |
Type | boolean |
Default value | 1 |
Constant | themes.configuration.extension.shop.checkout.payPal.attachDeliveryNoteToAdminEmail |
---|---|
Label | Attach delivery note to admin email |
Description | |
Type | boolean |
Default value |
Constant | themes.configuration.extension.shop.checkout.payPal.attachDeliveryNoteToCustomerEmail |
---|---|
Label | Attach delivery note to customer email |
Description | |
Type | boolean |
Default value |
Constant | themes.configuration.extension.shop.checkout.payPal.attachOrderXmlToAdminEmail |
---|---|
Label | Attach order xml to admin email |
Description | |
Type | boolean |
Default value |
Constant | themes.configuration.extension.shop.checkout.payPal.storeOrderXmlInFolder |
---|---|
Label | Store order xml in folder |
Description | |
Type | boolean |
Default value |
Constant | themes.configuration.extension.shop.checkout.payPal.storeOrderXmlInFolderName |
---|---|
Label | Store order xml in folder name |
Description | Can be a single folder name or path, located in a file-storage (i.e. 1:/some/folder/name/) |
Type | string |
Default value | 1:/shop/order/ |
Constant | themes.configuration.extension.shop.checkout.payPal.fields.available |
---|---|
Label | Fields available |
Description | |
Type | string |
Default value | company, vatId, gender, firstname, lastname, street, houseNumber, postalCode, city, country, phone, email, message, deliveryAddressEnabled, deliveryAddressCompany, deliveryAddressFirstname, deliveryAddressLastname, deliveryAddressStreet, deliveryAddressHouseNumber, deliveryAddressPostalCode, deliveryAddressCity, deliveryAddressCountry, privacyProtectionConfirmed, termsConfirmed, disclaimerConfirmed |
Constant | themes.configuration.extension.shop.checkout.payPal.fields.required |
---|---|
Label | Fields required |
Description | |
Type | string |
Default value | firstname, lastname, street, houseNumber, postalCode, city, country, email, privacyProtectionConfirmed, termsConfirmed, disclaimerConfirmed, deliveryAddressFirstname, deliveryAddressLastname, deliveryAddressStreet, deliveryAddressHouseNumber, deliveryAddressPostalCode, deliveryAddressCity, deliveryAddressCountry |
Constant | themes.configuration.extension.shop.checkout.payPal.email.customerConfirmation.active |
---|---|
Label | Customer confirmation email active |
Description | |
Type | boolean |
Default value | 1 |
Constant | themes.configuration.extension.shop.checkout.payPal.email.order.active |
---|---|
Label | Email order active |
Description | |
Type | boolean |
Default value | 1 |
Checkout PayPal-Checkout
Constant | themes.configuration.extension.shop.checkout.payPalCheckout.active |
---|---|
Label | Active |
Description | |
Type | boolean |
Default value |
Constant | themes.configuration.extension.shop.checkout.payPalCheckout.payPalCheckoutClientId |
---|---|
Label | PayPal-Checkout Client ID |
Description | |
Type | string |
Default value |
Constant | themes.configuration.extension.shop.checkout.payPalCheckout.payPalCheckoutSecret |
---|---|
Label | PayPal-Checkout Secret |
Description | |
Type | string |
Default value |
Constant | themes.configuration.extension.shop.checkout.payPalCheckout.payPalCheckoutLayout |
---|---|
Label | PayPal-Checkout Layout |
Description | |
Type | Selectbox with options: vertical, horizontal |
Default value | vertical |
Constant | themes.configuration.extension.shop.checkout.payPalCheckout.payPalCheckoutColor |
---|---|
Label | PayPal-Checkout Color |
Description | |
Type | Selectbox with options: gold, blue, silver, white, black |
Default value | white |
Constant | themes.configuration.extension.shop.checkout.payPalCheckout.payPalCheckoutShape |
---|---|
Label | PayPal-Checkout Shape |
Description | |
Type | Selectbox with options: rect, pill, sharp |
Default value | rect |
Constant | themes.configuration.extension.shop.checkout.payPalCheckout.payPalCheckoutLabel |
---|---|
Label | PayPal-Checkout Label |
Description | |
Type | Selectbox with options: paypal, checkout, buynow, pay |
Default value | pay |
Constant | themes.configuration.extension.shop.checkout.payPalCheckout.sandbox |
---|---|
Label | Sandbox |
Description | Run in sandbox mode? |
Type | Selectbox with options: 0, 1 |
Default value |
Constant | themes.configuration.extension.shop.checkout.payPalCheckout.paymentTitle |
---|---|
Label | Payment title |
Description | |
Type | string |
Default value | Bestellung via EXT:shop |
Constant | themes.configuration.extension.shop.checkout.payPalCheckout.currency |
---|---|
Label | Currency code |
Description | ISO code with 3 characters. |
Type | string |
Default value | EUR |
Constant | themes.configuration.extension.shop.checkout.payPalCheckout.attachProductFilesToAdminEmail |
---|---|
Label | Attach product files to admin email |
Description | |
Type | boolean |
Default value |
Constant | themes.configuration.extension.shop.checkout.payPalCheckout.attachProductFilesToCustomerEmail |
---|---|
Label | Attach product files to customer email |
Description | |
Type | boolean |
Default value |
Constant | themes.configuration.extension.shop.checkout.payPalCheckout.attachInvoiceToAdminEmail |
---|---|
Label | Attach invoice to admin email |
Description | |
Type | boolean |
Default value | 1 |
Constant | themes.configuration.extension.shop.checkout.payPalCheckout.attachInvoiceToCustomerEmail |
---|---|
Label | Attach invoice to customer email |
Description | |
Type | boolean |
Default value | 1 |
Constant | themes.configuration.extension.shop.checkout.payPalCheckout.attachDeliveryNoteToAdminEmail |
---|---|
Label | Attach delivery note to admin email |
Description | |
Type | boolean |
Default value |
Constant | themes.configuration.extension.shop.checkout.payPalCheckout.attachDeliveryNoteToCustomerEmail |
---|---|
Label | Attach delivery note to customer email |
Description | |
Type | boolean |
Default value |
Constant | themes.configuration.extension.shop.checkout.payPalCheckout.attachOrderXmlToAdminEmail |
---|---|
Label | Attach order xml to admin email |
Description | |
Type | boolean |
Default value |
Constant | themes.configuration.extension.shop.checkout.payPalCheckout.storeOrderXmlInFolder |
---|---|
Label | Store order xml in folder |
Description | |
Type | boolean |
Default value |
Constant | themes.configuration.extension.shop.checkout.payPalCheckout.storeOrderXmlInFolderName |
---|---|
Label | Store order xml in folder name |
Description | Can be a single folder name or path, located in a file-storage (i.e. 1:/some/folder/name/) |
Type | string |
Default value | 1:/shop/order/ |
Constant | themes.configuration.extension.shop.checkout.payPalCheckout.fields.available |
---|---|
Label | Fields available |
Description | |
Type | string |
Default value | company, vatId, gender, firstname, lastname, street, houseNumber, postalCode, city, country, phone, email, message, deliveryAddressEnabled, deliveryAddressCompany, deliveryAddressFirstname, deliveryAddressLastname, deliveryAddressStreet, deliveryAddressHouseNumber, deliveryAddressPostalCode, deliveryAddressCity, deliveryAddressCountry, privacyProtectionConfirmed, termsConfirmed, disclaimerConfirmed |
Constant | themes.configuration.extension.shop.checkout.payPalCheckout.fields.required |
---|---|
Label | Fields required |
Description | |
Type | string |
Default value | firstname, lastname, street, houseNumber, postalCode, city, country, email, privacyProtectionConfirmed, termsConfirmed, disclaimerConfirmed, deliveryAddressFirstname, deliveryAddressLastname, deliveryAddressStreet, deliveryAddressHouseNumber, deliveryAddressPostalCode, deliveryAddressCity, deliveryAddressCountry |
Constant | themes.configuration.extension.shop.checkout.payPalCheckout.email.customerConfirmation.active |
---|---|
Label | Customer confirmation email active |
Description | |
Type | boolean |
Default value | 1 |
Constant | themes.configuration.extension.shop.checkout.payPalCheckout.email.order.active |
---|---|
Label | Email order active |
Description | |
Type | boolean |
Default value | 1 |
Checkout Klarna
Constant | themes.configuration.extension.shop.checkout.klarna.active |
---|---|
Label | Active |
Description | |
Type | boolean |
Default value |
Constant | themes.configuration.extension.shop.checkout.klarna.uid |
---|---|
Label | Klarna API User/uid |
Description | |
Type | string |
Default value |
Constant | themes.configuration.extension.shop.checkout.klarna.password |
---|---|
Label | Klarna API Password |
Description | |
Type | string |
Default value |
Constant | themes.configuration.extension.shop.checkout.klarna.sandbox |
---|---|
Label | Sandbox |
Description | Run in sandbox mode? |
Type | Selectbox with options: 0, 1 |
Default value |
Constant | themes.configuration.extension.shop.checkout.klarna.paymentTitle |
---|---|
Label | Payment title |
Description | |
Type | string |
Default value | Bestellung via EXT:shop |
Constant | themes.configuration.extension.shop.checkout.klarna.currency |
---|---|
Label | Currency code |
Description | ISO code with 3 characters, for example USD, EUR, SEK, GBP, etc. |
Type | string |
Default value | EUR |
Constant | themes.configuration.extension.shop.checkout.klarna.country |
---|---|
Label | Country code |
Description | ISO code with 2 characters, for example: GB, SE, DE, US, etc. |
Type | string |
Default value | DE |
Constant | themes.configuration.extension.shop.checkout.klarna.attachProductFilesToAdminEmail |
---|---|
Label | Attach product files to admin email |
Description | |
Type | boolean |
Default value |
Constant | themes.configuration.extension.shop.checkout.klarna.attachProductFilesToCustomerEmail |
---|---|
Label | Attach product files to customer email |
Description | |
Type | boolean |
Default value |
Constant | themes.configuration.extension.shop.checkout.klarna.attachInvoiceToAdminEmail |
---|---|
Label | Attach invoice to admin email |
Description | |
Type | boolean |
Default value | 1 |
Constant | themes.configuration.extension.shop.checkout.klarna.attachInvoiceToCustomerEmail |
---|---|
Label | Attach invoice to customer email |
Description | |
Type | boolean |
Default value | 1 |
Constant | themes.configuration.extension.shop.checkout.klarna.attachDeliveryNoteToAdminEmail |
---|---|
Label | Attach delivery note to admin email |
Description | |
Type | boolean |
Default value |
Constant | themes.configuration.extension.shop.checkout.klarna.attachDeliveryNoteToCustomerEmail |
---|---|
Label | Attach delivery note to customer email |
Description | |
Type | boolean |
Default value |
Constant | themes.configuration.extension.shop.checkout.klarna.attachOrderXmlToAdminEmail |
---|---|
Label | Attach order xml to admin email |
Description | |
Type | boolean |
Default value |
Constant | themes.configuration.extension.shop.checkout.klarna.storeOrderXmlInFolder |
---|---|
Label | Store order xml in folder |
Description | |
Type | boolean |
Default value |
Constant | themes.configuration.extension.shop.checkout.klarna.storeOrderXmlInFolderName |
---|---|
Label | Store order xml in folder name |
Description | Can be a single folder name or path, located in a file-storage (i.e. 1:/some/folder/name/) |
Type | string |
Default value | 1:/shop/order/ |
Constant | themes.configuration.extension.shop.checkout.klarna.fields.available |
---|---|
Label | Fields available |
Description | |
Type | string |
Default value | company, vatId, gender, firstname, lastname, street, houseNumber, postalCode, city, country, phone, email, message, deliveryAddressEnabled, deliveryAddressCompany, deliveryAddressFirstname, deliveryAddressLastname, deliveryAddressStreet, deliveryAddressHouseNumber, deliveryAddressPostalCode, deliveryAddressCity, deliveryAddressCountry, privacyProtectionConfirmed, termsConfirmed, disclaimerConfirmed |
Constant | themes.configuration.extension.shop.checkout.klarna.fields.required |
---|---|
Label | Fields required |
Description | |
Type | string |
Default value | firstname, lastname, street, houseNumber, postalCode, city, country, email, privacyProtectionConfirmed, termsConfirmed, disclaimerConfirmed, deliveryAddressFirstname, deliveryAddressLastname, deliveryAddressStreet, deliveryAddressHouseNumber, deliveryAddressPostalCode, deliveryAddressCity, deliveryAddressCountry |
Constant | themes.configuration.extension.shop.checkout.klarna.email.customerConfirmation.active |
---|---|
Label | Customer confirmation email active |
Description | |
Type | boolean |
Default value | 1 |
Constant | themes.configuration.extension.shop.checkout.klarna.email.order.active |
---|---|
Label | Email order active |
Description | |
Type | boolean |
Default value | 1 |
Checkout Stripe
Constant | themes.configuration.extension.shop.checkout.stripe.active |
---|---|
Label | Active |
Description | |
Type | boolean |
Default value |
Constant | themes.configuration.extension.shop.checkout.stripe.publicKey |
---|---|
Label | Stripe API Public key |
Description | |
Type | string |
Default value |
Constant | themes.configuration.extension.shop.checkout.stripe.secretKey |
---|---|
Label | Stripe API Secret key |
Description | |
Type | string |
Default value |
Constant | themes.configuration.extension.shop.checkout.stripe.singlePaymentIntentSucceededEndpointSecret |
---|---|
Label | Stripe API endpoint secret for single payments |
Description | |
Type | string |
Default value |
Constant | themes.configuration.extension.shop.checkout.stripe.subscriptionEndpointSecret |
---|---|
Label | Stripe API endpoint secret for subscriptions |
Description | |
Type | string |
Default value |
Constant | themes.configuration.extension.shop.checkout.stripe.subscriptionPaymentMethodTypes |
---|---|
Label | Stripe subscription payment method types |
Description | Comma-seprated, for instance: card, link, paypal |
Type | string |
Default value | card |
Constant | themes.configuration.extension.shop.checkout.stripe.paymentTitle |
---|---|
Label | Payment title |
Description | |
Type | string |
Default value | Bestellung via EXT:shop |
Constant | themes.configuration.extension.shop.checkout.stripe.currency |
---|---|
Label | Currency code |
Description | ISO code with 3 characters, for example USD, EUR, SEK, GBP, etc. |
Type | string |
Default value | EUR |
Constant | themes.configuration.extension.shop.checkout.stripe.attachProductFilesToAdminEmail |
---|---|
Label | Attach product files to admin email |
Description | |
Type | boolean |
Default value |
Constant | themes.configuration.extension.shop.checkout.stripe.attachProductFilesToCustomerEmail |
---|---|
Label | Attach product files to customer email |
Description | |
Type | boolean |
Default value |
Constant | themes.configuration.extension.shop.checkout.stripe.attachInvoiceToAdminEmail |
---|---|
Label | Attach invoice to admin email |
Description | |
Type | boolean |
Default value | 1 |
Constant | themes.configuration.extension.shop.checkout.stripe.attachInvoiceToCustomerEmail |
---|---|
Label | Attach invoice to customer email |
Description | |
Type | boolean |
Default value | 1 |
Constant | themes.configuration.extension.shop.checkout.stripe.attachDeliveryNoteToAdminEmail |
---|---|
Label | Attach delivery note to admin email |
Description | |
Type | boolean |
Default value |
Constant | themes.configuration.extension.shop.checkout.stripe.attachDeliveryNoteToCustomerEmail |
---|---|
Label | Attach delivery note to customer email |
Description | |
Type | boolean |
Default value |
Constant | themes.configuration.extension.shop.checkout.stripe.attachOrderXmlToAdminEmail |
---|---|
Label | Attach order xml to admin email |
Description | |
Type | boolean |
Default value |
Constant | themes.configuration.extension.shop.checkout.stripe.storeOrderXmlInFolder |
---|---|
Label | Store order xml in folder |
Description | |
Type | boolean |
Default value |
Constant | themes.configuration.extension.shop.checkout.stripe.storeOrderXmlInFolderName |
---|---|
Label | Store order xml in folder name |
Description | Can be a single folder name or path, located in a file-storage (i.e. 1:/some/folder/name/) |
Type | string |
Default value | 1:/shop/order/ |
Constant | themes.configuration.extension.shop.checkout.stripe.fields.available |
---|---|
Label | Fields available |
Description | |
Type | string |
Default value | company, vatId, gender, firstname, lastname, street, houseNumber, postalCode, city, country, phone, email, message, deliveryAddressEnabled, deliveryAddressCompany, deliveryAddressFirstname, deliveryAddressLastname, deliveryAddressStreet, deliveryAddressHouseNumber, deliveryAddressPostalCode, deliveryAddressCity, deliveryAddressCountry, privacyProtectionConfirmed, termsConfirmed, disclaimerConfirmed |
Constant | themes.configuration.extension.shop.checkout.stripe.fields.required |
---|---|
Label | Fields required |
Description | |
Type | string |
Default value | firstname, lastname, street, houseNumber, postalCode, city, country, email, privacyProtectionConfirmed, termsConfirmed, disclaimerConfirmed, deliveryAddressFirstname, deliveryAddressLastname, deliveryAddressStreet, deliveryAddressHouseNumber, deliveryAddressPostalCode, deliveryAddressCity, deliveryAddressCountry |
Constant | themes.configuration.extension.shop.checkout.stripe.email.customerConfirmation.active |
---|---|
Label | Customer confirmation email active |
Description | |
Type | boolean |
Default value | 1 |
Constant | themes.configuration.extension.shop.checkout.stripe.email.order.active |
---|---|
Label | Email order active |
Description | |
Type | boolean |
Default value | 1 |
UPS shipping
Constant | themes.configuration.extension.shop.ups.pid |
---|---|
Label | UPS storage ID |
Description | |
Type | int+ |
Default value |