Code
Explorer
You are a developer and looking for Shopware projects?
Apply Now!
createTax example
$this
->
createLanguage
(
$connection
)
;
$this
->
createLocale
(
$connection
)
;
$this
->
createDocumentTypes
(
$connection
)
;
$this
->
createSalutation
(
$connection
)
;
$this
->
createCountry
(
$connection
)
;
$this
->
createCurrency
(
$connection
)
;
$this
->
createCustomerGroup
(
$connection
)
;
$this
->
createPaymentMethod
(
$connection
)
;
$this
->
createShippingMethod
(
$connection
)
;
$this
->
createTax
(
$connection
)
;
$this
->
createRootCategory
(
$connection
)
;
$this
->
createSalesChannelTypes
(
$connection
)
;
$this
->
createSalesChannel
(
$connection
)
;
$this
->
createProductManufacturer
(
$connection
)
;
$this
->
createDefaultSnippetSets
(
$connection
)
;
$this
->
createDefaultMediaFolders
(
$connection
)
;
$this
->
createRules
(
$connection
)
;
$this
->
createMailTemplateTypes
(
$connection
)
;
$this
->
createNewsletterMailTemplate
(
$connection
)
;
$this
->
createDocumentConfiguration
(
$connection
)
;
$this
->
createMailEvents
(
$connection
)
;