cart icon indicating copy to clipboard operation
cart copied to clipboard

[DOCS] Add tutorial section to documentation

Open rintisch opened this issue 1 year ago • 0 comments

The documentation of EXT:news contains tutorials, see https://docs.typo3.org/p/georgringer/news/main/en-us/Tutorials/Index.html

This is a good way to include pratical guiding for developers/integrators without polluting the more technical parts of the documentation.

For the beginning the following guides can be implemented:

  • How to integrate the MiniCart in a page.
    • See https://github.com/extcode/cart_products/issues/93#issuecomment-2154891352
  • How to render the salutation input fields of billing and shipping address as radio buttons.
    • See https://getbootstrap.com/docs/5.3/forms/checks-radios/#radios for bootstrap implementation.
    • Needs the merge of #533.
  • How to add an EventListener to render images of products in the cart product list.
  • How to set up multistep with proper routing.

rintisch avatar Jun 13 '24 05:06 rintisch