Mr_media

cart_config_dutch

Jan 7th, 2021 (edited)
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.74 KB | None | 0 0
  1. ### <INCLUDE_TYPOSCRIPT: source="FILE:typo3conf/ext/italimporta_template/Configuration/TypoScript/Library/2021_shopping_cart.ts"> BEGIN:
  2. 4366: plugin.tx_cart {
  3. 4367: settings {
  4. 4368:
  5. 4369: cart {
  6. 4370: pid = 62
  7. 4371: }
  8. 4372: order {
  9. 4373: pid = 64
  10. 4374: }
  11. 4375:
  12. 4376: addToCartByAjax = 2278001
  13. 4377: }
  14. 4378: }
  15. 4379:
  16. 4380:
  17. 4381:
  18. 4382:
  19. 4383: mail {
  20. 4384: buyer {
  21. 4385: fromAddress = info@italimporta.nl
  22. 4386: bccAddress = info@italimporta.nl, info@italimporta.nl
  23. 4387: attachments {
  24. 4388: // 1 = EXT:theme_cart/Resources/Public/Files/AGB.pdf
  25. 4389: }
  26. 4390: }
  27. 4391: seller {
  28. 4392: fromAddress = info@italimporta.nl
  29. 4393: toAddress = info@italimporta.nl
  30. 4394: bccAddress = info@italimporta.nl, info@italimporta.nl
  31. 4395: }
  32. 4396:
  33. 4397:
  34. 4398:
  35. 4399: allowedCountries {
  36. 4400: nl = Nederland
  37. 4401: be =
  38. 4402: }
  39. 4403: defaultCountry = nl
  40. 4404:
  41. 4405:
  42. 4406: payments {
  43. 4407: countries {
  44. 4408: nl {
  45. 4409: preset = 1
  46. 4410: options {
  47. 4411: 1 {
  48. 4412: title = Bankoverschrijving
  49. 4413: extra = 0.00
  50. 4414: taxClassId = 2
  51. 4415: status = open
  52. 4416: }
  53. 4417: }
  54. 4418: }
  55. 4419: be < .nl
  56. 4420: }
  57. 4421: }
  58. 4422:
  59. 4423:
  60. 4424:
  61. 4425: shippings {
  62. 4426: countries {
  63. 4427: nl {
  64. 4428: preset = 1
  65. 4429: options {
  66. 4430: 1 {
  67. 4431: title = Standard verzenden
  68. 4432: extra = 5.00
  69. 4433: taxClassId = 1
  70. 4434: status = open
  71. 4435: }
  72. 4436: }
  73. 4437: }
  74. 4438: be < .nl
  75. 4439: }
  76. 4440:
  77. 4441:
  78. 4442:
  79. 4443:
  80. 4444: format {
  81. 4445: currency {
  82. 4446: currencySign = &euro;
  83. 4447: decimalSeparator = ,
  84. 4448: thousandsSeparator = .
  85. 4449: prependCurrency = false
  86. 4450: separateCurrency = true
  87. 4451: decimals = 2
  88. 4452: }
  89. 4453: }
  90. 4454:
  91. 4455: autoGenerateDocuments {
  92. 4456: invoice = 1
  93. 4457: delivery = 1
  94. 4458: }
  95. 4459:
  96. 4460:
  97. 4461: mail {
  98. 4462: seller {
  99. 4463: attachDocuments {
  100. 4464: delivery = 1
  101. 4465: }
  102. 4466: }
  103. 4467: buyer {
  104. 4468: attachDocuments {
  105. 4469: invoice = 1
  106. 4470: }
  107. 4471: }
  108. 4472: }
  109. 4473:
  110. 4474:
  111. 4475:
  112. 4476: taxClasses {
  113. 4477: 1 {
  114. 4478: value = 21
  115. 4479: calc = 0.21
  116. 4480: name = hoog
  117. 4481: }
  118. 4482: 2 {
  119. 4483: value = 9
  120. 4484: calc = 0.09
  121. 4485: name = laag
  122. 4486: }
  123. 4487: 3 {
  124. 4488: value = 0
  125. 4489: calc = 0.00
  126. 4490: name = btw vrij
  127. 4491: }
  128. 4492: }
  129. 4493:
  130. 4494:
  131. 4495:
  132. 4496:
  133. 4497: ### <INCLUDE_TYPOSCRIPT: source="FILE:typo3conf/ext/italimporta_template/Configuration/TypoScript/Library/2021_shopping_cart.ts"> END:
  134. 4498:
  135.  
  136.  
  137. adding template_routpaths for cart:
  138. 4313: plugin.tx_cart{
  139. 4314: view{
  140. 4315: templateRootPaths{
  141. 4316: 0 = EXT:cart/Resources/Private/Templates/
  142. 4317: 200 = EXT:italimporta_template/Resources/Private/Extensions/cart/Templates/
  143. 4318: }
  144. 4319: partialRootPaths{
  145. 4320: 0 = EXT:cart/Resources/Private/Partials/
  146. 4321: 200 = EXT:italimporta_template/Resources/Private/Extensions/cart/Partials/
  147. 4322: }
  148. 4323: layoutRootPaths{
  149. 4324: 0 = EXT:cart/Resources/Private/Layouts/
  150. 4325: 200 = EXT:italimporta_template/Resources/Private/Extensions/cart/Layouts/
  151. 4326: }
  152. 4327: }
  153. 4328: }
  154. 4329:
  155.  
  156. lugin.tx_cart_products{
  157. 4332: view{
  158. 4333: templateRootPaths{
  159. 4334: 0 = EXT:cart_products/Resources/Private/Templates/
  160. 4335: 200 = EXT:italimporta_template/Resources/Private/Extensions/cart_products/Templates/
  161. 4336: }
  162. 4337: partialRootPaths{
  163. 4338: 0 = EXT:cart_products/Resources/Private/Partials/
  164. 4339: 200 = EXT:italimporta_template/Resources/Private/Extensions/cart_products/Partials/
  165. 4340: }
  166. 4341: layoutRootPaths{
  167. 4342: 0 = EXT:cart_products/Resources/Private/Layouts/
  168. 4343: 200 = EXT:italimporta_template/Resources/Private/Extensions/cart_products/Layouts/
  169. 4344: }
  170. 4345: }
  171. 4346: }
  172. 4347:
  173.  
  174.  
  175.  
  176.  
Add Comment
Please, Sign In to add comment